]> git.sesse.net Git - ffmpeg/history - libavcodec
avformat/utils: Check rfps_duration_sum for overflow
[ffmpeg] / libavcodec /
2019-07-19 Michael Niedermayeravcodec/agm: Fix overflow of signed shift
2019-07-19 Michael Niedermayeravcodec/h264_refs: Also check reference in ff_h264_buil...
2019-07-19 Michael Niedermayeravcodec/h264_cavlc: Fix integer overflows with motion...
2019-07-19 Michael Niedermayeravcodec/atrac9dec: Check conditions before apply_band_e...
2019-07-18 Shiyou Yinavutil/mips: refactor msa load and store macros.
2019-07-17 Michael Niedermayeravcodec/dnxhd_parser: Fix parser when input does not...
2019-07-17 Michael Niedermayeravcodec/dnxhd_parser: Optimize insufficient buf size...
2019-07-17 Michael Niedermayeravcodec/dnxhd_parser: remove unneeded code
2019-07-17 Michael Niedermayeravcodec/parser: Check next index validity in ff_combine...
2019-07-17 Michael Niedermayeravcodec/ivi: Ask for samples with odd tiles
2019-07-17 James Almeravcodec: clarify the allocation requirements for intra_...
2019-07-15 James Almeravcodec: remove reference to AVPacket's destruct field
2019-07-14 Michael Niedermayeravcodec/iff: Add "else" to make code look prettier
2019-07-14 Andreas Rheinhardtdump_extra: Don't add extradata if it already exists
2019-07-14 Steve Lhommeavcodec/h264_slice: set the SEI parameters early on...
2019-07-14 Steve Lhommeavcodec/hevcdec: set the SEI parameters early on the...
2019-07-13 Jernej Fijackoavcodec/dvbsub: add support for Display Definition...
2019-07-13 Michael Niedermayeravcodec/pngdec: Check that previous_picture has same...
2019-07-13 Michael Niedermayeravcodec/huffyuvdec: Check vertical subsampling in hymt
2019-07-13 Michael Niedermayeravcodec/huffyuv: remove gray8a (the format is listed...
2019-07-13 Michael Niedermayeravcodec/mpc8: Fixes invalid shift in mpc8_decode_frame()
2019-07-11 Paul B Maholavcodec/magicyuv: add support for recently added YUV444P10
2019-07-11 Steven Liuavcodec/videotoolboxenc: remove unused variable
2019-07-10 James Zernavcodec/utils, avcodec_open2: close codec on failure
2019-07-10 YunQiang Suavcodec/mips/cabac: replace addi with addiu
2019-07-09 Andreas Rheinhardttruehd_core: Switch to in-place modifications
2019-07-09 Andreas Rheinhardttruehd_core: Use byte offsets instead of bit offsets
2019-07-09 Andreas Rheinhardttruehd_core: Miscellaneous improvements
2019-07-09 Andreas Rheinhardttruehd_core: Return error in case of error
2019-07-09 Andreas Rheinhardttruehd_core: Correct output size
2019-07-09 Andreas Rheinhardttruehd_core: Disable 16-channel presentation
2019-07-08 Andreas Rheinhardtconfigure, cbs_h2645: Remove unneeded golomb dependency
2019-07-08 Andreas Rheinhardtcbs_h264, h264_metadata: Deleting SEI messages never...
2019-07-08 Andreas Rheinhardtcbs: ff_cbs_delete_unit: Replace return value with...
2019-07-08 Michael Niedermayeravcodec/ilbcdec: Simplify use of unsigned and fix more...
2019-07-08 Michael Niedermayeravcodec/golomb: Correct the doxy about get_ue_golomb...
2019-07-08 Michael Niedermayeravcodec/hq_hqa: Use ff_set_dimensions()
2019-07-08 Michael Niedermayeravcodec/rv10: Fix integer overflow in aspect ratio...
2019-07-08 Michael Niedermayeravcodec/tta: Limit decoder to 16 channels
2019-07-08 Michael Niedermayeravcodec/sanm: Optimize fill_frame() with av_memcpy_back...
2019-07-08 Michael Niedermayeravcodec/4xm: Fix signed integer overflows in idct()
2019-07-08 Michael Niedermayeravcodec/qdm2: Check checksum_size for 0
2019-07-08 Michael Niedermayeravcodec/qdm2: error out of qdm2_fft_decode_tones()...
2019-07-08 Michael Niedermayeravcodec/qdm2: Do not read out of array in fix_coding_me...
2019-07-08 Michael Niedermayeravcodec/simple_idct_template: Fix integer overflow...
2019-07-08 Michael Niedermayeravcodec/simple_idct_template: Fix integer overflow...
2019-07-08 Michael Niedermayeravcodec/svq3: Use ff_set_dimension()
2019-07-08 Michael Niedermayeravcodec/iff: Check ham vs bpp
2019-07-08 Michael Niedermayeravcodec/ffwavesynth: use uint32_t to compute difference...
2019-07-08 Michael Niedermayeravcodec/ffwavesynth: Simplify lcg_seek(), avoid negativ...
2019-07-08 Michael Niedermayeravcodec/ffwavesynth: Fix backward lcg_seek()
2019-07-08 Michael Niedermayeravcodec/flicvideo: Fix off by 1 error in flic_decode_fr...
2019-07-08 Michael Niedermayeravcodec/vc1_block: Check for vlc error in vc1_decode_ac...
2019-07-08 Michael Niedermayeravcodec/alac: Check lpc_quant
2019-07-08 Michael Niedermayeravcodec/dxv: Initialize tex_funct to NULL
2019-07-07 Andreas Rheinhardtvp9_metadata: Avoid allocations and copies of packet...
2019-07-07 Andreas Rheinhardtmpeg2_metadata: Localize inserting of sequence display...
2019-07-07 Andreas Rheinhardtmpeg2_metadata: Avoid allocations and copies of packet...
2019-07-07 Andreas Rheinhardth265_metadata: Correct error check
2019-07-07 Andreas Rheinhardth265_metadata: Avoid allocations and copies of packet...
2019-07-07 Andreas Rheinhardth264_redundant_pps: Fix looping over an access unit...
2019-07-07 Andreas Rheinhardth264_redundant_pps: Avoid allocations and copies of...
2019-07-07 Andreas Rheinhardtav1_metadata: Error out if fragment is empty
2019-07-07 Andreas Rheinhardth264_metadata: Localize code for display orientation
2019-07-07 Andreas Rheinhardth264_metadata: Avoid allocations and copies of packet...
2019-07-07 Andreas Rheinhardtav1/h264_metadata, filter_units: Count down when deleti...
2019-07-07 Andreas Rheinhardtfilter_units: Avoid allocations and copies of packet...
2019-07-07 Andreas Rheinhardtfilter_units: Reindent after previous commit
2019-07-07 Andreas Rheinhardtfilter_units: Don't use fake loop
2019-07-07 Andreas Rheinhardtfilter_units: Unref packet on failure
2019-07-07 Andreas Rheinhardtav1_metadata: Avoid allocations and copies of packet...
2019-07-07 Andreas Rheinhardtcbs: Allow non-blank packets in ff_cbs_write_packet
2019-07-07 Amir Paukeravcodec/h264dec: set AVFrame decode_error_flags in...
2019-07-07 Amir Paukeravcodec/error_resilience: set AVFrame decode_error_flag...
2019-07-07 Mark Thompsonlibx265: Update ROI behaviour to match documentation
2019-07-07 Mark Thompsonlibx264: Update ROI behaviour to match documentation
2019-07-07 Mark Thompsonlavc/h265_profile_level: Add new profiles
2019-07-07 Mark Thompsonlavc/h265_profile_level: Add unit test
2019-07-07 Mark Thompsonh265_metadata: Add option to set the level of the stream
2019-07-07 Mark Thompsonlavc/h265_profile_level: Do not allow high tier at...
2019-07-07 Mark Thompsonlavc/h265_profile_level: Fix DPB size calculation
2019-07-07 Paul B Maholavcodec/cngdec: set .caps_internal
2019-07-06 Michael Niedermayeravcodec/alsdec: Add FF_CODEC_CAP_INIT_CLEANUP
2019-07-06 Michael Niedermayeravcodec/alsdec: Fix integer overflow with buffer number
2019-07-06 Michael Niedermayeravcodec/alsdec: Fixes signed integer overflow in LSB...
2019-07-06 Michael Niedermayeravcodec/alsdec: Check opt_order / sb_length in ra_block...
2019-07-06 Michael Niedermayeravcodec/alsdec: Fix integer overflow with shifting...
2019-07-06 Michael Niedermayeravcodec/alsdec: Fix undefined behavior in decode_rice()
2019-07-06 Michael Niedermayeravcodec/alsdec: Fixes invalid shifts in read_var_block_...
2019-07-05 James Almeravcodec/hevc_ps: fix range of num_tile_{columns,rows...
2019-07-01 Zhong Lilavc/mjpegdec: make code aligned
2019-07-01 Zhong Lilavc/mjpegdec: replace number with marker name
2019-07-01 Zhong Lilavc/qsvenc: fix the incorrent map from bits to bytes
2019-06-30 Michael Niedermayeravcodec/hevc_ps: Change num_tile_rows/columns checks...
2019-06-30 Michael Niedermayeravcodec/hevc_ps: Fix integer overflow with num_tile_row...
2019-06-30 Michael Niedermayeravcodec/apedec: Add k < 24 check to the only k++ case...
2019-06-30 Michael Niedermayeravcodec/fitsdec: Check data_min/max
2019-06-29 Michael Niedermayeravcodec/m101: Fix off be 2 error
2019-06-29 Michael Niedermayeravcodec/qdm2: Move fft_order check up
2019-06-29 Michael Niedermayeravcodec/libvorbisdec: Check extradata size
next