]> git.sesse.net Git - ffmpeg/history - libavcodec
tools/target_dec_fuzzer: Sort threshold list alphabetically
[ffmpeg] / libavcodec /
2020-01-29 Paul B Maholavcodec/dnxhddec: properly set colorspace
2020-01-26 James Almeravcodec/av1_parser: export color information
2020-01-26 Zane van Iperenavcodec: add decoder for argonaut games' adpcm codec
2020-01-24 Andreas Rheinhardtavcodec/cbs_av1_syntax_template: Remove unused variable
2020-01-24 James Almeravcodec/libaomenc: add an option to set the encoder...
2020-01-23 Andreas Rheinhardtavcodec/ra144enc: Fix invalid left shift of negative...
2020-01-22 Michael Niedermayeravcodec/hapdec: Add codec_tags list
2020-01-22 Michael Niedermayeravcodec/avcodec: Add codec_tags array to AVCodec
2020-01-22 Paul B Maholavcodec/exr: fix some small cosmetics nits
2020-01-22 Gonzalo Garramuñoavcodec/exr.c: make channel name comparisons case insen...
2020-01-21 Andreas Rheinhardtavcodec/j2kenc: Fix undefined shifts of negative numbers
2020-01-21 Carl Eugen Hoyoslavc/mjpegenc: Fix not writing RST tag after final...
2020-01-21 Andreas Rheinhardtavcodec/adxdec: Remove unnecessary left-shift
2020-01-21 Andreas Rheinhardtavcodec/adxenc: Avoid undefined left shift of negative...
2020-01-21 Andreas Rheinhardtavcodec/adpcm: Fix undefined left shifts of negative...
2020-01-18 Michael Niedermayeravcodec/hevc_mp4toannexb_bsf: check that nalu size...
2020-01-18 Michael Niedermayeravcodec/hevc_mp4toannexb_bsf: Avoid NULL memcpy()
2020-01-18 Michael Niedermayeravcodec/cbs_av1: Check leb128 values read
2020-01-18 Michael Niedermayeravcodec/iff: Check input space before loop in decode_de...
2020-01-18 Michael Niedermayeravcodec/vc1dec: Allocate only as much space as is unescaped
2020-01-18 James Almeravcodec/libx265: zero the padding bytes in extradata
2020-01-17 Wang CaoAdd a commandline option to control loop restoration...
2020-01-17 Andriy Gelmanlavc/h2645_parse: Don't automatically remove nuh_layer_...
2020-01-16 James Almeravcodec/libx264: export Producer Reference Time as...
2020-01-16 James Almeravcodec: add a Producer Reference Time AVPacketSideData...
2020-01-15 Michael Niedermayeravcodec/wmalosslessdec: Use AV_STRINGIFY()
2020-01-15 Michael Niedermayeravcodec/wmalosslessdec: Replace negative channel check...
2020-01-15 Michael Niedermayeravcodec/wmalosslessdec: move channel check up
2020-01-14 Andriy Gelmanavcodec/v4l2_context: Use AVERROR macro
2020-01-13 Lynnetiffdec: support embedded ICC profiles
2020-01-11 Michael Niedermayeravcodec/cbs_h2645: Skip all 0 NAL units
2020-01-11 Michael Niedermayeravcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACS
2020-01-11 Michael Niedermayeravcodec/alac: Fix integer overflow in LPC coefficient...
2020-01-11 Michael Niedermayeravcodec/g729postfilter: Optimize out overflowing multip...
2020-01-11 Michael Niedermayerlibavcodec/vc1: Remove bits variable
2020-01-11 Michael Niedermayeravcodec/vc1dec: Check field_mode for sprites
2020-01-11 Michael Niedermayeravcodec/vc1dec: Limit bits by the actual bitstream...
2020-01-11 Limin Wangavcodec/wavpack: simplify the code
2020-01-10 Limin Wangavcodec/utils: replace avctx->internal with avci for...
2020-01-09 Philip Langdalenvenc: implement flush to help allow an encoder to...
2020-01-08 Andreas Rheinhardtavcodec/proresenc_anatoliy: Fix invalid left shift...
2020-01-08 Limin Wangavcodec/h264_metadata_bsf: Fix for the incorrect user...
2020-01-07 James Zernavcodec/libvpxenc,cosmetics: prefer sizeof(var)
2020-01-07 Michael Niedermayeravcodec/vmdaudio: Check block_align more
2020-01-07 Limin Wangavcodec/decode: replace avctx->internal with avci for...
2020-01-06 Carl Eugen Hoyoslavc/vdpau_vp9: Do not mix declarations and code.
2020-01-06 Carl Eugen HoyosSilence "string-plus-int" warning shown by clang.
2020-01-06 Derek Buitenhuislavc/ffv1: Properly check that the 4th and 5th quant...
2020-01-05 Michael Niedermayeravcodec/pgssubdec: Free subtitle on error
2020-01-04 Limin Wangavcodec/bsf: replace ctx->internal-> with bsfi-> for...
2020-01-04 Jun Zhaolavc/libkvazaar: fix memory leak after av_dict_parse_st...
2020-01-04 Jun Zhaolavc/bsf: fix memory leak after av_dict_parse_string...
2020-01-02 Zhong Liavcodec/mpeg12dec: always submit the first field to...
2020-01-02 Timo Rothenpieleravcodec/nvdec_mpeg12: set field flags
2020-01-01 Marton Balintavcodec/librav1e: use AV_OPT_TYPE_DICT for rav1e-params
2020-01-01 Marton Balintavcodec/libxavs2: use AV_OPT_TYPE_DICT for xavs2-params
2020-01-01 Marton Balintavcodec/libx265: use AV_OPT_TYPE_DICT for x265-params
2020-01-01 Marton Balintavcodec/libx264: use AV_OPT_TYPE_DICT for x264-params
2020-01-01 Marton Balintavcodec/libvpxenc: use AV_OPT_TYPE_DICT for ts-parameters
2020-01-01 James Almeravcodec/libx265: export encoded frame stats
2020-01-01 James Almeravcodec/libx265: add a qp option and apply the relevant...
2020-01-01 James Almeravcodec/libx265: apply some global AVCodecContext setti...
2019-12-31 Michael Niedermayeravcodec: Replace get_bits_long() by get_bits() where...
2019-12-31 Michael Niedermayeravcodec: Replace skip_bits_long() by skip_bits() where...
2019-12-31 Michael Niedermayeravcodec: Replace show_bits_long() by show_bits() where...
2019-12-31 Michael Niedermayeravcodec/ffwavesynth: Fix undefined overflow in wavesynt...
2019-12-31 Michael Niedermayeravcodec/cook: Use 3 stage VLC decoding for channel_coupling
2019-12-31 Michael Niedermayeravcodec/options_table: err_detect compliant and aggress...
2019-12-31 Michael Niedermayeravcodec/wmalosslessdec: Fixes undefined overflow in...
2019-12-31 Michael Niedermayeravcodec/sonic: Check e in get_symbol()
2019-12-31 Michael Niedermayeravcodec/twinvqdec: Correct overflow in block align...
2019-12-31 Michael Niedermayeravcodec/h264_ps: Provide more details with "Truncated...
2019-12-31 Zhao Zhiliavcodec/utils: remove access of AV_SAMPLE_FMT_NB
2019-12-29 Zhong Lilavc/qsv: remove the unused funtion ff_qsv_profile_to_mfx()
2019-12-29 Zhong Lilavc/qsvdec: disable gpu copy when not supported
2019-12-29 Zhong Lilavc/qsvdec: fix the error retrun code in ff_qsv_get_co...
2019-12-28 Michael Niedermayeravcodec/vc1dec: Fix "return -1" cases
2019-12-28 Michael Niedermayeravcodec/vc1dec: Free sprite_output_frame on error
2019-12-28 Michael Niedermayeravcodec/atrac9dec: Clamp band_ext_data to max that...
2019-12-28 Michael Niedermayeravcodec/agm: Include block size in the MV check for...
2019-12-28 Michael Niedermayeravcodec/wmadec: Keep track of exponent initialization...
2019-12-28 Michael Niedermayeravcodec/iff: Check that video_size is large enough...
2019-12-27 Andriy Gelmanavcodec/v4l2_m2m_enc: Check encoder pix_fmt matches...
2019-12-27 Limin Wangavcodec/mvha: fix warning: variable 'size' set but...
2019-12-26 Limin Wangavcodec/vc1dec: remove the unneeded ()
2019-12-26 Limin Wangavcodec/ass: remove the unneeded ()
2019-12-26 Michael Niedermayeravcodec/cbs_vp9: Check data_size
2019-12-25 Michael Niedermayeravcodec/cbs_vp9: Check index_size
2019-12-23 Zhong Lilavc/midivid: check return value of init_get_bits8()
2019-12-23 James Almeravcodec/noise_bsf: remove superfluous fail label
2019-12-21 James Almeravcodec/hevcdec: keep closed captions in sync between...
2019-12-21 Limin Wangavcodec/h264_sei: fix the size of user data unregistered
2019-12-20 Limin Wangavcodec/hevc_sei: switch to AVBufferRef buffer for...
2019-12-19 James Almeravcodec/cbs_av1: add missing valid range of values...
2019-12-17 Linjie Fulavc/h264dec.h: remove unused ff_h264_decode_slice_header
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-16 Linjie Fulavc/vaapi_encode: grow packet if vaMapBuffer returns...
2019-12-16 Carl Eugen Hoyoslavc/allcodecs: Add mpeg4 omx encoder, missed in 0e387232
2019-12-16 Andriy Gelmanlavc/cbs_h2645_syntax_template: Fix memleak
next