41796 Commits (116303cd245138370ac684d28e086f30e12e9f6d)

Author SHA1 Message Date
Michael Niedermayer 80bb65fafa Bump minor versions again on master to keep 4.2 versions separate from master 6 years ago
Michael Niedermayer 22db337a40 Bump minor versions to separate 4.2 from master 6 years ago
Michael Niedermayer 8df6884832 avcodec/utils: Check close before calling it 6 years ago
Michael Niedermayer 99f95f39c6 avcodec/vorbisdec: Check vlc for floor0 dec vector offset 6 years ago
Michael Niedermayer 308771a738 avcodec/vorbisdec: amplitude bits can be more than 25 bits 6 years ago
Michael Niedermayer b880b3b236 avcodec/alsdec: fix undefined shift in multiply() 6 years ago
Michael Niedermayer 9cd0d94f59 avcodec/alsdec: Fix 2 integer overflows 6 years ago
Michael Niedermayer 240bf0e596 avcodec/apedec: Fix various integer overflows 6 years ago
Michael Niedermayer 0af08cb803 avcodec/apedec: Fix multiple integer overflows in predictor_update_filter() 6 years ago
Michael Niedermayer 54bd47f861 avcodec/flicvideo: Make line_packets int 6 years ago
Michael Niedermayer 5941b7f615 avcodec/dvbsubdec: Use ff_set_dimensions() 6 years ago
Michael Niedermayer 65bac4a782 avcodec/ffwavesynth: Check if there is enough extradata before allocation 6 years ago
Michael Niedermayer f4605770af avcodec/ffwavesynth: More correct cast in wavesynth_seek() 6 years ago
Michael Niedermayer c95857a423 avcodec/ffwavesynth: Check sample rate before use 6 years ago
James Almer 23599834bd avcodec/tak_parser: don't return error values 6 years ago
James Almer e460dcc832 avcodec/cbs_h265: add support for Alpha Channel Info SEI messages 6 years ago
Andreas Rheinhardt d4035ca849 cbs_h2645: Fix infinite loop in more_rbsp_data 6 years ago
Michael Niedermayer 1123331f59 avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv2 6 years ago
Michael Niedermayer 76af425159 avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv1 6 years ago
Michael Niedermayer 6ebbfb377f avcodec/agm: Fix overflow of signed shift 6 years ago
Michael Niedermayer 7d3581e6bb avcodec/h264_refs: Also check reference in ff_h264_build_ref_list() 6 years ago
Michael Niedermayer b789ebf681 avcodec/h264_cavlc: Fix integer overflows with motion vector residual addition 6 years ago
Michael Niedermayer c5f265bb24 avcodec/atrac9dec: Check conditions before apply_band_extension() to avoid out of array read in initialization of unused variables 6 years ago
Shiyou Yin 153c607525 avutil/mips: refactor msa load and store macros. 6 years ago
Michael Niedermayer 2d900d8fe0 avcodec/dnxhd_parser: Fix parser when input does not have nicely sized packets 6 years ago
Michael Niedermayer 827faa18cf avcodec/dnxhd_parser: Optimize insufficient buf size case 6 years ago
Michael Niedermayer 1707dbdf49 avcodec/dnxhd_parser: remove unneeded code 6 years ago
Michael Niedermayer 15008db0fa avcodec/parser: Check next index validity in ff_combine_frame() 6 years ago
Michael Niedermayer a7e02cf3ad avcodec/ivi: Ask for samples with odd tiles 6 years ago
James Almer 056865a1d6 avcodec: clarify the allocation requirements for intra_matrix and inter_matrix fields 6 years ago
James Almer 7cb4f8c962 avcodec: remove reference to AVPacket's destruct field 6 years ago
Michael Niedermayer 84669b1872 avcodec/iff: Add "else" to make code look prettier 6 years ago
Andreas Rheinhardt 3469cfab4a dump_extra: Don't add extradata if it already exists 6 years ago
Steve Lhomme 8788dd67b8 avcodec/h264_slice: set the SEI parameters early on the AVCodecContext 6 years ago
Steve Lhomme f2ad6238e4 avcodec/hevcdec: set the SEI parameters early on the AVCodecContext 6 years ago
Jernej Fijacko f86f213a6d avcodec/dvbsub: add support for Display Definition Segment to DVB Subtitle encoder 6 years ago
Michael Niedermayer 18c808ffbe avcodec/pngdec: Check that previous_picture has same w/h/format 6 years ago
Michael Niedermayer 9ffa32b81b avcodec/huffyuvdec: Check vertical subsampling in hymt 6 years ago
Michael Niedermayer 6aaa01afe4 avcodec/huffyuv: remove gray8a (the format is listed but not supported by the implementation) 6 years ago
Michael Niedermayer 1dbb67d39b avcodec/mpc8: Fixes invalid shift in mpc8_decode_frame() 6 years ago
Paul B Mahol 2601eef850 avcodec/magicyuv: add support for recently added YUV444P10 6 years ago
Steven Liu 092bd1e54f avcodec/videotoolboxenc: remove unused variable 6 years ago
James Zern b1febda061 avcodec/utils, avcodec_open2: close codec on failure 6 years ago
YunQiang Su 925e33b253 avcodec/mips/cabac: replace addi with addiu 6 years ago
Andreas Rheinhardt 5a481b15bd truehd_core: Switch to in-place modifications 6 years ago
Andreas Rheinhardt 836065b27a truehd_core: Use byte offsets instead of bit offsets 6 years ago
Andreas Rheinhardt 2275e70569 truehd_core: Miscellaneous improvements 6 years ago
Andreas Rheinhardt 610460a397 truehd_core: Return error in case of error 6 years ago
Andreas Rheinhardt cbe23e40ae truehd_core: Correct output size 6 years ago
Andreas Rheinhardt 99c191151a truehd_core: Disable 16-channel presentation 6 years ago