Show patches with: State = Action Required       |    Archived = No       |   17667 patches
« 1 2 ... 53 54 55176 177 »
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel,v3,5/5] all: Guard if (EXTERNAL*) checks with #if HAVE_X86ASM Fix FFmpeg compilation without DCE - - - - 2-- 2022-11-03 L. E. Segovia New
[FFmpeg-devel,v3,4/5] all: Guard if (INLINE*) checks with #if HAVE_INLINE_ASM Fix FFmpeg compilation without DCE - - - - 2-- 2022-11-03 L. E. Segovia New
[FFmpeg-devel,v3,3/5] all: Replace if (CONFIG_FOO) checks by #if CONFIG_FOO Fix FFmpeg compilation without DCE - - - - 11- 2022-11-03 L. E. Segovia New
[FFmpeg-devel,v3,2/5] avcodec/x86/hevcdsp_init: Fix indentation after the ARCH_FOO changes Fix FFmpeg compilation without DCE - - - - 2-- 2022-11-03 L. E. Segovia New
[FFmpeg-devel,v3,1/5] all: Replace if (ARCH_FOO) checks by #if ARCH_FOO, part 2 Fix FFmpeg compilation without DCE - - - - 2-- 2022-11-03 L. E. Segovia New
[FFmpeg-devel,v2,5/5] all: Guard if (EXTERNAL*) checks with #if HAVE_X86ASM Fix FFmpeg compilation without DCE - - - - -1- 2022-11-03 L. E. Segovia New
[FFmpeg-devel,v2,4/5] all: Guard if (INLINE*) checks with #if HAVE_INLINE_ASM Untitled series #7872 - - - - --- 2022-11-03 L. E. Segovia New
[FFmpeg-devel,v2,3/5] all: Replace if (CONFIG_FOO) checks by #if CONFIG_FOO Untitled series #7871 - - - - --- 2022-11-03 L. E. Segovia New
[FFmpeg-devel,v2,2/5] avcodec/x86/hevcdsp_init: Fix indentation after the ARCH_FOO changes Untitled series #7870 - - - - --- 2022-11-03 L. E. Segovia New
[FFmpeg-devel,v2,1/5] all: Replace if (ARCH_FOO) checks by #if ARCH_FOO, part 2 [FFmpeg-devel,v2,1/5] all: Replace if (ARCH_FOO) checks by #if ARCH_FOO, part 2 - - - - 2-- 2022-11-03 L. E. Segovia New
[FFmpeg-devel,v3,10/10] avcodec: increase minor version for H266/VVC Add support for H266/VVC - - - - 2-- 2022-11-03 Thomas Siedel New
[FFmpeg-devel,v3,09/10] avformat: add ts stream types for H266/VVC Add support for H266/VVC - - - - --- 2022-11-03 Thomas Siedel New
[FFmpeg-devel,v3,08/10] avcodec: add external encoder libvvenc for H266/VVC Add support for H266/VVC - - - - --- 2022-11-03 Thomas Siedel New
[FFmpeg-devel,v3,07/10] avcodec: add external decoder libvvdec for H266/VVC Add support for H266/VVC - - - - --- 2022-11-03 Thomas Siedel New
[FFmpeg-devel,v3,06/10] avformat: add muxer support for H266/VVC Add support for H266/VVC - - - - --- 2022-11-03 Thomas Siedel New
[FFmpeg-devel,v3,05/10] avformat: add demuxer and probe support for H266/VVC Add support for H266/VVC - - - - --- 2022-11-03 Thomas Siedel New
[FFmpeg-devel,v3,04/10] avcodec: add MP4 to annexb support for H266/VVC Add support for H266/VVC - - - - --- 2022-11-03 Thomas Siedel New
[FFmpeg-devel,v3,03/10] avcodec: add bitstream parser for H266/VVC Add support for H266/VVC - - - - --- 2022-11-03 Thomas Siedel New
[FFmpeg-devel,v3,02/10] avcodec: add cbs for H266/VVC Add support for H266/VVC - - - - --- 2022-11-03 Thomas Siedel New
[FFmpeg-devel,v3,01/10] avcodec: add enum types for H266/VVC Add support for H266/VVC - - - - --- 2022-11-03 Thomas Siedel New
[FFmpeg-devel,v2,2/2] avfilter/vpp_qsv: Copy side-data from input to output frame QSV Overlay Filter: Copy side data from input to output frame - - - - 2-- 2022-11-03 Aman Karmani New
[FFmpeg-devel,v2,1/2] avutil/frame: Add av_frame_copy_side_data() and av_frame_remove_all_side_data… QSV Overlay Filter: Copy side data from input to output frame - - - - --- 2022-11-03 Aman Karmani New
[FFmpeg-devel] avcodec/libx265: fix build error [FFmpeg-devel] avcodec/libx265: fix build error - - - - 2-- 2022-11-03 Zhao Zhili New
[FFmpeg-devel] avdevice/gdigrab: Allow capturing a window by its handle [FFmpeg-devel] avdevice/gdigrab: Allow capturing a window by its handle - - - - -1- 2022-11-03 Lena New
[FFmpeg-devel,v3,4/4] swscale/output: add rgbaf32 output support swscale rgbaf32 input/output support - - - - -11 2022-11-03 Mark Reid New
[FFmpeg-devel,v3,3/4] avfilter/vf_transpose: add support for packed rgb float formats swscale rgbaf32 input/output support - - - - 2-- 2022-11-03 Mark Reid New
[FFmpeg-devel,v3,2/4] avfilter/vf_hflip: add support for packed rgb float formats swscale rgbaf32 input/output support - - - - 2-- 2022-11-03 Mark Reid New
[FFmpeg-devel,v3,1/4] swscale/input: add rgbaf32 input support swscale rgbaf32 input/output support - - - - 2-- 2022-11-03 Mark Reid New
[FFmpeg-devel,v2] avcodec/nvenc: add AV1 encoding support [FFmpeg-devel,v2] avcodec/nvenc: add AV1 encoding support - - - - 4-- 2022-11-02 Timo Rothenpieler New
[FFmpeg-devel,v3] avcodec/av1_vaapi: fixed a decoding corruption issue [FFmpeg-devel,v3] avcodec/av1_vaapi: fixed a decoding corruption issue - 1 - - 4-- 2022-11-02 Dong, Ruijing New
[FFmpeg-devel] libavformat/mux.c: check AVFMT_NOTIMESTAMPS flags. [FFmpeg-devel] libavformat/mux.c: check AVFMT_NOTIMESTAMPS flags. - - - - -2- 2022-11-02 乔海娇 New
[FFmpeg-devel] avcodec/nvenc: add AV1 encoding support [FFmpeg-devel] avcodec/nvenc: add AV1 encoding support - - - - 4-- 2022-11-01 Timo Rothenpieler New
[FFmpeg-devel,4/4] all: Guard if (EXTERNAL*) checks with #if HAVE_X86ASM Fix FFmpeg compilation without DCE - - - - 4-- 2022-11-01 L. E. Segovia New
[FFmpeg-devel,3/4] all: Guard if (INLINE*) checks with #if HAVE_INLINE_ASM Fix FFmpeg compilation without DCE - - - - 4-- 2022-11-01 L. E. Segovia New
[FFmpeg-devel,2/4] all: Replace if (CONFIG_FOO) checks by #if CONFIG_FOO Fix FFmpeg compilation without DCE - - - - 22- 2022-11-01 L. E. Segovia New
[FFmpeg-devel,1/4] all: Replace if (ARCH_FOO) checks by #if ARCH_FOO, part 2 Fix FFmpeg compilation without DCE - - - - 31- 2022-11-01 L. E. Segovia New
[FFmpeg-devel] sws_scale: Use av_sat_add32 in yuv2rgba64 template [FFmpeg-devel] sws_scale: Use av_sat_add32 in yuv2rgba64 template - - - - 4-- 2022-11-01 Drew Dunne New
[FFmpeg-devel,1/2] libavcodec/qsvenc_hevc: add tier option [FFmpeg-devel,1/2] libavcodec/qsvenc_hevc: add tier option - - - - 4-- 2022-11-01 nyanmisaka New
[FFmpeg-devel,1/2] libavcodec/qsvenc_hevc: add tier option [FFmpeg-devel,1/2] libavcodec/qsvenc_hevc: add tier option - - - - 4-- 2022-11-01 nyanmisaka New
[FFmpeg-devel] avcodec/av1_vaapi: fixed a decoding corruption issue [FFmpeg-devel] avcodec/av1_vaapi: fixed a decoding corruption issue - - - - 4-- 2022-11-01 Dong, Ruijing New
[FFmpeg-devel,6/6] avcodec/aacdec: refactor the channel layout derivation code [FFmpeg-devel,1/6,v3] avcodec/aacdec: fix parsing streams with channel configuration 11 - - - - 31- 2022-10-31 James Almer New
[FFmpeg-devel,2/6,v3] avutil/channel_layout: add a 7.1(top) channel layout [FFmpeg-devel,1/6,v3] avcodec/aacdec: fix parsing streams with channel configuration 11 - - - - 2-1 2022-10-31 James Almer New
[FFmpeg-devel,1/6,v3] avcodec/aacdec: fix parsing streams with channel configuration 11 [FFmpeg-devel,1/6,v3] avcodec/aacdec: fix parsing streams with channel configuration 11 - - - - 4-- 2022-10-31 James Almer New
[FFmpeg-devel,v2] avcodec/atrac3plus: reorder channels to match the output layout [FFmpeg-devel,v2] avcodec/atrac3plus: reorder channels to match the output layout - - - - 4-- 2022-10-31 James Almer New
[FFmpeg-devel] avcodec/av1: fixed an vaapi decoding corruption issue [FFmpeg-devel] avcodec/av1: fixed an vaapi decoding corruption issue - - - - 4-- 2022-10-31 Dong, Ruijing New
[FFmpeg-devel] avformat/mpegts: Add "no packet" timeout option [FFmpeg-devel] avformat/mpegts: Add "no packet" timeout option - - - - 4-- 2022-10-31 Wolfgang Haupt New
[FFmpeg-devel] avfilter/src_movie: support unknown channel layouts [FFmpeg-devel] avfilter/src_movie: support unknown channel layouts - - - - 21- 2022-10-31 Paul B Mahol 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,v6] libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with … [FFmpeg-devel,v6] libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with … - - - - 4-- 2022-10-31 Wang, Bin New
[FFmpeg-devel,v2,10/11] doc/filters.texi: remove incorrect statement Fixes and Enhancements for VAAPI Overlay - - - - 4-- 2022-10-31 Aman Karmani New
[FFmpeg-devel,v2,08/11] avfilter/overlay_vaapi: precalculate blend_state, enable pixel alpha Fixes and Enhancements for VAAPI Overlay - - - - 4-- 2022-10-31 Aman Karmani New
[FFmpeg-devel,v2,07/11] avfilter/overlay_vaapi: add framesync options Fixes and Enhancements for VAAPI Overlay - - - - 4-- 2022-10-31 Aman Karmani New
[FFmpeg-devel,v2,06/11] avfilter/overlay_vaapi: remove redundant .get_buffer assignments Fixes and Enhancements for VAAPI Overlay - - - - 4-- 2022-10-31 Aman Karmani New
[FFmpeg-devel,v2,05/11] avfilter/overlay_vaapi: reformat options Fixes and Enhancements for VAAPI Overlay - - - - 4-- 2022-10-31 Aman Karmani New
[FFmpeg-devel,v2,04/11] avfilter/overlay_vaapi: handle secondary null input Fixes and Enhancements for VAAPI Overlay - - - - 4-- 2022-10-31 Aman Karmani New
[FFmpeg-devel,v2,03/11] avfilter/overlay_vaapi: remove double framesync init Fixes and Enhancements for VAAPI Overlay - - - - 4-- 2022-10-31 Aman Karmani New
[FFmpeg-devel,v2,02/11] avfilter/overlay_vaapi: build filter params just once Fixes and Enhancements for VAAPI Overlay - - - - 4-- 2022-10-31 Aman Karmani New
[FFmpeg-devel,v2,01/11] avfilter/overlay_vaapi: use FILTER_SINGLE_PIXFMT Fixes and Enhancements for VAAPI Overlay - - - - 4-- 2022-10-31 Aman Karmani New
[FFmpeg-devel,v2,4/4] swscale/output: add rgbaf32 output support swscale rgbaf32 input/output support - - - - 4-- 2022-10-31 Mark Reid New
[FFmpeg-devel,v2,3/4] avfilter/vf_transpose: add support for packed rgb float formats swscale rgbaf32 input/output support - - - - 4-- 2022-10-31 Mark Reid New
[FFmpeg-devel,v2,2/4] avfilter/vf_hflip: add support for packed rgb float formats swscale rgbaf32 input/output support - - - - 4-- 2022-10-31 Mark Reid New
[FFmpeg-devel,v2,1/4] swscale/input: add rgbaf32 input support swscale rgbaf32 input/output support - - - - 4-- 2022-10-31 Mark Reid New
[FFmpeg-devel] Revert "avfilter/vf_palette(gen|use): support palettes with alpha" [FFmpeg-devel] Revert "avfilter/vf_palette(gen|use): support palettes with alpha" - - - - 42- 2022-10-30 Clément Bœsch New
[FFmpeg-devel] avutil/channel_layout: add a cube channel layout [FFmpeg-devel] avutil/channel_layout: add a cube channel layout - - - - 4-- 2022-10-30 James Almer New
[FFmpeg-devel] avfilter: add ambisonic decoder filter [FFmpeg-devel] avfilter: add ambisonic decoder filter - - - - 21- 2022-10-30 Paul B Mahol New
[FFmpeg-devel] avfilter: add backgroundkey video filter [FFmpeg-devel] avfilter: add backgroundkey video filter - - - - 21- 2022-10-30 Paul B Mahol New
[FFmpeg-devel,2/4] avcodec/cbs: Check ctx for NULL in ff_cbs_flush() [FFmpeg-devel,1/4] avformat/replaygain: avoid undefined / negative abs - - - - 4-- 2022-10-29 Michael Niedermayer New
[FFmpeg-devel] vorbisdec: convert to lavu/tx [FFmpeg-devel] vorbisdec: convert to lavu/tx - - - - 21- 2022-10-29 Lynne New
[FFmpeg-devel] aacdec: convert to lavu/tx and support fixed-point 960-sample decoding [FFmpeg-devel] aacdec: convert to lavu/tx and support fixed-point 960-sample decoding - - - - 111 2022-10-28 Lynne New
[FFmpeg-devel] web: Move 3.2 branch to olddownloads [FFmpeg-devel] web: Move 3.2 branch to olddownloads - - - - -2- 2022-10-28 Michael Niedermayer New
[FFmpeg-devel,4/4] avformat/mov_chan: add missing AAC 7.1 mappings [FFmpeg-devel,1/4,v2] avcodec/aacdec: fix parsing streams with channel configuration 11 - - - - 4-- 2022-10-28 James Almer New
[FFmpeg-devel,3/4,v2] avcodec/aacdec: add support for channel configuration 14 [FFmpeg-devel,1/4,v2] avcodec/aacdec: fix parsing streams with channel configuration 11 - - - - 4-- 2022-10-28 James Almer New
[FFmpeg-devel,2/4,v2] avutil/channel_layout: add a 7.1(top) channel layout [FFmpeg-devel,1/4,v2] avcodec/aacdec: fix parsing streams with channel configuration 11 - - - - 4-- 2022-10-28 James Almer New
[FFmpeg-devel,1/4,v2] avcodec/aacdec: fix parsing streams with channel configuration 11 [FFmpeg-devel,1/4,v2] avcodec/aacdec: fix parsing streams with channel configuration 11 - - - - 4-- 2022-10-28 James Almer New
[FFmpeg-devel,2/3] sw_scale: Add specializations for hscale 16 to 15 sw_scale: Provide neon implementation for hscale - - - - 4-- 2022-10-28 Hubert Mazur New
[FFmpeg-devel,3/3] avcodec/aacdec: add support for channel configuration 14 [FFmpeg-devel,1/3] avcodec/aacdec: fix parsing streams with channel configuration 11 - - - - 4-- 2022-10-27 James Almer New
[FFmpeg-devel,2/3] avutil/channel_layout: add a 7.1(top) channel layout [FFmpeg-devel,1/3] avcodec/aacdec: fix parsing streams with channel configuration 11 - - - - 4-- 2022-10-27 James Almer New
[FFmpeg-devel,1/3] avcodec/aacdec: fix parsing streams with channel configuration 11 [FFmpeg-devel,1/3] avcodec/aacdec: fix parsing streams with channel configuration 11 - - - - 4-- 2022-10-27 James Almer New
[FFmpeg-devel] avcodec/atrac3plus: reorder channels to match the output layout [FFmpeg-devel] avcodec/atrac3plus: reorder channels to match the output layout - - - - 4-- 2022-10-27 James Almer New
[FFmpeg-devel] Avoid possible integer overflow in yuv420 to rgba64 templates by saturating. [FFmpeg-devel] Avoid possible integer overflow in yuv420 to rgba64 templates by saturating. - - - - 42- 2022-10-26 Drew Dunne New
[FFmpeg-devel,PATCHv2] fate/microsoft: add mss2 region test case [FFmpeg-devel,PATCHv2] fate/microsoft: add mss2 region test case - - - - 2-2 2022-10-26 Peter Ross New
[FFmpeg-devel] avcodec/eatgq: prevent out of bounds memory access and endless loop [FFmpeg-devel] avcodec/eatgq: prevent out of bounds memory access and endless loop - - - - 4-- 2022-10-26 Peter Ross New
[FFmpeg-devel,v3] lavc/hevc_ps: fix process failed when SPS before VPS in hvcC [FFmpeg-devel,v3] lavc/hevc_ps: fix process failed when SPS before VPS in hvcC - - - - 22- 2022-10-26 wangyaqiang New
[FFmpeg-devel] avcodec/libaomdec: fix pix_fmt w/AVCOL_SPC_RGB [FFmpeg-devel] avcodec/libaomdec: fix pix_fmt w/AVCOL_SPC_RGB - 1 - - 4-- 2022-10-25 James Zern New
[FFmpeg-devel] ffmpeg-rtpdec-4175-gray [FFmpeg-devel] ffmpeg-rtpdec-4175-gray - - - - -1- 2022-10-25 Evgeny New
[FFmpeg-devel] fate/microsoft: add mss2 region test case [FFmpeg-devel] fate/microsoft: add mss2 region test case - - - - 1-1 2022-10-25 Peter Ross New
[FFmpeg-devel,v9,25/25] avcodec/dvbsubdec: Fix conditions for fallback to default resolution Subtitle Filtering 2022 - - - - -1- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,24/25] fftools/ffmpeg: Introduce subtitle filtering and new frame-based subtitle e… Subtitle Filtering 2022 - - - - -1- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,23/25] avcodec/subtitles: Migrate subtitle encoders to frame-based API Subtitle Filtering 2022 - - - - 11- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,22/25] avfilter/snull, strim: Add snull and strim filters Subtitle Filtering 2022 - - - - 2-- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,21/25] avfilter/text2graphicsub: Added text2graphicsub subtitle filter Subtitle Filtering 2022 - - 1 - 2-- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,20/25] avfilter/subfeed: add subtitle feed filter Subtitle Filtering 2022 - - - - 2-- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,19/25] avfilter/subscale: Add filter for scaling and/or re-arranging graphical sub… Subtitle Filtering 2022 - - - - 2-- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,18/25] avfilter/graphicsub2text: Add new graphicsub2text filter (OCR) Subtitle Filtering 2022 - - - - 2-- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,17/25] avfilter/splitcc: Add splitcc filter for closed caption handling Subtitle Filtering 2022 - - - - 2-- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,16/25] avfilter/stripstyles: Add stripstyles filter Subtitle Filtering 2022 - - - - 2-- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,15/25] avfilter/textmod: Add textmod, censor and show_speaker filters Subtitle Filtering 2022 - - - - 2-- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,14/25] avfilter/overlaytextsubs: Add overlaytextsubs and textsubs2video filters Subtitle Filtering 2022 - - - - 2-- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,13/25] avfilter/overlaygraphicsubs: Add overlaygraphicsubs and graphicsub2video fi… Subtitle Filtering 2022 - - - - 2-- 2022-10-25 Aman Karmani New
[FFmpeg-devel,v9,12/25] avfilter/sbuffer: Add sbuffersrc and sbuffersink filters Subtitle Filtering 2022 - - - - 2-- 2022-10-25 Aman Karmani New
« 1 2 ... 53 54 55176 177 »