]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2019-12-23 Paul B Maholavformat/sccdec: fix timestamp of last subtitle
2019-12-23 Paul B Maholavfilter/vf_fade: reindent after previous commit
2019-12-23 Paul B Maholavfilter/vf_fade: add support for gbrp/gbrap formats
2019-12-23 Zhong Lilavc/midivid: check return value of init_get_bits8()
2019-12-23 Paul B Maholavfilter/vf_readeia608: factor some constants out
2019-12-23 Paul B Maholavfilter/vf_readeia608: check if gaps between clock...
2019-12-23 Paul B Maholavfilter/vf_readeia608: use special struct to hold...
2019-12-23 Zhao Zhiliavfilter/avfilter: update documentation of avfilter_gra...
2019-12-23 Zhao Zhiliavfilter/buffersink: deprecate AVBufferSinkParams and...
2019-12-23 Zhao Zhiliavfilter/buffersink: replace init_opaque by init
2019-12-23 Zhao Zhiliavfilter/buffersink: remove unused macros
2019-12-23 Zhao Zhiliavfilter/buffersrc: remove redundant flag
2019-12-23 Gyan Doshiavformat/mpegtsenc: warn users if codec isn't supported
2019-12-23 James Almeravcodec/noise_bsf: remove superfluous fail label
2019-12-23 Steven LiuChangelog: Fix typo of comments
2019-12-23 Nicolas Georgelavfi/buffersrc: push frame directly.
2019-12-23 Nicolas Georgelavfi: remove AVFilterPad.poll_frame().
2019-12-23 Nicolas Georgelavfi/buffersrc: remove poll_frame.
2019-12-23 Nicolas Georgelavfi: remove ff_poll_frame().
2019-12-23 Nicolas Georgelavfi/buffersrc: remove fifo.
2019-12-23 Limin Wangavfilter/vf_readeia608: fix check for failed av_calloc
2019-12-23 Andreas Rheinhardtavformat/hls: Use av_packet_move_ref() for packet owner...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix check for presence of webvtt muxer
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix memleaks with repeating parameters
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix return value from localtime_r...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix potential segfault upon allocation...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix leak of options when writing packets
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix leak of options when initializing...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Only allocate when data is known to...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix typo in error message
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix leak of child AVFormatContext
2019-12-23 Jun Zhaofftools/cmdutils: Fix break command dump for -map option
2019-12-21 James Almeravcodec/hevcdec: keep closed captions in sync between...
2019-12-21 Paul B Maholavfilter/af_adeclick: implement timeline support
2019-12-21 James Almeravformat/movenc: use iso6 major brand when signed CTS...
2019-12-21 James Almeravformat/movenc: ensure we don't write the major brand...
2019-12-21 James Almeravformat/movenc: write the major brand also as the...
2019-12-21 Nicolas Gaullierfftools/ffmpeg: Reindent after last commit
2019-12-21 Andreas Rheinhardtavformat/icecast: Use AV_DICT_DONT_STRDUP_VAL to save...
2019-12-21 Nicolas Gaullierfftools/ffmpeg: Fix forward CPB props in to out
2019-12-21 Paul B Maholavfilter/vf_readeia608: if parity bit check fails,...
2019-12-21 Limin Wangavcodec/h264_sei: fix the size of user data unregistered
2019-12-20 Wonkap Jangdoc/encoders: correct the description for ts_target_bitrate
2019-12-20 Paul B Maholavfilter/vf_readeia608: rewrite processing, make extrac...
2019-12-20 Limin Wangavcodec/hevc_sei: switch to AVBufferRef buffer for...
2019-12-19 Andreas Rheinhardtavformat/icecast: Free the right buffer on error
2019-12-19 James Almeravformat/tls_openssl: don't use libcrypto locking funct...
2019-12-19 James Almeravcodec/cbs_av1: add missing valid range of values...
2019-12-18 Martin Storsjöcheckasm: aacpsdsp: Tolerate extra intermediate precisi...
2019-12-18 Martin Storsjöffprobe: Fix fate tests for ffprobe in cases where...
2019-12-17 Sebastian Popswscale/aarch64: use multiply accumulate and increase...
2019-12-17 Linjie Fulavc/h264dec.h: remove unused ff_h264_decode_slice_header
2019-12-17 Linjie FuFATE/hevc.mak: cosmetic for fate-hevc-paired-fields
2019-12-17 Linjie FuFATE: add test for hevc files with 4 TUDepth(0..4)...
2019-12-17 Linjie Fulavc/hevc_cabac: fix cbf_cb and cbf_cr for transform...
2019-12-17 Lynnevc2enc: zero padding of the coefficient buffer
2019-12-17 Paul B Maholavfilter/vf_stack: set framerate to VFR when inputs...
2019-12-17 Martin Storsjöfate: Add an option for disabling the 2k/4k tests
2019-12-16 Linjie Fulavc/vaapi_encode: grow packet if vaMapBuffer returns...
2019-12-16 Xinpeng Sunavfilter: Add tonemap vaapi filter for H2S
2019-12-16 Carl Eugen... lavc/allcodecs: Add mpeg4 omx encoder, missed in 0e387232
2019-12-16 Carl Eugen... lavu/log: Also print the log level for level trace.
2019-12-16 Andriy Gelmanlavc/cbs_h2645_syntax_template: Fix memleak
2019-12-15 Andreas Rheinhardth264_mp4toannexb: Remove unnecessary check
2019-12-15 Michael Niedermayeravcodec/adpcm: Clip predictor for APC
2019-12-15 Michael Niedermayeravcodec/targa: Check colors vs. available space
2019-12-15 Michael Niedermayertools/target_dec_fuzzer: Adjust threshold for dst
2019-12-15 Michael Niedermayeravcodec/dstdec: Use get_ur_golomb_jpegls()
2019-12-15 Michael Niedermayeravcodec/wmavoice: Check remaining input in parse_packet...
2019-12-15 Michael Niedermayeravcodec/wmalosslessdec: Fix 2 overflows in mclms
2019-12-15 Michael Niedermayeravcodec/decode: Fix integer overflow in max_samples...
2019-12-15 Michael Niedermayeravcodec/wmaprodec: Fixes integer overflow with 32bit...
2019-12-15 Michael Niedermayeravcodec/adpcm: Fix invalid shift in xa_decode()
2019-12-15 Michael Niedermayeravcodec/wmavoice: Add FF_CODEC_CAP_INIT_CLEANUP
2019-12-15 Michael Niedermayeravcodec/wmalosslessdec: Fix several integer issues
2019-12-15 Michael Niedermayeravcodec/wmalosslessdec: Check that padding bits is...
2019-12-15 Michael Niedermayeravcodec/iff: Skip overflowing runs in decode_delta_d()
2019-12-15 Michael Niedermayeravcodec/apedec: Set error on error in ape_decode_value_...
2019-12-15 Michael Niedermayeravcodec/pnm: Check that the header is not truncated
2019-12-15 Michael Niedermayeravcodec/mp3_header_decompress_bsf: Check sample_rate_index
2019-12-14 Marton Balintavfilter/x86/vf_interlace: always use unaligned movs
2019-12-14 Marton Balintavfilter/vf_interlace: do not interlace already interla...
2019-12-14 Marton Balintavfilter/vf_tinterlace: add support for bypassing alrea...
2019-12-14 Marton Balintavfilter/vf_interlace: restore lowpass mode constants
2019-12-14 Carl Eugen... lavu/pixfmt: Cosmetics, remove wrong end-of-comment...
2019-12-14 Carl Eugen... lavc/pnmdec: Fix 16bit decoding.
2019-12-13 Paul B Maholavcodec/simple_idct_template: fix integer overflow
2019-12-13 Michael Niedermayeravcodec/cbs_av1_syntax_template: Check num_y_points
2019-12-13 Guo, Yejunconvert_from_tensorflow.py: add support when kernel...
2019-12-13 Guo, Yejunavfilter/vf_dnn_processing: refine code for better...
2019-12-13 James Almerfate/cbs: use the rawvideo muxer for AV1 tests
2019-12-13 Paul B Maholavfilter/vf_datascope: add decimal output
2019-12-13 Martin Storsjöconfigure: Check for the SetDllDirectory and GetModuleH...
2019-12-12 Martin Storsjöcheckasm: af_afir: Use a dynamic tolerance depending...
2019-12-12 Michael Niedermayeravfilter: Fix type in av_log for random_seed in cellaut...
2019-12-12 Michael Niedermayeravcodec/v210dec: move the stride read after its fully...
2019-12-12 Linjie Fulavc/utils.c: fix code indentations
2019-12-12 Linjie Fulavc/mips: simplify the switch code
2019-12-12 Andreas Rheinhardtavformat: Don't free old extradata before ff_alloc...
2019-12-12 Andreas Rheinhardtavformat: Forward errors where possible
next