]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2021-01-23 Marton Balintavcodec/flashsv2enc: factorize updating block dimensions
2021-01-23 Marton Balintavformat/swf: add support for reading and writing VP6A...
2021-01-23 Marton Balintavformat/swfenc: add support for muxing png images
2021-01-23 Marton Balintavformat/swfenc: fix generation of FileAttributes tag
2021-01-23 Marton Balintavfilter/af_astats: fix possible crash because of undef...
2021-01-23 Marton BalintRevert "avutil/timecode: fix sscanf format string with...
2021-01-23 Haihao Xiangqsv: dump more info in error, debug and verbose mode
2021-01-23 Haihao Xianglavf/qsv: Add functions to print mfx iopattern, warning...
2021-01-23 Xu Guangxinavcodec/qsvdec: refact, remove duplicate code for plugi...
2021-01-23 Xu Guangxinavcodec/qsvdec: refact, move qsvdec_other.c to qsvdec.c
2021-01-23 Xu Guangxinavcodec/qsvdec: refact, move qsvdec_h2645.c to qsvdec.c
2021-01-23 Xu Guangxinavcodec/qsvdec_h2645: refact, use DEFINE_QSV_DECODER...
2021-01-23 Xu Guangxinavcodec/qsvdec_other: refact, use DEFINE_QSV_DECODER...
2021-01-23 Xu Guangxinavcodec/qsv_h2645: fix memory leak for plugin load
2021-01-23 Michael Niedermayeravformat/flvdec: Use av_sat_add64() for pts computation
2021-01-23 Michael Niedermayeravformat/utils: Check dts - (1<<pts_wrap_bits) overflow
2021-01-23 Michael Niedermayeravformat/bfi: Check chunk_header
2021-01-23 Michael Niedermayeravformat/ads: Check size
2021-01-23 Michael Niedermayeravformat/iff: Check block align also for ID_MAUD
2021-01-23 Gyan Doshidoc/ffmpeg: document adrift_threshold
2021-01-23 Gyan Doshidoc/ffmpeg: restore location of stray passage
2021-01-23 Gyan Doshidoc/fftools-common-opts: document max_alloc
2021-01-23 Gyan Doshidoc/fftools-common-opts: document buildconf
2021-01-23 Michael Niedermayeravcodec/utils: Check for integer overflow in get_audio_...
2021-01-23 Michael Niedermayeravformat/fitsdec: Better size checks
2021-01-23 Michael Niedermayeravformat/mxfdec: Fix integer overflow in next position...
2021-01-22 Andreas Rheinhardtavcodec/tableprint: Don't include mem_internal.h
2021-01-22 Paul B Maholavfilter/vf_atadenoise: fix mid calculation
2021-01-22 Paul B Maholavfilter/vf_estdif: make interpolation used user config...
2021-01-22 Paul B Maholavfilter/vf_atadenoise: add sigma options
2021-01-22 Andreas Rheinhardtavcodec/h264_metadata_bsf: Don't use unitialized value
2021-01-22 Andreas Rheinhardtavcodec/videotoolboxenc: Fix SEI enum identifiers
2021-01-22 Paul B Maholavfilter/vf_w3fdif: reduce overhead calling execute...
2021-01-22 Guo, Yejuntests/dnn: fix build issue after function name changed
2021-01-22 Mark Thompsondnn: Add ff_ prefix to unnamespaced globals
2021-01-22 Mark Thompsondnn_backend_native.c: Add missing static to local variable
2021-01-22 Guo, Yejundnn-layer-conv2d-test.c: remove dependency of dnn_nativ...
2021-01-22 Xu Guangxinavutils/vulkan: hwmap, respect src frame resolution
2021-01-22 Mark Thompsondnn_backend_native_layer_mathbinary.c: Delete unused...
2021-01-22 Guo, Yejundnn_backend_native_layer_conv2d.c: refine code with...
2021-01-22 Guo, Yejundnn_backend_native_layer_conv2d.c: correct struct name...
2021-01-22 Guo, Yejundnn/queue: remove prefix FF for Queue and SafeQueue
2021-01-22 Guo, Yejunlibavfilter/dnn: add prefix ff_ for internal functions
2021-01-22 Guo, Yejunlibavfilter/dnn: use avpriv_report_missing_feature...
2021-01-22 Guo, Yejundnn_backend_openvino.c: add version mismatch reminder
2021-01-21 Limin Wangavformat/async: Use AVERROR macro
2021-01-21 Mark Thompsonlavd/dshow: Add namespace prefix to global functions
2021-01-21 Michael Niedermayeravcodec/cri: check for available input in unpack_10bit()
2021-01-21 Michael Niedermayeravformat/avidec: dv does not support palettes
2021-01-21 Michael Niedermayeravformat/dhav: Break out of infinite dhav search loop
2021-01-21 Michael Niedermayerlibavformat/utils: consider avio_size() failure in...
2021-01-21 Michael Niedermayeravformat/nistspheredec: Check bits_per_coded_sample...
2021-01-21 Michael Niedermayeravformat/paf: Do not zero allocated tables which are...
2021-01-21 Andreas Rheinhardtavcodec/me_cmp: Remove ff_check_alignment()
2021-01-21 Andreas Rheinhardtavcodec/mpeg12dec: Remove redundant writes
2021-01-21 Andreas Rheinhardtavcodec/Makefile: Make H.263 encoder compilable without...
2021-01-21 Andreas Rheinhardtavcodec/Makefile: Make H.263 decoder compilable without...
2021-01-21 Andreas Rheinhardtavcodec/Makefile: Remove FLAC dependencies on vorbis_data
2021-01-21 Andreas Rheinhardtavcodec/Makefile: Remove dependency of H.263 on FLV...
2021-01-21 Andreas Rheinhardtavcodec/Makefile: Remove unnecessary cbrt_data dependency
2021-01-21 Mark Thompsonh264_redundant_pps_bsf: Use common cbs bsf implementation
2021-01-21 Mark Thompsonav1_metadata_bsf: Use common cbs bsf implementation
2021-01-21 Mark Thompsonvp9_metadata_bsf: Use common cbs bsf implementation
2021-01-21 Mark Thompsonmpeg2_metadata_bsf: Use common cbs bsf implementation
2021-01-21 Mark Thompsonh265_metadata_bsf: Use common cbs bsf implementation
2021-01-21 Mark Thompsonh264_metadata_bsf: Use common cbs bsf implementation
2021-01-21 Mark Thompsoncbs: Implement common parts of cbs-based bitstream...
2021-01-21 Mark Thompsonh264_metadata_bsf: Improve interpretation of input...
2021-01-21 Mark Thompsonh264_metadata_bsf: Refactor the filter function into...
2021-01-21 Mark Thompsoncbs_sei: Remove restrictions on MDCV values
2021-01-21 Mark Thompsoncbs_h2645: Merge SEI message handling in common between...
2021-01-21 Mark Thompsonhevc: Use common SEI types
2021-01-21 Mark Thompsonh264: Use common SEI types
2021-01-21 Mark Thompsonlavc: Add new header for SEI payload types
2021-01-21 Mark Thompsonh264_metadata_bsf: Move SEI user data parsing to init...
2021-01-21 Mark Thompsoncbs_h2645: Merge SEI messages in common between codecs
2021-01-21 Paul B Maholavfilter/vf_readeia608: add >8 depth support
2021-01-21 James Almerffmpeg_opts: remove lowres check
2021-01-21 Paul B Maholavfilter/vf_super2xsai: add slice threading support
2021-01-21 Paul B Maholavfilter/vf_super2xsai: constify src pointer
2021-01-21 Paul B Maholavfilter/vf_dblur: remove unused line
2021-01-21 Paul B Maholavfilter/vf_deblock: fix >8 depth format case check
2021-01-21 Paul B Maholavfilter/vf_fieldmatch: use av_malloc_array()
2021-01-21 Paul B Maholavfilter/vf_decimate: add support for more formats
2021-01-20 Michael Niedermayeravformat/asfdec_o: Check size vs. offset in detect_unkn...
2021-01-20 Michael Niedermayeravformat/utils: check for integer overflow in av_get_fr...
2021-01-20 Paul B Maholavfilter/vf_nnedi: fix memleak at eof and simplify...
2021-01-20 Paul B Maholavfilter/vf_nnedi: small improvements
2021-01-20 rcombsMAINTAINERS: update names
2021-01-20 rcombsAll: update names in copyright headers
2021-01-19 Paul B Maholavfilter/vf_nnedi: unbreak nsize=0:nns=0 output
2021-01-19 Paul B Maholavfilter/vf_nnedi: simplify code even more
2021-01-19 Paul B Maholavfilter/vf_nnedi: small cleanups
2021-01-19 Paul B Maholavfilter/vf_nnedi: fix some compilation errors and...
2021-01-18 Michael Niedermayeravformat/id3v2: Check against max compression ratio...
2021-01-18 Michael Niedermayeravformat/avidec: Use av_sat_sub64() in check_stream_max...
2021-01-18 Michael Niedermayeravutil/timecode: Avoid undefined behavior with large...
2021-01-18 Michael Niedermayeravformat/mov: Check a.size before computing next_root_atom
2021-01-18 Michael Niedermayeravformat/sbgdec: Reduce the amount of floating point...
2021-01-18 Paul B Maholavfilter/vf_w3fdif: add more forgotten formats
next