Show patches with: Archived = No       |   45507 patches
« 1 2 ... 149 150 151455 456 »
Patch Series A/L/R/T S/W/F Date Submitter Delegate State
[FFmpeg-devel,28/28] ffmpeg_mux: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats() [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,27/28] ffmpeg_mux: merge variable declaration and initialization [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,26/28] ffmpeg_mux: stop using av_stream_get_end_pts() in do_video_stats() [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,25/28] ffmpeg_mux: stop using AVStream.nb_frames in do_video_stats() [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,24/28] ffmpeg_mux: drop a useless check and reduce indentation [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - 1 - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,23/28] ffmpeg: move processing video stats to ffmpeg_mux [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,22/28] ffmpeg: move output file opts into private context [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,21/28] ffmpeg: move a comment to a more appropriate place [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,20/28] ffmpeg_mux: split of_write_packet() [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,19/28] ffmpeg_mux: split queuing packets into a separate function [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,18/28] ffmpeg: fix initial muxing queue size [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,17/28] ffmpeg: move the mux queue into muxer private data [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,16/28] ffmpeg: do not log to the muxer context [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,15/28] ffmpeg: access output file chapters through a wrapper [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,14/28] ffmpeg: refactor the code checking for bitexact output [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,13/28] ffmpeg: move closing the file into of_write_trailer() [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,12/28] ffmpeg: write the header for stream-less outputs when initializing the muxer [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,11/28] ffmpeg: set want_sdp when initializing the muxer [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,10/28] ffmpeg: refactor limiting output file size with -fs [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 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,08/28] ffmpeg: add a helper function to access output file size [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,07/28] ffmpeg_mux: add private muxer context [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,06/28] ffmpeg: store output format separately from the muxer context [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,05/28] ffmpeg: move freeing the output file to ffmpeg_mux.c [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,04/28] ffmpeg: move writing the trailer to ffmpeg_mux.c [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,03/28] ffmpeg: move some muxing-related code into a separate file [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,02/28] ffmpeg: store the output file index in OutputFile [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions [FFmpeg-devel,01/28] ffmpeg: pass the muxer context explicitly to some functions - - - - 8-- 2022-01-11 Anton Khirnov New
[FFmpeg-devel] libRIST: allow setting fifo size and fail on overflow. [FFmpeg-devel] libRIST: allow setting fifo size and fail on overflow. - - - - 8-- 2022-01-11 Gijs Peskens New
[FFmpeg-devel,V5,2/2] libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl [FFmpeg-devel,V5,1/2] libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surface - 1 - - 6-- 2022-01-11 Chen, Wenbin Accepted
[FFmpeg-devel,V5,1/2] libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surface [FFmpeg-devel,V5,1/2] libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surface - 1 - - 4-- 2022-01-11 Chen, Wenbin New
[FFmpeg-devel] avformat/asfdec: fix crash caused by free wlid pointers [FFmpeg-devel] avformat/asfdec: fix crash caused by free wlid pointers - - - - 42- 2022-01-11 XiaoYang New
[FFmpeg-devel] avformat/asfdec: init avpacket by av_packet_alloc() [FFmpeg-devel] avformat/asfdec: init avpacket by av_packet_alloc() - - - - 84- 2022-01-11 YuTong Song New
[FFmpeg-devel] avutil/parseutils: use quadhd for Quad HD [FFmpeg-devel] avutil/parseutils: use quadhd for Quad HD - - - - 8-- 2022-01-11 Lance Wang Accepted
[FFmpeg-devel,9/9] avcodec/mpegpicture: Decrease size of encoding_error array [FFmpeg-devel] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged - - - - 8-- 2022-01-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,8/9] avcodec/mpeg4videodec: Avoid multiple consecutive av_log() [FFmpeg-devel] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged - 1 - - 8-- 2022-01-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,7/9] avcodec/mpegvideo: Don't set unrestricted_mv for decoders [FFmpeg-devel] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged - - - - 8-- 2022-01-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2,2/2] avcodec/dvdsubdec, dvbsubdec: fix writing ppm avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define - - - - 8-- 2022-01-10 Aman Karmani New
[FFmpeg-devel,v2,1/2] avcodec/dvdsubdec, dvbsubdec: don't dump images to disk based on DEBUG define avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define - - - - 8-- 2022-01-10 Aman Karmani New
[FFmpeg-devel,v2,0/2] avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define - - - - --- 2022-01-10 Aman Karmani None
[FFmpeg-devel] vf_paletteuse: fix color cache lookup for Bayer dithering mode. [FFmpeg-devel] vf_paletteuse: fix color cache lookup for Bayer dithering mode. - 1 - - 8-- 2022-01-10 Rudolf Polzer New
[FFmpeg-devel,6/6] avcodec/h264pred: Reindentation [FFmpeg-devel] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged - - - - 8-- 2022-01-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,5/6] avcodec/h264pred: Remove dead > 8 pixels checks for 8bit codecs [FFmpeg-devel] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged - - - - 8-- 2022-01-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,4/6] avcodec/h264pred: Don't compile > 8 bit versions of VP7/8 functions [FFmpeg-devel] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged - - - - 8-- 2022-01-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,3/6] avcodec/h264_slice: Inline H264 codec id [FFmpeg-devel] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged - - - - 8-- 2022-01-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,2/6] avcodec/svq3: Remove dead topright_samples_available variable, code [FFmpeg-devel] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged - - - - 8-- 2022-01-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,4/4] lavf/network: log ff_listen() errors to proper contexts rather than NULL [FFmpeg-devel,1/4] lavf/udp: do not return an uninitialized value from udp_open() - - - - 6-- 2022-01-10 Anton Khirnov Accepted
[FFmpeg-devel,3/4] lavf/network: log ff_socket() errors to proper contexts rather than NULL [FFmpeg-devel,1/4] lavf/udp: do not return an uninitialized value from udp_open() - - - - 6-- 2022-01-10 Anton Khirnov Accepted
[FFmpeg-devel,2/4] lavf/udp: log net errors to proper contexts rather than NULL [FFmpeg-devel,1/4] lavf/udp: do not return an uninitialized value from udp_open() - - - - 6-- 2022-01-10 Anton Khirnov Accepted
[FFmpeg-devel,1/4] lavf/udp: do not return an uninitialized value from udp_open() [FFmpeg-devel,1/4] lavf/udp: do not return an uninitialized value from udp_open() - 1 - - 6-- 2022-01-10 Anton Khirnov Accepted
[FFmpeg-devel,4/4] checkasm/sw_scale: hscale does not requires cpuflag test. [FFmpeg-devel,1/4] libswscale: Re-factor ff_shuffle_filter_coefficients. - - - - 6-- 2022-01-10 Alan Kelly New
[FFmpeg-devel,3/4] libswscale: Enable hscale_avx2 for input sizes which ar emultiples of 4. [FFmpeg-devel,1/4] libswscale: Re-factor ff_shuffle_filter_coefficients. - - - - 6-- 2022-01-10 Alan Kelly New
[FFmpeg-devel,2/4] libswscale: Avx2 hscale can process any input of size which is a multiple of 4. [FFmpeg-devel,1/4] libswscale: Re-factor ff_shuffle_filter_coefficients. - - - - 6-- 2022-01-10 Alan Kelly New
[FFmpeg-devel,1/4] libswscale: Re-factor ff_shuffle_filter_coefficients. [FFmpeg-devel,1/4] libswscale: Re-factor ff_shuffle_filter_coefficients. - - - - 6-- 2022-01-10 Alan Kelly New
[FFmpeg-devel,v4] tests: add test for ffmpeg's fix_sub_duration feature [FFmpeg-devel,v4] tests: add test for ffmpeg's fix_sub_duration feature - - - - 6-- 2022-01-10 Jan Ekström Accepted
[FFmpeg-devel] avformat/mkv: add mkv tags for AVS2 and AVS3 codecs. [FFmpeg-devel] avformat/mkv: add mkv tags for AVS2 and AVS3 codecs. - - - - 6-- 2022-01-10 Ze Yuan New
[FFmpeg-devel] Add MKV tags for AVS2(IEEE 1857.4) and AVS3(IEEE 1857.10) video codecs [FFmpeg-devel] Add MKV tags for AVS2(IEEE 1857.4) and AVS3(IEEE 1857.10) video codecs - - - - 63- 2022-01-10 Ze Yuan New
[FFmpeg-devel] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged [FFmpeg-devel] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged - - - - 6-- 2022-01-10 Andreas Rheinhardt Accepted
[FFmpeg-devel,v4] avformat/movenc: fix duration in mdhd box [FFmpeg-devel,v4] avformat/movenc: fix duration in mdhd box - - - - 6-- 2022-01-10 Zhao Zhili Accepted
[FFmpeg-devel] lavfi/vf_libplacebo: fix side data stripping logic [FFmpeg-devel] lavfi/vf_libplacebo: fix side data stripping logic - - - - 6-- 2022-01-10 Niklas Haas Accepted
[FFmpeg-devel,3/3] fate/matroska: Add test for QT-mode [FFmpeg-devel,1/3] avcodec/vp3: Don't output bogus warning - - - - 6-- 2022-01-09 Andreas Rheinhardt Accepted
[FFmpeg-devel,2/3] avformat/matroskaenc: Add option to shift data to write cues at front [FFmpeg-devel,1/3] avcodec/vp3: Don't output bogus warning - - - - 6-- 2022-01-09 Andreas Rheinhardt Accepted
[FFmpeg-devel,1/3] avcodec/vp3: Don't output bogus warning [FFmpeg-devel,1/3] avcodec/vp3: Don't output bogus warning - - - - 6-- 2022-01-09 Andreas Rheinhardt Accepted
[FFmpeg-devel,v2] avcodec/av1dec: honor the requested skip_frame level [FFmpeg-devel,v2] avcodec/av1dec: honor the requested skip_frame level - - - - 6-- 2022-01-09 James Almer Accepted
[FFmpeg-devel] avformat/amr: Return error upon error [FFmpeg-devel] avformat/amr: Return error upon error - - - - 6-- 2022-01-09 Andreas Rheinhardt Accepted
[FFmpeg-devel,2/2] avcodec/h264_slice, mpeg4videodec: Don't use %s to write single char [FFmpeg-devel,1/2] avcodec/mpeg4video: Split off data in a header of its own - - - - 63- 2022-01-09 Andreas Rheinhardt Accepted
[FFmpeg-devel,1/2] avcodec/mpeg4video: Split off data in a header of its own [FFmpeg-devel,1/2] avcodec/mpeg4video: Split off data in a header of its own - - - - 6-- 2022-01-09 Andreas Rheinhardt Accepted
[FFmpeg-devel] avformat/rawvideodec: Disable option accidentally added for v210(x) [FFmpeg-devel] avformat/rawvideodec: Disable option accidentally added for v210(x) - 1 - - 6-- 2022-01-08 Andreas Rheinhardt Accepted
[FFmpeg-devel,v4] libavcodec/flacenc: add backward-compatible 32 bit-per-sample capability [FFmpeg-devel,v4] libavcodec/flacenc: add backward-compatible 32 bit-per-sample capability - - - - 6-- 2022-01-08 Martijn van Beurden Withdrawn
[FFmpeg-devel,v4] avformat/imf: add IMF CPL with repeated resources to FATE [FFmpeg-devel,v4] avformat/imf: add IMF CPL with repeated resources to FATE - - - - 4-- 2022-01-07 Pierre-Anthony Lemieux New
[FFmpeg-devel] avformat/rawvideodec: check packet size [FFmpeg-devel] avformat/rawvideodec: check packet size - 1 - - 4-- 2022-01-07 Michael Niedermayer Accepted
[FFmpeg-devel] avformat/hlsenc: convey stream id to segment streams [FFmpeg-devel] avformat/hlsenc: convey stream id to segment streams - - - - 4-- 2022-01-07 Gyan Doshi Accepted
[FFmpeg-devel,2/2] avcodec/libdav1d: honor the requested skip_frame level [FFmpeg-devel,1/2] avcodec/av1: honor the requested skip_frame level - - - - 4-- 2022-01-07 James Almer New
[FFmpeg-devel,1/2] avcodec/av1: honor the requested skip_frame level [FFmpeg-devel,1/2] avcodec/av1: honor the requested skip_frame level - - - - 4-- 2022-01-07 James Almer New
[FFmpeg-devel,v2,08/18] configure: Add missing AMV muxer->riffenc dependency Untitled series #5707 - - - - --- 2022-01-07 Andreas Rheinhardt Accepted
[FFmpeg-devel,18/18] avformat/matroskaenc: Disable MKV-only code if MKV muxer is disabled [FFmpeg-devel] avformat/Makefile: Add missing libamqp->urldecode dependency - - - - 4-- 2022-01-07 Andreas Rheinhardt Accepted
[FFmpeg-devel,17/18] fate/subtitles: Fix check for fate-binsub-mksenc test [FFmpeg-devel] avformat/Makefile: Add missing libamqp->urldecode dependency - - - - 4-- 2022-01-07 Andreas Rheinhardt Accepted
[FFmpeg-devel,16/18] avformat/matroskaenc: Move AAC extradata check to other audio checks [FFmpeg-devel] avformat/Makefile: Add missing libamqp->urldecode dependency - - - - 4-- 2022-01-07 Andreas Rheinhardt Accepted
[FFmpeg-devel] avformat/imf: s/++i/i++/g [FFmpeg-devel] avformat/imf: s/++i/i++/g - - - - 4-- 2022-01-07 Zane van Iperen Accepted
[FFmpeg-devel,v4,5/5] fate/jpegxl: add JPEG XL demux and parse FATE test jpegxl patchset - - - - 4-- 2022-01-07 Leo Izen New
[FFmpeg-devel,v4,4/5] avformat/image2: add Jpeg XL as image2 format jpegxl patchset - - - - 4-- 2022-01-07 Leo Izen New
[FFmpeg-devel,v4,3/5] avcodec/libjxl: add Jpeg XL encoding via libjxl jpegxl patchset - - - - 4-- 2022-01-07 Leo Izen New
[FFmpeg-devel,v4,2/5] avcodec/libjxl: add Jpeg XL decoding via libjxl jpegxl patchset - - - - 4-- 2022-01-07 Leo Izen New
[FFmpeg-devel,v4,1/5] avcodec/jpegxl: add Jpeg XL image codec and parser jpegxl patchset - - - - 4-- 2022-01-07 Leo Izen New
[FFmpeg-devel,v4,0/5] jpegxl patchset - - - - --- 2022-01-07 Leo Izen None
[FFmpeg-devel,V4,2/2] libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl [FFmpeg-devel,V4,1/2] libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surface - - - - 4-- 2022-01-07 Chen, Wenbin New
[FFmpeg-devel,V4,1/2] libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surface [FFmpeg-devel,V4,1/2] libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surface - - - - 4-- 2022-01-07 Chen, Wenbin New
[FFmpeg-devel,v4] avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11) [FFmpeg-devel,v4] avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11) - 1 - - 4-- 2022-01-07 Aman Karmani Accepted
[FFmpeg-devel,4/4] avcodec/dvdsubdec: fix writing ppm avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define - - - - 4-- 2022-01-07 Aman Karmani New
[FFmpeg-devel,3/4] avcodec/dvdsubdec: don't dump images to disk based on DEBUG define avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define - - - - 4-- 2022-01-07 Aman Karmani New
[FFmpeg-devel,2/4] avcodec/dvbsubdec: fix writing ppm avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define - - - - 4-- 2022-01-07 Aman Karmani New
[FFmpeg-devel,1/4] avcodec/dvbsubdec: don't dump images to disk based on DEBUG define avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define - - - - 4-- 2022-01-07 Aman Karmani New
[FFmpeg-devel,0/4] avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define - - - - --- 2022-01-07 Aman Karmani None
[FFmpeg-devel,v3] avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11) [FFmpeg-devel,v3] avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11) - - - - 4-- 2022-01-07 Aman Karmani New
[FFmpeg-devel] Add libavformat/tests/imf to .gitignore [FFmpeg-devel] Add libavformat/tests/imf to .gitignore - - - - 42- 2022-01-07 Pierre-Anthony Lemieux New
[FFmpeg-devel,15/15] avformat/img2dec: Don't include disabled demuxers [FFmpeg-devel] avformat/Makefile: Add missing libamqp->urldecode dependency - - - - 4-- 2022-01-06 Andreas Rheinhardt Accepted
[FFmpeg-devel,14/14] avdevice/iec61883: #if unused code away, fix -O0 compilation [FFmpeg-devel] avformat/Makefile: Add missing libamqp->urldecode dependency - - - - 4-- 2022-01-06 Andreas Rheinhardt Accepted
[FFmpeg-devel,13/14] configure: Let decklink indev suggest libzvbi [FFmpeg-devel] avformat/Makefile: Add missing libamqp->urldecode dependency - 1 - - 4-- 2022-01-06 Andreas Rheinhardt Accepted
[FFmpeg-devel,12/12] avformat/matroskaenc: Fix build with only WebM muxer enabled [FFmpeg-devel] avformat/Makefile: Add missing libamqp->urldecode dependency - - - - 4-- 2022-01-06 Andreas Rheinhardt Accepted
[FFmpeg-devel,11/12] avformat/rtsp: #if unused functions away, fix -O0 compilation [FFmpeg-devel] avformat/Makefile: Add missing libamqp->urldecode dependency - - - - 4-- 2022-01-06 Andreas Rheinhardt Accepted
« 1 2 ... 149 150 151455 456 »