Show patches with: none      |   46210 patches
« 1 2 ... 224 225 226462 463 »
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel,30/39] avcodec/msmpeg4: Make ff_msmpeg4_common_init() thread-safe Make mpegvideo encoders init-threadsafe - 1 - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,29/39] avcodec/mpeg4videoenc: Make encoder init-threadsafe Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,28/39] avcodec/mpeg4video: Making initializing RLTable thread-safe Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,27/39] avcodec/ituh263enc: Make static initializations thread-safe Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,26/39] avcodec/h263data, ituh263*: Make initializing RL inter table thread-safe Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,25/39] avcodec/ituh263enc: Remove unused function parameter Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,24/39] avcodec/ituh263dec: Don't initialize unused parts of RLTable Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,23/39] avcodec/h261enc: Make encoder init-threadsafe Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,22/39] avcodec/h261dec: Reindentation Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,21/39] avcodec/h261dec: Make decoder init-threadsafe Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,20/39] avcodec/h261dec: Don't initialize unused part of RLTable Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,19/39] avcodec/mpegvideo_enc: Make mpv_encode_defaults thread-safe Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,18/39] avcodec/motion_est, mpegvideo: Make pointers to static storage const Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,17/39] avcodec/me_cmp: Remove ff_check_alignment() Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,16/39] avcodec/mpeg12dec: Remove redundant writes Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,15/39] avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_init Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,14/39] avcodec/h261dec: Don't use too big max_depth in get_vlc2() Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,13/39] avcodec/msmpeg4dec: Reuse identical MV VLC Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,12/39] avcodec/msmpeg4dec: Reuse identical RL VLCs Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,11/39] avcodec/ituh263dec: Don't initialize unused RL VLCs Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,10/39] avcodec/mpeg4videodec: Don't initialize unused RL VLCs Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,09/39] avcodec/msmpeg4dec: Don't initialize unused RL VLCs Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,08/39] avcodec/h261dec: Don't initialize unused VLCs Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,07/39] avcodec/rl: Allow to create only a few VLC tables Make mpegvideo encoders init-threadsafe - - - - 2-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,06/39] avcodec/speedhq: Remove cast Make mpegvideo encoders init-threadsafe - - - - 4-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,05/39] avcodec/mpeg12enc, speedhqenc: Avoid redundant copies of tables Make mpegvideo encoders init-threadsafe - - - - 4-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,04/39] avcodec/mpeg12: Reindentation Make mpegvideo encoders init-threadsafe - - - - 4-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,03/39] avcodec/mpeg12: Make initializing VLCs thread-safe Make mpegvideo encoders init-threadsafe - - - - 4-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,02/39] avcodec/mpeg12: Don't initialize encoder-only parts of RLTable Make mpegvideo encoders init-threadsafe - - - - 4-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,01/39] avcodec/rl: Remove nonstatic storage of RL tables Make mpegvideo encoders init-threadsafe - - - - 4-- 2020-12-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,00/39] Make mpegvideo encoders init-threadsafe - - - - --- 2020-12-10 Andreas Rheinhardt None
[FFmpeg-devel,2/2] lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump [FFmpeg-devel,1/2] lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h - - - - 4-- 2020-12-10 Anton Khirnov Accepted
[FFmpeg-devel,1/2] lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h [FFmpeg-devel,1/2] lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h - - - - 4-- 2020-12-10 Anton Khirnov Accepted
[FFmpeg-devel] libavformat/movenc: add support for HEVC in .3gp [FFmpeg-devel] libavformat/movenc: add support for HEVC in .3gp - - - - 2-- 2020-12-10 sunzhenliang Superseded
[FFmpeg-devel] avcodec/libkvazaar: Set default ratecontrol algorithm for libkvazaar [FFmpeg-devel] avcodec/libkvazaar: Set default ratecontrol algorithm for libkvazaar - - - - -1- 2020-12-10 Joose Sainio Accepted
[FFmpeg-devel] libavcodec/qsvenc: add low latency P-pyramid support for qsv [FFmpeg-devel] libavcodec/qsvenc: add low latency P-pyramid support for qsv - - - - 4-- 2020-12-10 Wenbin Chen Superseded
[FFmpeg-devel,v3,2/2] qsv: dump more info in error, debug and verbose mode [FFmpeg-devel,v3,1/2] lavf/qsv: Add functions to print mfx iopattern, warning and error - - - - 4-- 2020-12-10 Xiang, Haihao Superseded
[FFmpeg-devel,v3,1/2] lavf/qsv: Add functions to print mfx iopattern, warning and error [FFmpeg-devel,v3,1/2] lavf/qsv: Add functions to print mfx iopattern, warning and error - - - - 4-- 2020-12-10 Xiang, Haihao Superseded
[FFmpeg-devel] lavf/img2dec: Return a low score for mjpeg when probing jpeg_pipe [FFmpeg-devel] lavf/img2dec: Return a low score for mjpeg when probing jpeg_pipe - - - - 31- 2020-12-09 Carl Eugen Hoyos Accepted
[FFmpeg-devel,5/5] h264dec: add V4L2 request API hwaccel Add V4L2 request API H.264 hwaccel - - - - 31- 2020-12-09 Jonas Karlman New
[FFmpeg-devel,2/5] avcodec: add common V4L2 request API code Add V4L2 request API H.264 hwaccel - - - - 31- 2020-12-09 Jonas Karlman New
[FFmpeg-devel,3/5] h264dec: add idr_pic_id to slice context Add V4L2 request API H.264 hwaccel - - - - 31- 2020-12-09 Jonas Karlman New
[FFmpeg-devel,4/5] h264dec: add ref_pic_marking and pic_order_cnt bit_size to slice context Add V4L2 request API H.264 hwaccel - - - - 31- 2020-12-09 Jonas Karlman New
[FFmpeg-devel,1/5] avutil/buffer: add av_buffer_pool_flush() Add V4L2 request API H.264 hwaccel - - - - 31- 2020-12-09 Jonas Karlman New
[FFmpeg-devel,0/5] Add V4L2 request API H.264 hwaccel - - - - --- 2020-12-09 Jonas Karlman None
[FFmpeg-devel] avcodec/av1dec: support exporting Film Grain params as frame side data [FFmpeg-devel] avcodec/av1dec: support exporting Film Grain params as frame side data - - - - 31- 2020-12-09 James Almer Accepted
[FFmpeg-devel] avfilter: add stereoupmix [FFmpeg-devel] avfilter: add stereoupmix - - - - 31- 2020-12-09 Paul B Mahol New
[FFmpeg-devel] avformat/rpl: Check the number of streams [FFmpeg-devel] avformat/rpl: Check the number of streams - 1 - - 31- 2020-12-09 Michael Niedermayer Accepted
[FFmpeg-devel] Moves yuv2yuvX_sse3 to yasm, unrolls main loop and other small optimizations for ~20… [FFmpeg-devel] Moves yuv2yuvX_sse3 to yasm, unrolls main loop and other small optimizations for ~20… - - - - 31- 2020-12-09 Alan Kelly Superseded
[FFmpeg-devel,3/3] lavfi/dnn: check the return value from sws_getContext [FFmpeg-devel,1/3] tests/audiomatch: add free to make static analysis tools happy - - - - 31- 2020-12-09 Jun Zhao Accepted
[FFmpeg-devel,2/3] lavfi/dnn: used the format name in debug message [FFmpeg-devel,1/3] tests/audiomatch: add free to make static analysis tools happy - - - - 31- 2020-12-09 Jun Zhao Accepted
[FFmpeg-devel,1/3] tests/audiomatch: add free to make static analysis tools happy [FFmpeg-devel,1/3] tests/audiomatch: add free to make static analysis tools happy - - - - 31- 2020-12-09 Jun Zhao Accepted
[FFmpeg-devel,v2] doc/muxers: correct description of hls_enc_key and hls_enc_iv [FFmpeg-devel,v2] doc/muxers: correct description of hls_enc_key and hls_enc_iv - 1 - - 31- 2020-12-09 Steven Liu Accepted
[FFmpeg-devel] libavformat/movenc: add support for HEVC in .3gp [FFmpeg-devel] libavformat/movenc: add support for HEVC in .3gp - - - - 31- 2020-12-09 sunzhenliang Superseded
[FFmpeg-devel] doc/muxers: correct decribe of hls_enc_key and hls_enc_iv [FFmpeg-devel] doc/muxers: correct decribe of hls_enc_key and hls_enc_iv - - - - 3-- 2020-12-09 Steven Liu Superseded
[FFmpeg-devel] avcodec/bitstream: Rewrite code to avoid triggering compiler warning [FFmpeg-devel] avcodec/bitstream: Rewrite code to avoid triggering compiler warning - - - - 4-- 2020-12-08 Andreas Rheinhardt Superseded
[FFmpeg-devel] avcodec/bitstream: use av_assert0 in GET_DATA [FFmpeg-devel] avcodec/bitstream: use av_assert0 in GET_DATA - 1 - - 4-- 2020-12-08 Marvin Scholz Superseded
[FFmpeg-devel] lavu: use address-of operator checking clock_gettime [FFmpeg-devel] lavu: use address-of operator checking clock_gettime - - - - 4-- 2020-12-08 Marvin Scholz Accepted
[FFmpeg-devel,v2] avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1 [FFmpeg-devel,v2] avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1 - 1 - - 4-- 2020-12-08 Philip Langdale Accepted
[FFmpeg-devel,4/4] avcodec/hevc_sei: print a log message when a unsupported ITU-T T35 SEI messages … [FFmpeg-devel,1/4] avcodec/h264_sei: refactor parsing User Data Registered ITU-T T35 SEI messages - - - - 4-- 2020-12-08 James Almer Accepted
[FFmpeg-devel,3/4] avcodec/hevc_sei: refactor parsing User Data Registered ITU-T T35 SEI messages [FFmpeg-devel,1/4] avcodec/h264_sei: refactor parsing User Data Registered ITU-T T35 SEI messages - - - - 4-- 2020-12-08 James Almer Accepted
[FFmpeg-devel,2/4] avcodec/h264_sei: print a log message when a unsupported ITU-T T35 SEI messages … [FFmpeg-devel,1/4] avcodec/h264_sei: refactor parsing User Data Registered ITU-T T35 SEI messages - - - - 4-- 2020-12-08 James Almer Accepted
[FFmpeg-devel,1/4] avcodec/h264_sei: refactor parsing User Data Registered ITU-T T35 SEI messages [FFmpeg-devel,1/4] avcodec/h264_sei: refactor parsing User Data Registered ITU-T T35 SEI messages - - - - 4-- 2020-12-08 James Almer Accepted
[FFmpeg-devel] avformat/matroska: Handle TargetType and nested SimpleTags in metadata [FFmpeg-devel] avformat/matroska: Handle TargetType and nested SimpleTags in metadata - - - - 211 2020-12-08 zsugabubus New
[FFmpeg-devel] avcodec/mpegvideo_enc: check for SpeedHQ encoder [FFmpeg-devel] avcodec/mpegvideo_enc: check for SpeedHQ encoder - 1 - - 4-- 2020-12-08 Gyan Doshi Accepted
[FFmpeg-devel] avfilter/cropdetect: add option for initial skip [FFmpeg-devel] avfilter/cropdetect: add option for initial skip - 1 - - 4-- 2020-12-08 Gyan Doshi Accepted
[FFmpeg-devel] avformat/fifo: utilize a clone packet for muxing [FFmpeg-devel] avformat/fifo: utilize a clone packet for muxing - - - - 4-- 2020-12-08 Jan Ekström New
[FFmpeg-devel,v2] In order to fine-control referencing schemes in VP9 encoding, there is a need to … [FFmpeg-devel,v2] In order to fine-control referencing schemes in VP9 encoding, there is a need to … - - - - 2-1 2020-12-08 Wonkap Jang Superseded
[FFmpeg-devel] avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1 [FFmpeg-devel] avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1 - - - - 4-- 2020-12-08 Philip Langdale Superseded
[FFmpeg-devel,v3,8/8] lavc/hevcdec: Prompt detailed logs for invalid PPS id HEVC native support for Screen content coding - - - - 4-- 2020-12-07 Linjie Fu New
[FFmpeg-devel,v3,7/8] lavc/hevc: Update reference list for SCC HEVC native support for Screen content coding - - - - 2-- 2020-12-07 Linjie Fu New
[FFmpeg-devel,v3,6/8] lavc/hevcdec: Set max_num_merge_cand to uint8_t HEVC native support for Screen content coding - - - - 2-- 2020-12-07 Linjie Fu New
[FFmpeg-devel,v3,5/8] lavc/hevcdec: Fix the parsing for use_integer_mv_flag HEVC native support for Screen content coding - - - - 2-- 2020-12-07 Linjie Fu New
[FFmpeg-devel,v3,4/8] lavc/hevc_ps: Add slice parse support for HEVC SCC extension HEVC native support for Screen content coding - - - - 2-- 2020-12-07 Linjie Fu New
[FFmpeg-devel,v3,3/8] lavc/hevc_ps: Add pps parse support for HEVC SCC extension HEVC native support for Screen content coding - - - - 2-- 2020-12-07 Linjie Fu New
[FFmpeg-devel,v3,2/8] lavc/hevc_ps: Add sps parse support for HEVC SCC extension syntax HEVC native support for Screen content coding - - - - 2-- 2020-12-07 Linjie Fu New
[FFmpeg-devel,v3,1/8] lavc/avcodec: Add FF_PROFILE_HEVC_SCC for screen content coding HEVC native support for Screen content coding - - - - 2-- 2020-12-07 Linjie Fu New
[FFmpeg-devel,v3,0/8] HEVC native support for Screen content coding - - - - --- 2020-12-07 Linjie Fu None
[FFmpeg-devel,6/6] avcodec/dpx: Fix B&W film scans from Lasergraphics Inc [FFmpeg-devel,1/6] fate: Add dpx-probe test - - - - 31- 2020-12-07 Harry Mallon Superseded
[FFmpeg-devel,5/6] avcodec/dpx: Read color information from DPX header [FFmpeg-devel,1/6] fate: Add dpx-probe test - - - - 2-- 2020-12-07 Harry Mallon Superseded
[FFmpeg-devel,4/6] avcodec/dpx: Report color_range from DPX header [FFmpeg-devel,1/6] fate: Add dpx-probe test - - - - 2-- 2020-12-07 Harry Mallon Superseded
[FFmpeg-devel,3/6] avcodec/dpx: Read SMPTE timecode from DPX [FFmpeg-devel,1/6] fate: Add dpx-probe test - - - - 2-- 2020-12-07 Harry Mallon Superseded
[FFmpeg-devel,2/6] avcodec/dpx: Read alternative frame rate from television header [FFmpeg-devel,1/6] fate: Add dpx-probe test - - - - 2-- 2020-12-07 Harry Mallon Superseded
[FFmpeg-devel,1/6] fate: Add dpx-probe test [FFmpeg-devel,1/6] fate: Add dpx-probe test - - - - 31- 2020-12-07 Harry Mallon Superseded
[FFmpeg-devel] avformat/tee: allow mux packets with negative timestamps [FFmpeg-devel] avformat/tee: allow mux packets with negative timestamps - - - - 2-- 2020-12-07 Jan Ekström Accepted
[FFmpeg-devel,5/5] avformat/fifo: unset codec tag if unsupported by underlying muxer FIFO meta muxer related improvements - - - - 4-- 2020-12-07 Jan Ekström New
[FFmpeg-devel,4/5] avformat/fifo: close IO in case header writing fails FIFO meta muxer related improvements - - - - 2-- 2020-12-07 Jan Ekström New
[FFmpeg-devel,3/5] avformat/fifo: cause immediate stream-time recovery if time went backwards FIFO meta muxer related improvements - - - - 2-- 2020-12-07 Jan Ekström New
[FFmpeg-devel,2/5] avformat/fifo: fix handling of stream-time non-NOPTS recovery FIFO meta muxer related improvements - - - - 2-- 2020-12-07 Jan Ekström New
[FFmpeg-devel,1/5] avformat/fifo: always wait recovery_wait_time between recoveries FIFO meta muxer related improvements - - - - 2-- 2020-12-07 Jan Ekström New
[FFmpeg-devel,0/5] FIFO meta muxer related improvements - - - - --- 2020-12-07 Jan Ekström None
[FFmpeg-devel,v3] avformat/framecrcenc: Make side-data checksums endian-independent [FFmpeg-devel,v3] avformat/framecrcenc: Make side-data checksums endian-independent - - 2 - -1- 2020-12-07 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,2/2] qsv: dump more info in error, debug and verbose mode [FFmpeg-devel,v2,1/2] lavc/qsv: make some functions inline - - - - 2-- 2020-12-07 Xiang, Haihao Superseded
[FFmpeg-devel,v2,1/2] lavc/qsv: make some functions inline [FFmpeg-devel,v2,1/2] lavc/qsv: make some functions inline - - - - 2-- 2020-12-07 Xiang, Haihao New
[FFmpeg-devel] avformat/hashenc: Reuse hash_free() for framehash muxers [FFmpeg-devel] avformat/hashenc: Reuse hash_free() for framehash muxers - 1 - - 2-- 2020-12-07 Andreas Rheinhardt Accepted
[FFmpeg-devel] avformat/matroskadec: Sanity check codec_id/track type [FFmpeg-devel] avformat/matroskadec: Sanity check codec_id/track type - - - - 2-- 2020-12-07 Michael Niedermayer Accepted
[FFmpeg-devel] avfilter: add asuperpass and asuperstop filter [FFmpeg-devel] avfilter: add asuperpass and asuperstop filter - - - - -1- 2020-12-06 Paul B Mahol Accepted
[FFmpeg-devel,v3,161/191] avcodec/mpegaudiodec: Hardcode tables to save space Untitled series #2869 - - - - --- 2020-12-06 Andreas Rheinhardt Accepted
[FFmpeg-devel,2/2] avcodec/dynamic_hdr10_plus: don't take a GetBitContext as input argument [FFmpeg-devel,1/2] avcodec/hevc_sei: split Dynamic HDR10+ SEI parsing into its own function - - - - 2-- 2020-12-06 James Almer Accepted
[FFmpeg-devel,1/2] avcodec/hevc_sei: split Dynamic HDR10+ SEI parsing into its own function [FFmpeg-devel,1/2] avcodec/hevc_sei: split Dynamic HDR10+ SEI parsing into its own function - 1 - - 2-- 2020-12-06 James Almer Accepted
« 1 2 ... 224 225 226462 463 »