[FFmpeg-devel] [PATCH] avcodec/libvpxenc: return quantizer parameter for an encoded frame
2022-04-05 13:59 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] avutil: add ambient viewing environment metadata side data
2022-04-05 13:47 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
` [FFmpeg-devel] [PATCH v3 1/5] "
` [FFmpeg-devel] [PATCH v3 2/5] avcodec: add support for hevc ambient viewing environment SEI message
` [FFmpeg-devel] [PATCH v3 3/5] avfilter/vf_showinfo: add support for ambient viewing environment metadata
` [FFmpeg-devel] [PATCH v3 4/5] fftools/ffprobe: "
` [FFmpeg-devel] [PATCH v3 5/5] avfilter/vf_showinfo: fix unknown side data type for DOVI_RPU_BUFFER
[FFmpeg-devel] [PATCH] lavc/flacdec: Increase residual limit from INT_MAX to UINT_MAX
2022-04-05 13:37 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/7] avformat/mov_chan: rename mov_get_channel_label() to better reflect its purpose
2022-04-05 12:20 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v7 00/10] make QSV works with the Intel's oneVPL
2022-04-05 11:50 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 05/10] qsv: build audio related code when MFX_VERSION < 2.0
` [FFmpeg-devel] [PATCH v7 09/10] qsv: use a new method to create mfx session when using oneVPL
[FFmpeg-devel] [PATCH v8 1/2] avcodec/pngenc: support writing iCCP chunks
2022-04-05 11:31 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v8 2/2] avcodec/mjpegenc: support writing ICC profiles
[FFmpeg-devel] [PATCH v7 1/2] avcodec/pngenc: support writing iCCP chunks
2022-04-05 10:59 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v12 0/4] Jpeg XL Patch Set
2022-04-05 10:50 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v12 1/4] avcodec/jpegxl: add Jpeg XL image codec
` [FFmpeg-devel] [PATCH v12 2/4] avcodec/libjxl: add Jpeg XL decoding via libjxl
` [FFmpeg-devel] [PATCH v12 3/4] avcodec/libjxl: add Jpeg XL encoding "
` [FFmpeg-devel] [PATCH v12 4/4] avformat/image2: add Jpeg XL as image2 format
[FFmpeg-devel] [PATCH 1/2] avcodec/wmalosslessdec: Check channels after setting them
2022-04-05 9:59 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/matroskadec: avoid integer overflows in SAR computation
[FFmpeg-devel] [PATCH 1/3] hwcontext_vulkan: expose image queue families
2022-04-05 9:38 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] hwcontext_vulkan: add queue and frame locking functions
` [FFmpeg-devel] [PATCH 3/3] lavu: bump version and add APIchanges for Vulkan API changes
` [FFmpeg-devel] [PATCH] hwcontext_vulkan: properly enable sync2 and make prepare_frame compatible
[FFmpeg-devel] [PATCH] libavcodec/hevcdec: detect non-conformant missing refs
2022-04-05 9:10 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [RFC] Switching ffmpeg.c to a threaded architecture
2022-04-05 9:00 UTC (51+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/49] fftools/ffmpeg: drop an obsolete hack
` [FFmpeg-devel] [PATCH 02/49] fftools/ffmpeg: move a comment to a more appropriate place
` [FFmpeg-devel] [PATCH 03/49] fftools/ffmpeg: stop using OutputStream.frame_number for streamcopy
` [FFmpeg-devel] [PATCH 04/49] fftools/ffmpeg: pass the muxer context explicitly to some functions
` [FFmpeg-devel] [PATCH 05/49] fftools/ffmpeg: store the output file index in OutputFile
` [FFmpeg-devel] [PATCH 06/49] fftools/ffmpeg: move some muxing-related code into a separate file
` [FFmpeg-devel] [PATCH 07/49] fftools/ffmpeg: move writing the trailer to ffmpeg_mux.c
` [FFmpeg-devel] [PATCH 08/49] fftools/ffmpeg: move freeing the output file "
` [FFmpeg-devel] [PATCH 09/49] fftools/ffmpeg: store output format separately from the muxer context
` [FFmpeg-devel] [PATCH 10/49] fftools/ffmpeg_mux: add private "
` [FFmpeg-devel] [PATCH 11/49] fftools/ffmpeg: add a helper function to access output file size
` [FFmpeg-devel] [PATCH 12/49] fftools/ffmpeg: fix the type of limit_filesize
` [FFmpeg-devel] [PATCH 13/49] fftools/ffmpeg: refactor limiting output file size with -fs
` [FFmpeg-devel] [PATCH 14/49] fftools/ffmpeg: set want_sdp when initializing the muxer
` [FFmpeg-devel] [PATCH 15/49] fftools/ffmpeg: write the header for stream-less outputs "
` [FFmpeg-devel] [PATCH 16/49] fftools/ffmpeg: move closing the file into of_write_trailer()
` [FFmpeg-devel] [PATCH 17/49] fftools/ffmpeg: refactor the code checking for bitexact output
` [FFmpeg-devel] [PATCH 18/49] fftools/ffmpeg: access output file chapters through a wrapper
` [FFmpeg-devel] [PATCH 19/49] fftools/ffmpeg: do not log to the muxer context
` [FFmpeg-devel] [PATCH 20/49] fftools/ffmpeg: move the mux queue into muxer private data
` [FFmpeg-devel] [PATCH 21/49] fftools/ffmpeg_mux: split queuing packets into a separate function
` [FFmpeg-devel] [PATCH 22/49] fftools/ffmpeg_mux: split of_write_packet()
` [FFmpeg-devel] [PATCH 23/49] fftools/ffmpeg: move output file opts into private context
` [FFmpeg-devel] [PATCH 24/49] fftools/ffmpeg: move processing video stats to ffmpeg_mux
` [FFmpeg-devel] [PATCH 25/49] fftools/ffmpeg_mux: drop a useless check and reduce indentation
` [FFmpeg-devel] [PATCH 26/49] fftools/ffmpeg_mux: stop using AVStream.nb_frames in do_video_stats()
` [FFmpeg-devel] [PATCH 27/49] fftools/ffmpeg_mux: stop using av_stream_get_end_pts() "
` [FFmpeg-devel] [PATCH 28/49] fftools/ffmpeg_mux: merge variable declaration and initialization
` [FFmpeg-devel] [PATCH 29/49] fftools/ffmpeg_mux: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats()
` [FFmpeg-devel] [PATCH 30/49] fftools/ffmpeg: share the code encoding a single frame between video and audio
` [FFmpeg-devel] [PATCH 31/49] fftools/ffmpeg: reuse the encoding code for flushing encoders
` [FFmpeg-devel] [PATCH 32/49] fftools/ffmpeg: reindent after previous commit
` [FFmpeg-devel] [PATCH 33/49] fftools/ffmpeg: use refcounted packets for encoded subtitles
` [FFmpeg-devel] [PATCH 34/49] fftools/ffmpeg: rework -shortest implementation
` [FFmpeg-devel] [PATCH 35/49] fftools/ffmpeg: use the sync queues to handle -frames
` [FFmpeg-devel] [PATCH 36/49] fftools/ffmpeg: stop using OutputStream.frame_number in print_report()
` [FFmpeg-devel] [PATCH 37/49] fftools/ffmpeg: only set OutputStream.frame_number for video encoding
` [FFmpeg-devel] [PATCH 38/49] fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.c
` [FFmpeg-devel] [PATCH 39/49] fftools/ffmpeg_mux: return errors from of_submit_packet()
` [FFmpeg-devel] [PATCH 40/49] fftools/ffmpeg_mux: return errors from submit_packet()
` [FFmpeg-devel] [PATCH 41/49] fftools/ffmpeg_mux: return errors from write_packet()
` [FFmpeg-devel] [PATCH 42/49] fftools/ffmpeg_mux: simplify submit_packet()
` [FFmpeg-devel] [PATCH 43/49] fftools/ffmpeg_mux: return errors from update_video_stats()
` [FFmpeg-devel] [PATCH 44/49] fftools/ffmpeg_mux: do not call exit_program() in print_sdp()
` [FFmpeg-devel] [PATCH 45/49] fftools/ffmpeg: stop using av_stream_get_end_pts()
` [FFmpeg-devel] [PATCH 46/49] fftools/ffmpeg: do not write the output file header from init_output_stream()
` [FFmpeg-devel] [PATCH 47/49] fftools/ffmpeg: depend on threads
` [FFmpeg-devel] [PATCH 48/49] fftools: add a multistream thread-safe queue
` [FFmpeg-devel] [PATCH 49/49] fftools/ffmpeg: move each muxer to a separate thread
[FFmpeg-devel] [PATCH 1/2] lafi/vf_edgedetect: Move some common functions into seperate file
2022-04-05 8:56 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavfi: Add blurriness filter
[FFmpeg-devel] [PATCH] ffmpeg: document -d option
2022-04-05 5:23 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] FFmpeg 4.4.2
2022-04-04 23:03 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/alimiter: Add "flush_buffer" option to flush the remaining valid data to the output
2022-04-04 22:28 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avfilter/alimiter: Remove the delay introduced by lookahead buffer
[FFmpeg-devel] [PATCH] avformat/mpegts: set data broadcast streams as such
2022-04-04 21:35 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Provided support for MPEG-5 EVC (Essential Video Coding) codec
2022-04-04 12:29 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v5 1/7] avcodec/v4l2_context: don't reinit output queue when dynamic resolution change
2022-04-04 12:14 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 7/7] avcodec/v4l2_m2m_dec: setup capture queue before enqueue the first frame
` [FFmpeg-devel] [EXT] "
[FFmpeg-devel] [PATCH 3/3] tests: add README.md file with simple instructions
2022-04-04 8:30 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v12 0/1] Add IPFS protocol support
2022-04-03 22:38 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v12 1/1] avformat: "
[FFmpeg-devel] [PATCH v11 0/1] Add IPFS protocol support
2022-04-03 22:36 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v11 1/1] avformat: "
[FFmpeg-devel] [PATCH] avcodec/ituh263enc: Add AV_CODEC_CAP_SLICE_THREADS to old H.263
2022-04-03 21:43 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/5] avcodec/vp9_superframe_bsf: Check in size
2022-04-03 21:23 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/5] avcodec/diracdec: avoid signed integer overflow in global mv
` [FFmpeg-devel] [PATCH 5/5] avcodec/exr: Avoid signed overflow in displayWindow
[FFmpeg-devel] [PATCH 1/2] avcodec/apedec: fix a integer overflow in long_filter_high_3800()
2022-04-03 21:21 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavf/avio: add avio_vprintf()
2022-04-03 14:06 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] ffprobe: add -o option
[FFmpeg-devel] [PATCH] libavformat/mpegts.c: ignore a section with next flag
2022-04-03 10:23 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavformat/mpegts.c: fix to check end of each descriptor of SDT
2022-04-03 10:07 UTC - mbox.gz / Atom
[FFmpeg-devel] movenc: add write_btrt option
2022-04-03 5:07 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avformat/ape: more bits in size for less overflows
2022-04-02 22:05 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/binkaudio: Clear state on EAGAIN
[FFmpeg-devel] [PATCH 1/2] avfilter/src_movie: switch to activate()
2022-04-02 12:06 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/src_movie: add option to set decoding thread type
[FFmpeg-devel] [PATCH v2] libavutil/hwcontext_qsv: Align width and heigh when download qsv frame
2022-04-02 11:59 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avfilter/src_movie: switch to activate()
2022-04-02 10:59 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/src_movie: add option to set decoding thread type
[FFmpeg-devel] [PATCH v2 1/2] libavcodec/qsvdec: Add more pixel format support to qsvdec
2022-04-02 9:35 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] libavcodec/qsvenc: Add more pixel format support to qsvenc
[FFmpeg-devel] Request For Comment no Matroska specs
2022-04-02 9:27 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] libavcodec/qsvdec: Add more pixel format support to qsvdec
2022-04-02 9:26 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 1/3] libavcodec/qsvdec: reinit decoder according to decode() return value
2022-04-02 8:52 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 3/3] libavcodec/qsvdec: using suggested num to set init_pool_size
[FFmpeg-devel] [PATCH 6/7] avcodec: Make avcodec_decoder_subtitles2 accept a const AVPacket*
2022-04-02 6:54 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: Constify non-const filters
2022-04-01 19:02 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: Added siti filter
2022-04-01 18:54 UTC (19+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avutil/mem: fix doc for reallocs
2022-04-01 17:05 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] doc/filters: document vf_libplacebo
2022-04-01 9:36 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH 1/3] avutil/hwcontext_d3d11va: add a format check for staging texture
2022-04-01 9:24 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avutil/hwcontext_d3d11va: fix the uninitialized texture bindflag
` [FFmpeg-devel] [PATCH 3/3] avutil/hwcontext_qsv: fix D3D11VA<->qsv hwmap errors
[FFmpeg-devel] [PATCH] avformat/mpegenc: Fix ever growing FIFO and infinite loop on error
2022-04-01 9:23 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 00/10] avcodec/vc1: Arm optimisations
2022-04-01 7:08 UTC (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 01/10] checkasm: Add vc1dsp in-loop deblocking filter tests
` [FFmpeg-devel] [PATCH v3 02/10] checkasm: Add vc1dsp inverse transform tests
` [FFmpeg-devel] [PATCH v3 03/10] checkasm: Add idctdsp add/put-pixels-clamped tests
` [FFmpeg-devel] [PATCH v3 04/10] avcodec/vc1: Introduce fast path for unescaping bitstream buffer
` [FFmpeg-devel] [PATCH v3 05/10] avcodec/vc1: Arm 64-bit NEON deblocking filter fast paths
` [FFmpeg-devel] [PATCH v3 06/10] avcodec/vc1: Arm 32-bit "
` [FFmpeg-devel] [PATCH v3 07/10] avcodec/vc1: Arm 64-bit NEON inverse transform "
` [FFmpeg-devel] [PATCH v3 08/10] avcodec/idctdsp: Arm 64-bit NEON block add and clamp "
` [FFmpeg-devel] [PATCH v3 09/10] avcodec/vc1: Arm 64-bit NEON unescape fast path
` [FFmpeg-devel] [PATCH v3 10/10] avcodec/vc1: Arm 32-bit "
[FFmpeg-devel] [PATCH v5 0/2] lavf/mpegenc: fixes
2022-04-01 7:05 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 2/2] lavf/mpegenc: fix termination on error conditions
[FFmpeg-devel] [PATCH 1/8] fate/filter-refcmp-*: make refcmp_metadata fail on empty input
2022-04-01 6:26 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/8] fate/filter-refcmp-*: make refcmp_metadata fail on empty or truncated input
[FFmpeg-devel] [PATCH v11 0/5] Jpeg XL Patch Set
2022-04-01 2:27 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v11 1/5] avcodec/jpegxl: add Jpeg XL image codec and parser
` [FFmpeg-devel] [PATCH v11 2/5] avcodec/libjxl: add Jpeg XL decoding via libjxl
` [FFmpeg-devel] [PATCH v11 3/5] avcodec/libjxl: add Jpeg XL encoding "
` [FFmpeg-devel] [PATCH v11 4/5] avformat/image2: add Jpeg XL as image2 format
` [FFmpeg-devel] [PATCH v11 5/5] fate/jpegxl: add Jpeg XL demux and parse FATE test
[FFmpeg-devel] [PATCH] MAINTAINERS: add myself as maintainer for libsrt protocol
2022-04-01 1:25 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v10 0/1] Add IPFS protocol support
2022-03-31 23:56 UTC (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v10 1/1] avformat: "
[FFmpeg-devel] [PATCH 0/6] avcodec/vc1: Arm optimisations
2022-03-31 21:42 UTC (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 00/10] "
` [FFmpeg-devel] [PATCH 05/10] avcodec/vc1: Arm 64-bit NEON deblocking filter fast paths
` [FFmpeg-devel] [PATCH 07/10] avcodec/vc1: Arm 64-bit NEON inverse transform "
` [FFmpeg-devel] [PATCH 08/10] avcodec/idctdsp: Arm 64-bit NEON block add and clamp "
[FFmpeg-devel] [PATCH] avfilter/vf_perspective: Add support for commands
2022-03-31 20:54 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/vp9_raw_reorder_bsf: Fix leak of cached packet
2022-03-31 20:14 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/vp9_raw_reorder_bsf: Merge close and flush
[FFmpeg-devel] [PATCH] avcodec/libvpxenc: enable dynamic max quantizer parameter reconfiguration
2022-03-31 17:31 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavutil/hwcontext_vaapi: Re-enable support for libva v1
2022-03-31 15:26 UTC (4+ messages) - mbox.gz / Atom
page: next (older) | prev (newer) | latest
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git