[FFmpeg-devel] [PATCH v2 01/18] avcodec/h264dec: Move find_start_code() to its only user
2022-01-24 20:09 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 02/18] avcodec/h264dec: Move pack8to16 "
` [FFmpeg-devel] [PATCH v2 03/18] lavc/h264: replace MAX_MMCO_COUNT with H264_MAX_MMCO_COUNT
` [FFmpeg-devel] [PATCH v2 04/18] lavc/h264dec.h: Move MMCOOpcode to h264_parse.h
` [FFmpeg-devel] [PATCH v2 05/18] lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriate
` [FFmpeg-devel] [PATCH v2 07/18] lavc/h264_parser: add missing headers
` [FFmpeg-devel] [PATCH v2 08/18] lavc/h264: move some shared code from h264dec to h264_parse
` [FFmpeg-devel] [PATCH v2 09/18] lavc/h264data.h: stop including h264dec.h
[FFmpeg-devel] [PATCH 01/13] lavc/h264: replace MAX_MMCO_COUNT with H264_MAX_MMCO_COUNT
2022-01-24 18:48 UTC (20+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/13] lavc/h264_parser: stop accessing H264Context
` [FFmpeg-devel] [PATCH 03/13] lavc/h264dec.h: move find_start_code and MMCOOpcode to h264_parse.h
` [FFmpeg-devel] [PATCH 04/13] lavc/h264: replace MAX_DELAYED_PIC_COUNT with FF_ARRAY_ELEMS where appropriate
` [FFmpeg-devel] [PATCH 05/13] lavc/h264: replace MAX_DELAYED_PIC_COUNT by H264_MAX_DPB_FRAMES
` [FFmpeg-devel] [PATCH 06/13] lavc/h264_parser: add missing headers
` [FFmpeg-devel] [PATCH 07/13] lavc/h264: move some shared code from h264dec to h264_parse
` [FFmpeg-devel] [PATCH 08/13] lavc/h264data.h: stop including h264dec.h
` [FFmpeg-devel] [PATCH 09/13] lavc/h264_parse: "
` [FFmpeg-devel] [PATCH 10/13] lavc/h264: move MB_TYPE defs from h264dec.h to h264_parse
` [FFmpeg-devel] [PATCH 11/13] lavc/vdpau: stop unnecessarily including h264dec
` [FFmpeg-devel] [PATCH 12/13] lavc/x86/h264_qpel: "
` [FFmpeg-devel] [PATCH 13/13] lavc/svq3: stop including h264dec.h
` [FFmpeg-devel] [PATCH 14/18] avcodec/h264*: Remove unnecessary h264_mvpred.h inclusions
` [FFmpeg-devel] [PATCH 15/18] avcodec/h264dec: Remove unnecessary headers
` [FFmpeg-devel] [PATCH 16/18] avcodec/h264_parse: Move find_start_code() to its only user
` [FFmpeg-devel] [PATCH 17/18] avcodec/h264_*: Remove unnecessary internal.h inclusions
` [FFmpeg-devel] [PATCH 18/18] avcodec/h264_parse: Move ff_h264_get_profile() to h264_ps.h
[FFmpeg-devel] [PATCH] avcodec/h264_parser: don't alter decoder private data
2022-01-24 16:51 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/5] macos avdevice fixes and improvements
2022-01-24 16:20 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 5/5] Add AudioToolbox audio input device
[FFmpeg-devel] Patch review request
2022-01-24 16:16 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ffmpeg: add packet duration to muxer logging
2022-01-24 14:59 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 00/31] New FIFO API
2022-01-24 14:46 UTC (32+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 01/31] avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek()
` [FFmpeg-devel] [PATCH v2 02/31] lavu/fifo: disallow overly large fifo sizes
` [FFmpeg-devel] [PATCH v2 03/31] lavu/fifo: Add new AVFifo API based upon the notion of element size
` [FFmpeg-devel] [PATCH v2 04/31] lavu/fifo: add a flag for automatically growing the FIFO as needed
` [FFmpeg-devel] [PATCH v2 05/31] lavu/tests/fifo: switch to the new API
` [FFmpeg-devel] [PATCH v2 06/31] lavc/avcodec: switch to new FIFO API
` [FFmpeg-devel] [PATCH v2 07/31] lavc/amfenc: "
` [FFmpeg-devel] [PATCH v2 08/31] lavc/cuviddec: do not reallocate the fifo unnecessarily
` [FFmpeg-devel] [PATCH v2 09/31] lavc/cuviddec: convert to the new FIFO API
` [FFmpeg-devel] [PATCH v2 10/31] lavc/libvorbisenc: switch to "
` [FFmpeg-devel] [PATCH v2 11/31] lavc/libvpxenc: switch to the "
` [FFmpeg-devel] [PATCH v2 12/31] lavc/libvpxenc: remove unneeded context variable
` [FFmpeg-devel] [PATCH v2 13/31] lavc/nvenc: switch to the new FIFO API
` [FFmpeg-devel] [PATCH v2 14/31] lavc/qsvdec: "
` [FFmpeg-devel] [PATCH v2 15/31] lavc/qsvenc: switch to "
` [FFmpeg-devel] [PATCH v2 16/31] avcodec/qsvenc: Reindent after the previous commit
` [FFmpeg-devel] [PATCH v2 17/31] lavf/dvenc: return an error on audio/video desync
` [FFmpeg-devel] [PATCH v2 18/31] lavf/dvenc: switch to new FIFO API
` [FFmpeg-devel] [PATCH v2 19/31] lavf/mpegenc: "
` [FFmpeg-devel] [PATCH v2 20/31] lavf/swfenc: "
` [FFmpeg-devel] [PATCH v2 21/31] lavf/udp: "
` [FFmpeg-devel] [PATCH v2 22/31] lavf/async: "
` [FFmpeg-devel] [PATCH v2 23/31] lavd/jack: switch to the "
` [FFmpeg-devel] [PATCH v2 24/31] lavu/audio_fifo: drop an unnecessary include
` [FFmpeg-devel] [PATCH v2 25/31] lavu/audio_fifo: switch to new FIFO API
` [FFmpeg-devel] [PATCH v2 26/31] lavu/threadmessage: "
` [FFmpeg-devel] [PATCH v2 27/31] lavfi/qsvvpp: "
` [FFmpeg-devel] [PATCH v2 28/31] lavfi/vf_deshake_opencl: "
` [FFmpeg-devel] [PATCH v2 29/31] ffplay: "
` [FFmpeg-devel] [PATCH v2 30/31] ffmpeg: "
` [FFmpeg-devel] [PATCH v2 31/31] avutil/fifo: Deprecate old "
[FFmpeg-devel] [GASPP PATCH] Filter out -D parameters from the call to GCC/Clang to assemble
2022-01-24 13:15 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Fix setsockopt IP_MULTICAST_TTL on OpenBSD
2022-01-24 12:40 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v4] tests: add test for ffmpeg's fix_sub_duration feature
2022-01-24 11:30 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: Added siti filter
2022-01-24 11:10 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 1/3] lavc/qsv: allow to add more parameter buffers to QSV frame
2022-01-24 8:24 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/3] lavc/qsvdec: track the runtime session version
` [FFmpeg-devel] [PATCH v2 3/3] lavc/qsvdec: export AVFilmGrainParams side data
[FFmpeg-devel] [PATCH 1/3] avformat/rtpdec: Fix negative missed packets in warning message
2022-01-24 3:48 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/rtpdec: return value check for init_get_bits()
` [FFmpeg-devel] [PATCH 3/3] avformat/dashdec: avoid calling strlen multiple times
[FFmpeg-devel] [PATCH 1/3] libavcodec/qsvenc: Add max slice size support to hevc_qsv
2022-01-24 2:59 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] libavcodec/qsvenc: Add b_strategy option "
` [FFmpeg-devel] [PATCH 3/3] libavcodec/qsvenc: Add intra refresh to hevc_qsv and add new intra refresh parameter
[FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9
2022-01-24 2:13 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/cbs_sei: Fix H.264/5 SEI unit ordering
2022-01-24 1:37 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Fix H.264/5 SEI unit ordering (regression from 8843607f)
2022-01-24 0:57 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 001/293 v7] Add a new channel layout API
2022-01-24 0:28 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/vf_libvmaf: update filter for libvmaf v2.0.0
2022-01-23 21:22 UTC (10+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] lavc/encode: factor audio/video-specific parts out of ff_encode_preinit()
2022-01-23 20:01 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] lavc/encode: reindent
` [FFmpeg-devel] [PATCH 3/3] lavc/encode: pick a sane default for bits_per_raw_sample if it's not set
[FFmpeg-devel] [PATCH] configure: link to libatomic when it's present
2022-01-23 19:40 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avutil/tests/adler32: Remove unnecessary volatile
2022-01-23 10:23 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/wavenc: allow WAVEFORMATEXTENSIBLE to be suppressed
2022-01-23 9:34 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/2] avformat/img2dec: add GEM Raster image demuxer
2022-01-23 4:45 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1 1/9] lavu/pix_fmt: add P012 pixel format
2022-01-23 0:06 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavutil/tests/md5: Avoid warnings
2022-01-22 23:23 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
` [FFmpeg-devel] [PATCH v3] "
[FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection
2022-01-22 20:13 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fate/ffmpeg: Add test for autorotating video
2022-01-21 22:40 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] swscale/x86/swscale: Remove superfluous and invalid '; '
2022-01-21 21:26 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v5] avformat/imf: add IMF CPL with repeated resources to FATE
2022-01-21 21:05 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 000/281 v3] New channel layout API
2022-01-21 20:20 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 091/281] matroska: convert to new "
[FFmpeg-devel] [PATCH] avformat/matroskadec: Export rectangular projection as displaymatrix
2022-01-21 19:01 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] libfdk-aacdec: Add an option for setting the decoder's DRC album mode
2022-01-21 14:42 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] libfdk-aacdec: Flush delayed samples at the end
[FFmpeg-devel] [PATCH v2 1/6] avformat/mux: Remove assert based on faulty assumptions
2022-01-21 12:14 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fftools/ffmpeg: fix (a)buffer src names
2022-01-21 12:05 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1] avfilter/vf_gblur_vulkan: add sizeV option
2022-01-21 11:41 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avutil/pixfmt.h: typo
2022-01-21 11:08 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mov: Fix endian-dependent parsing
2022-01-21 10:52 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavu/tx: rewrite internal code as a tree-based codelet constructor
2022-01-21 8:51 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavu/tx: add an RDFT implementation
[FFmpeg-devel] Patchwork FATE Errors
2022-01-21 5:11 UTC (10+ messages) - mbox.gz / Atom
[FFmpeg-devel] GitHub Integration
2022-01-21 1:29 UTC (13+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavcodec/qsvenc: fix a memory leak problem
2022-01-21 1:08 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 001/289 v6] Add a new channel layout API
2022-01-20 22:42 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/img2dec: fix logic error in GEM Raster file probe
2022-01-20 22:14 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 00/24] Subtitle Filtering 2022
2022-01-20 20:01 UTC (34+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 00/26] "
` [FFmpeg-devel] [PATCH v2 26/26] avcodec/dvbsubdec: Fix conditions for fallback to default resolution
` [FFmpeg-devel] [PATCH v3 00/26] Subtitle Filtering 2022
` [FFmpeg-devel] [PATCH v3 01/26] avcodec, avutil: Move enum AVSubtitleType to avutil, add new and deprecate old values
` [FFmpeg-devel] [PATCH v3 02/26] avutil/frame: Prepare AVFrame for subtitle handling
` [FFmpeg-devel] [PATCH v3 03/26] avcodec/subtitles: Introduce new frame-based subtitle decoding API
` [FFmpeg-devel] [PATCH v3 04/26] avfilter/subtitles: Update vf_subtitles to use new decoding api
` [FFmpeg-devel] [PATCH v3 05/26] avcodec, avutil: Move ass helper functions to avutil as avpriv_ and extend ass dialog parsing
` [FFmpeg-devel] [PATCH v3 06/26] avcodec/subtitles: Replace deprecated enum values
` [FFmpeg-devel] [PATCH v3 07/26] fftools/play, probe: Adjust for subtitle changes
` [FFmpeg-devel] [PATCH v3 08/26] avfilter/subtitles: Add subtitles.c for subtitle frame allocation
` [FFmpeg-devel] [PATCH v3 09/26] avfilter/avfilter: Handle subtitle frames
` [FFmpeg-devel] [PATCH v3 10/26] avfilter/avfilter: Fix hardcoded input index
` [FFmpeg-devel] [PATCH v3 11/26] avfilter/sbuffer: Add sbuffersrc and sbuffersink filters
` [FFmpeg-devel] [PATCH v3 12/26] avfilter/overlaygraphicsubs: Add overlaygraphicsubs and graphicsub2video filters
` [FFmpeg-devel] [PATCH v3 13/26] avfilter/overlaytextsubs: Add overlaytextsubs and textsubs2video filters
` [FFmpeg-devel] [PATCH v3 14/26] avfilter/textmod: Add textmod, censor and show_speaker filters
` [FFmpeg-devel] [PATCH v3 15/26] avfilter/stripstyles: Add stripstyles filter
` [FFmpeg-devel] [PATCH v3 16/26] avfilter/splitcc: Add splitcc filter for closed caption handling
` [FFmpeg-devel] [PATCH v3 17/26] avfilter/graphicsub2text: Add new graphicsub2text filter (OCR)
` [FFmpeg-devel] [PATCH v3 18/26] avfilter/subscale: Add filter for scaling and/or re-arranging graphical subtitles
` [FFmpeg-devel] [PATCH v3 19/26] avfilter/subfeed: add subtitle feed filter
` [FFmpeg-devel] [PATCH v3 20/26] avcodec/subtitles: Migrate subtitle encoders to frame-based API
` [FFmpeg-devel] [PATCH v3 21/26] fftools/ffmpeg: Introduce subtitle filtering and new frame-based subtitle encoding
` [FFmpeg-devel] [PATCH v3 22/26] avutil/ass_split: Add parsing of hard-space tags (\h)
` [FFmpeg-devel] [PATCH v3 23/26] avcodec/webvttenc: convert hard-space tags to
` [FFmpeg-devel] [PATCH v3 24/26] doc/APIchanges: update for subtitle filtering changes
` [FFmpeg-devel] [PATCH v3 25/26] avcodec/webvttenc: Don't encode drawing codes and empty lines
` [FFmpeg-devel] [PATCH v3 26/26] avcodec/dvbsubdec: Fix conditions for fallback to default resolution
[FFmpeg-devel] [PATCH] avformat/http: Fix double-free on error
2022-01-20 19:20 UTC - mbox.gz / Atom
[FFmpeg-devel] Refactoring UUID functionality
2022-01-20 17:45 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/matroskaenc: Fix writing AV_SPHERICAL_EQUIRECTANGULAR
2022-01-20 17:30 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] lavfi/drawtext: Add localtime_ms for millisecond precision
2022-01-20 15:32 UTC (16+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avfilter/adelay: Add command support
2022-01-20 11:36 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/adelay: Add command support
2022-01-20 9:53 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavc/aarch64: add hevc qpel assembly
2022-01-20 8:38 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH V5 1/2] libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surface
2022-01-20 7:21 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH V5 2/2] libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl
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