Show patches with: State = Action Required       |    Archived = No       |   17700 patches
« 1 2 ... 10 11 12176 177 »
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel,09/15] avfilter/palettegen: average color in linear space [FFmpeg-devel,01/15] Revert "avfilter/vf_palette(gen|use): support palettes with alpha" - - - - 4-- 2022-11-05 Clément Bœsch New
[FFmpeg-devel,09/15] avformat/dashenc: add an option to enable low latency Dash manifest - - - - --- 2019-12-21 James Almer New
[FFmpeg-devel,09/15] lavc/hevcdec: support all color formats in videotoolbox hwaccel [FFmpeg-devel,01/15] lavu/pixfmt: add high-bit-depth semi-planar 4:2:2/4:4:4 formats - - - - 2-2 2021-11-13 rcombs New
[FFmpeg-devel,09/15] lavf/id3v2: use avcodec_descriptor_get_by_mime_type [FFmpeg-devel,01/15] lavc/codec_desc: add MIME type to AV_CODEC_ID_TEXT - - - - 2-- 2020-09-09 rcombs New
[FFmpeg-devel,09/15] lavfi: Add filter to run an arbitrary OpenCL program on frames - - - - --- 2017-11-14 Mark Thompson New
[FFmpeg-devel,09/15] tests/checkasm: Add test for vf_bwdif filter_edge avfilter/vf_bwdif: Add aarch64 neon functions - - - - 4-- 2023-06-29 John Cox New
[FFmpeg-devel,09/16] build: remove vda_framework from enable_weak - - - - --- 2017-08-30 Clément Bœsch New
[FFmpeg-devel,09/16] lavc/hevcdec: support all color formats in videotoolbox hwaccel [FFmpeg-devel,01/16] ffmpeg: remove ffmpeg_videotoolbox - - - - 4-- 2021-11-22 rcombs New
[FFmpeg-devel,09/16] lavc/hevcdec: support all color formats in videotoolbox hwaccel [FFmpeg-devel,01/16] ffmpeg: remove ffmpeg_videotoolbox - - - - 4-- 2021-11-22 rcombs New
[FFmpeg-devel,09/16] lavfi/vf_blend: convert to framesync2. - - - - --- 2017-08-10 Nicolas George New
[FFmpeg-devel,09/17] avformat/avc, movenccenc: Simplify annex B->mp4 transformation [FFmpeg-devel,1/7] avformat/avc: Fix undefined shift and assert when reading exp-golomb num - - - - 2-- 2020-07-09 Andreas Rheinhardt New
[FFmpeg-devel,09/17] ffserver.c: simplify cleanup in run_server() - - - - --- 2018-06-28 Stephan Holljes New
[FFmpeg-devel,09/17] fftools/ffmpeg: stop injecting stream side data in packets AVCodecContext and AVCodecParameters side data - - - - --- 2023-09-04 James Almer New
[FFmpeg-devel,09/17] vaapi: Make the decode profile matching more explicit - - - - --- 2017-11-24 Mark Thompson New
[FFmpeg-devel,09/18] avcodec/vp8: Disable slice-thread synchronization code for VP7 [FFmpeg-devel,01/18] avcodec/vp8: Disable segmentation for VP7 - - - - 2-- 2022-09-10 Andreas Rheinhardt New
[FFmpeg-devel,09/18] avdevice/dshow: port to the new packet list API AVPacketList public API - - - - 2-- 2020-11-18 James Almer New
[FFmpeg-devel,09/18] avradio/sdrdemux: The RTLSDR DC artifact is not consistent [FFmpeg-devel,01/18] avradio/sdrdemux: Fix uninitialized access - - - - -2- 2023-07-08 Michael Niedermayer New
[FFmpeg-devel,09/18] checkasm: register the RISC-V V subsets [FFmpeg-devel,01/18] doc: reference the RISC-V specification - - - - 2-- 2022-09-12 Rémi Denis-Courmont New
[FFmpeg-devel,09/18] checkasm: register the RISC-V V subsets [FFmpeg-devel,01/18] doc: reference the RISC-V specification - - - - 2-- 2022-09-09 Rémi Denis-Courmont New
[FFmpeg-devel,09/18] lavc/dvenc: stop using DVVideoContext [FFmpeg-devel,01/18] tests/fate/mov: add a test for dv audio demuxed through dv demuxer - - - - 2-2 2022-08-24 Anton Khirnov New
[FFmpeg-devel,09/20] avcodec/h2645_sei: Factor out freeing common SEI parts [FFmpeg-devel,01/20] avcodec/hevc_sei: Use proper type for NALU type - - - - 4-- 2022-07-02 Andreas Rheinhardt New
[FFmpeg-devel,09/21] avformat/matroskadec: Remove non-incremental parsing of clusters - - - - --- 2019-03-27 Diego Felix de Souza via ffmpeg-devel New
[FFmpeg-devel,09/22] lavf/vpp_qsv: add vpp_preinit callback clean-up QSV filters - - - - 4-- 2021-05-14 Xiang, Haihao New
[FFmpeg-devel,09/22] lavfhttpd.c: Free client context if allocated but an error occured - - - - --- 2018-05-31 Stephan Holljes New
[FFmpeg-devel,09/22] lavfi/vf_libplacebo: replace s->input by dynamic array [FFmpeg-devel,01/22] lavfi/vf_libplacebo: drop redundant case - - - - 4-- 2023-06-16 Niklas Haas New
[FFmpeg-devel,09/24] avcodec/proresenc: prores supports limited color range only - - - - --- 2018-05-01 Paul B Mahol New
[FFmpeg-devel,09/24] avfilter/subtitles: Add subtitles.c for subtitle frame allocation Subtitle Filtering 2022 - - - - 4-4 2022-01-14 Aman Karmani New
[FFmpeg-devel,09/24] avformat: remove deprecated FF_API_GET_END_PTS Major library version bump - - - - 4-- 2024-01-25 James Almer New
[FFmpeg-devel,09/24] ffmpeg_mux: add private muxer context [FFmpeg-devel,01/24] ffmpeg: pass the muxer context explicitly to some functions - - - - 4-- 2021-12-13 Anton Khirnov New
[FFmpeg-devel,09/24] fftools/ffmpeg_filter: track input/output index in {Input, Output}FilterPriv [FFmpeg-devel,01/24] lavf/mux: do not apply max_interleave_delta to subtitles - - - - --- 2023-11-04 Anton Khirnov New
[FFmpeg-devel,09/26] avcodec: remove FF_API_FLAG_TRUNCATED Major library version bump - - - - 2-- 2023-01-16 James Almer New
[FFmpeg-devel,09/26] lavu/floatdsp: RISC-V V vector_fmul [FFmpeg-devel,01/26] lavu/cpu: detect RISC-V base extensions - - - - 4-- 2022-09-20 Rémi Denis-Courmont New
[FFmpeg-devel,09/27] fftools/ffmpeg: stop accessing OutputStream.last_dropped in print_report() [FFmpeg-devel,01/27] fftools/ffmpeg: move derivation of frame duration from filter framerate - - - - --- 2023-09-19 Anton Khirnov New
[FFmpeg-devel,09/28] ffmpeg: fix the type of limit_filesize [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,09/29] lavu/floatdsp: RISC-V V vector_fmul [FFmpeg-devel,01/29] lavu/cpu: detect RISC-V base extensions - - - - 2-- 2022-09-22 Rémi Denis-Courmont New
[FFmpeg-devel,09/31] lavu/floatdsp: RISC-V V vector_dmul_scalar [FFmpeg-devel,01/31] lavu/cpu: detect RISC-V base extensions - - - - 2-- 2022-09-25 Rémi Denis-Courmont New
[FFmpeg-devel,09/33] fftools/ffmpeg_mux_init: improve error handling in of_add_attachments() [FFmpeg-devel,01/33] fftools/ffmpeg_mux_init: return errors from of_open() instead of aborting - - - - 4-- 2023-07-13 Anton Khirnov New
[FFmpeg-devel,09/35] fftools/ffmpeg: access output file chapters through a wrapper [FFmpeg-devel,01/35] fftools/ffmpeg_mux: add private muxer context - - - - 2-- 2022-06-16 Anton Khirnov New
[FFmpeg-devel,09/35] lavu/fifo: add a flag for automatically growing the FIFO as needed [FFmpeg-devel,01/35] lavu/fifo: disallow overly large fifo sizes - - - - 6-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,09/36] avcodec/vp9_superframe_split_bsf: Don't restrict frame_size to INT_MAX/8 [FFmpeg-devel,01/36] avcodec/vp9_superframe_bsf: Check for existence of data before reading it - - - - 2-- 2020-05-30 Andreas Rheinhardt New
[FFmpeg-devel,09/42] avcodec/refstruct: Allow checking for exclusive ownership New API for reference counting and ThreadFrames - - - - 2-- 2023-09-19 Andreas Rheinhardt New
[FFmpeg-devel,09/48] avcodec/tiff: use av_packet_alloc() to allocate AVPackets deprecate av_init_packet() and sizeof(AVPacket) as part of the ABI - - - - 4-- 2021-03-05 James Almer New
[FFmpeg-devel,09/49] fftools/ffmpeg: store output format separately from the muxer context [FFmpeg-devel,01/49] fftools/ffmpeg: drop an obsolete hack - - - - 2-- 2022-04-04 Anton Khirnov New
[FFmpeg-devel,090/281] lxfdec: convert to new channel layout API New channel layout API - - - - --- 2022-01-13 James Almer New
[FFmpeg-devel,091/281] matroska: convert to new channel layout API New channel layout API - - - - --- 2022-01-13 James Almer New
[FFmpeg-devel,092/281] mca: convert to new channel layout API New channel layout API - - - - --- 2022-01-13 James Almer New
[FFmpeg-devel,095/281] moflex: convert to new channel layout API New channel layout API - - - - 2-2 2022-01-13 James Almer New
[FFmpeg-devel,096/281] mov: convert to new channel layout API New channel layout API - - - - 2-2 2022-01-13 James Almer New
[FFmpeg-devel,1/1,NO,NOT,APPLY] Allocation NULL check fuzzing tool - - - - --- 2017-11-24 Derek Buitenhuis New
[FFmpeg-devel,1/1,RFC] ffprobe: report DAR even if SAR is undefined - - - - --- 2018-04-15 Timo Teräs New
[FFmpeg-devel,1/17] avformat: Use correct error in case muxer is not found [FFmpeg-devel,1/17] avformat: Use correct error in case muxer is not found - - - - 1-- 2020-03-02 Andreas Rheinhardt New
[FFmpeg-devel,1/1] aacenc_pred: prevent UB in ff_aac_adjust_common_pred() fate-aac-encode-pred UBsan fix - - - - 22- 2024-02-25 Sean McGovern New
[FFmpeg-devel,1/1] Add "no packet" timeout option for mpegts Add "no packet timeout" to mpegts - - - - 222 2022-10-31 Wolfgang Haupt New
[FFmpeg-devel,1/1] add CUgraphicsRegisterFlags enum - - - - --- 2018-04-26 Daniel Oberhoff New
[FFmpeg-devel,1/1] add CUgraphicsRegisterFlags enum - - - - --- 2018-04-26 Daniel Oberhoff New
[FFmpeg-devel,1/1] Add grayworld color correction filer avfilter Add grayworld color correction filter - - - - 4-- 2021-08-22 Paul Buxton New
[FFmpeg-devel,1/1] Add Mono/2D option to stereo3d filter [FFmpeg-devel,1/1] Add Mono/2D option to stereo3d filter - - - - -2- 2022-05-09 James Lancaster New
[FFmpeg-devel,1/1] Add null check for the frame pointer - - - - --- 2018-06-25 Baozeng Ding New
[FFmpeg-devel,1/1] Add support for Ericsson Texture Compression 1 (ETC1) - - - - --- 2017-02-22 Devin Heitmueller New
[FFmpeg-devel,1/1] add without_captureblt option for libavdevice/gdigrab.c, when useing the bitblt … - - - - --- 2019-11-15 fgodtdev@hotmail.com New
[FFmpeg-devel,1/1] Added avs2 tags for MKV [FFmpeg-devel,1/1] Added avs2 tags for MKV - - - - 2-- 2020-08-18 Ze Yuan New
[FFmpeg-devel,1/1] avcodec/dolby_e: Add error recovery when parse_mantissas run out of bits avcodec/dolby_e: Add error recovery when parse_mantissas run out of bits - - - - 4-- 2024-03-11 Nicolas Gaullier New
[FFmpeg-devel,1/1] avcodec/dolby_e: Add error recovery when parse_mantissas run out of bits avcodec/dolby_e: Add error recovery when parse_mantissas run out of bits - - - - 42- 2023-03-10 Nicolas Gaullier New
[FFmpeg-devel,1/1] avcodec/h264_parser: fix start of packet for some broken streams avcodec/h264_parser: fix start of packet for some broken - - - - 4-- 2024-03-26 Nicolas Gaullier New
[FFmpeg-devel,1/1] avcodec/jpeg2000: Add support for High-Throughput JPEG 2000 (HTJ2K) decoding. [FFmpeg-devel,1/1] avcodec/jpeg2000: Add support for High-Throughput JPEG 2000 (HTJ2K) decoding. - - - - -1- 2022-09-07 Caleb Etemesi New
[FFmpeg-devel,1/1] avcodec/libopusdec: Enable FEC/PLC libopusdec: Enable FEC/PLC - - - - 4-- 2021-02-16 Philip-Dylan Gleonec New
[FFmpeg-devel,1/1] avcodec/mjpegdec: fix non-subsampled RGB JPEGs RGB mjpeg fixes - - - - 2-- 2023-04-17 Leo Izen New
[FFmpeg-devel,1/1] avcodec/mpegutils: add motion_vec debug mode [FFmpeg-devel,1/1] avcodec/mpegutils: add motion_vec debug mode - - - - 4-- 2022-09-01 Chema Gonzalez New
[FFmpeg-devel,1/1] avcodec/mpegutils: add motion_vec debug mode [FFmpeg-devel,1/1] avcodec/mpegutils: add motion_vec debug mode - - - - 42- 2022-09-01 Chema Gonzalez New
[FFmpeg-devel,1/1] avcodec/mpegutils: add motion_vec debug mode [FFmpeg-devel,1/1] avcodec/mpegutils: add motion_vec debug mode - - - - 42- 2022-09-01 Chema Gonzalez New
[FFmpeg-devel,1/1] avcodec/mpegutils: add motion_vec debug mode add motion_vec (motion vector) debug mode - - - - 42- 2022-08-31 Chema Gonzalez New
[FFmpeg-devel,1/1] avcodec/nvenc: move lossless presets after new ones [FFmpeg-devel,1/1] avcodec/nvenc: move lossless presets after new ones - - - - 4-- 2021-04-16 Martin Pulec New
[FFmpeg-devel,1/1] avcodec/vpp_qsv: Copy side data from input to output frame [FFmpeg-devel,1/1] avcodec/vpp_qsv: Copy side data from input to output frame - - - - 4-- 2021-11-30 Soft Works New
[FFmpeg-devel,1/1] avcodec: NVENC improve debug and print hw capabilities - - - - --- 2017-06-02 Andreas Håkon New
[FFmpeg-devel,1/1] avdevice/gdigrab remove CAPTUREBLT flag [FFmpeg-devel,1/1] avdevice/gdigrab remove CAPTUREBLT flag - - - - 1-- 2020-01-22 fgodtdev@hotmail.com New
[FFmpeg-devel,1/1] avfilter/buffersink: Add video frame allocation callback avfilter/buffersink: Add user video frame allocation - - - - 4-- 2023-07-20 John Cox New
[FFmpeg-devel,1/1] avfilter: Implement gray world color correction Uses log LAB colorspace [FFmpeg-devel,1/1] avfilter: Implement gray world color correction Uses log LAB colorspace - - - - 4-- 2021-08-27 Paul Buxton New
[FFmpeg-devel,1/1] avformat hls check discard state of streams always avformat hls check discard state of streams always - - - - 2-- 2020-05-01 vectronic New
[FFmpeg-devel,1/1] avformat hls restore options dict when retrying with a new connection [FFmpeg-devel,1/1] avformat hls restore options dict when retrying with a new connection - 1 - - 2-- 2020-04-30 vectronic New
[FFmpeg-devel,1/1] avformat/assenc: avoid incorrect copy of null terminator Handle ASS format subtitle encoding ambiguity - - - - 2-- 2023-01-27 Tim Angus New
[FFmpeg-devel,1/1] avformat/assenc: fix incorrect copy of null terminator Fix off-by-one in ASS subtitle encoder - - - - 2-2 2023-01-05 Tim Angus New
[FFmpeg-devel,1/1] avformat/concatdec: copy side data avformat/concatdec: copy side data (ping) - - - - 4-- 2021-12-13 Nicolas Gaullier New
[FFmpeg-devel,1/1] avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists - - - - --- 2019-03-05 joepadmiraal New
[FFmpeg-devel,1/1] avformat/dashenc: Added configuration to override HTTP User-Agent - - - - --- 2017-11-20 Jeyapal, Karthick New
[FFmpeg-devel,1/1] avformat/demux: Add durationprobesize AVOption avformat/demux: Add durationprobesize AVOption - - - - 22- 2024-02-06 Nicolas Gaullier New
[FFmpeg-devel,1/1] avformat/demux: Fix accurate probing of durations in mpegts/ps avformat/demux: Fix accurate probing of durations in mpegts/ps - - - - 3-1 2024-03-14 Nicolas Gaullier New
[FFmpeg-devel,1/1] avformat/dolby_e: Add a parser avformat/dolby_e: Add a parser - - - - 4-- 2021-01-11 Nicolas Gaullier New
[FFmpeg-devel,1/1] avformat/gopher: Add audio and video itemtypes [FFmpeg-devel,1/1] avformat/gopher: Add audio and video itemtypes - - - - 4-- 2024-03-05 Christian Lee Seibold New
[FFmpeg-devel,1/1] avformat/hlsenc: Added configuration to override HTTP User-Agent - 1 - - --- 2017-09-04 Steven Liu New
[FFmpeg-devel,1/1] avformat/hlsenc: Fix bug on start_pts [FFmpeg-devel,1/1] avformat/hlsenc: Fix bug on start_pts - - - - 4-- 2021-05-16 Hongcheng Zhong New
[FFmpeg-devel,1/1] avformat/hlsenc: Fix target duration computation when 'round_durations' is enabl… - 1 - - --- 2017-09-01 Jeyapal, Karthick New
[FFmpeg-devel,1/1] avformat/matroska: fully parse stsd atom in v_quicktime tracks - - - - --- 2019-08-13 Stanislav Ionascu New
[FFmpeg-devel,1/1] avformat/movenc: use modern iTunes copyright atom - - - - --- 2018-03-28 Timo Teräs New
[FFmpeg-devel,1/1] avformat/mpegenc.c: vbvsize option - - - - --- 2019-10-31 Gaullier Nicolas New
[FFmpeg-devel,1/1] avformat: Add alignment mode to Pro-MPEG - - - - --- 2017-01-13 Andreas Håkon New
[FFmpeg-devel,1/1] avformat: Add probe_streams option avformat: Add probe_streams option - - - - -2- 2021-10-04 Nicolas Gaullier New
[FFmpeg-devel,1/1] avformat: mca: relax a condition check to be able to play certain files avformat: mca: relax a condition check to be able to play - 1 - - 2-- 2020-10-02 liushuyu@aosc.io New
[FFmpeg-devel,1/1] avutil/csp: create public API for colorspace structs avutil/csp changes - - - - 4-- 2022-05-20 Leo Izen New
[FFmpeg-devel,1/1] checkasm: improve Linux perf error message [FFmpeg-devel,1/1] checkasm: improve Linux perf error message - - - - 4-- 2023-07-19 Rémi Denis-Courmont New
[FFmpeg-devel,1/1] configure: add emscripten support [FFmpeg-devel,1/1] configure: add emscripten support - - - - 4-- 2021-04-27 Mehdi Sabwat New
« 1 2 ... 10 11 12176 177 »