43900 Commits (d6912294d39b5d15cba0236e06e5a3710e57a1a0)

Author SHA1 Message Date
Zane van Iperen d6912294d3
avcodec/adpcm_ima_amv: restrict to 1 channel 4 years ago
OvchinnikovDmitrii 2fb764e1f3 lavc/amfenc: Add hardware config metadata 4 years ago
Mark Thompson cd322794ee lavc: Mark hw_config pointer arrays as const 4 years ago
Zane van Iperen 406879f49c
avcodec/adpcm_ima_swf: fix frame size to 4096 4 years ago
Zane van Iperen 45d45c8ec5
Revert "avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once" 4 years ago
Andreas Rheinhardt 0302728c9e avcodec/truemotion2: Allocate buffers together 4 years ago
Andreas Rheinhardt fa1d105a6c avcodec/truemotion2: Cleanup generically on init failure 4 years ago
Andreas Rheinhardt 52cd5508cc avcodec/truemotion2: Remove redundant initializations 4 years ago
Andreas Rheinhardt 9eb22ca804 avcodec/truemotion2: Replace av_free() by av_freep() in AVCodec.close 4 years ago
Andreas Rheinhardt 992adc8aaf avcodec/sonic: Don't allocate a temporary buffer for every frame 4 years ago
Andreas Rheinhardt 4b4c7d6e1a avcodec/mss4: Fix memleaks upon allocation error 4 years ago
Andreas Rheinhardt 63f5f01226 avcodec/sonic: Don't hardcode sizeof(int) == 4 4 years ago
Andreas Rheinhardt cba55c3353 avcodec/sonic: Allocate several buffers together 4 years ago
Mark Thompson 755203c2d2 vaapi_encode_mpeg2: Fix setting colour properties 4 years ago
Mark Thompson 486817e1ae vaapi_encode_h265: Fix setting colour properties 4 years ago
Mark Thompson 9faf4dcf23 vaapi_encode_h264: Fix setting colour properties 4 years ago
Andreas Rheinhardt 1c430f6045 avcodec/mpc8: Unobfuscate sign-extension 4 years ago
Andreas Rheinhardt 33fbc90735 avcodec/mimic: Inline constants 4 years ago
Andreas Rheinhardt 7781aa85bc avcodec/tscc2: Don't check for errors for complete VLCs 4 years ago
Zane van Iperen 2433b62f79
avcodec/utils: add adpcm_ima_alp to av_get_exact_bits_per_sample() 4 years ago
Michael Niedermayer bbba41704b avcodec/magicyuv: Free previous VLC table 4 years ago
Fei Wang 3308bbf776 avcodec: add av1 VAAPI decoder 4 years ago
Timo Rothenpieler 45e3131c44 avcodec/nvenc: fix build with older SDKs 4 years ago
Timo Rothenpieler 91b8e00538 avcodec/nvenc: only enforce explicitly set twopass mode 4 years ago
Timo Rothenpieler d5b0a8e503 avcodec/nvenc: only auto-pick vbr rc in cq mode 4 years ago
Timo Rothenpieler bb6edf618a avcodec/nvenc: all presets are SDK10 presets now 4 years ago
Michael Niedermayer ec7e0d4288 avcodec/utils: Check sample rate before use for AV_CODEC_ID_BINKAUDIO_DCT in get_audio_frame_duration() 4 years ago
Andreas Rheinhardt 9b45c6d74b avcodec/vp3: Don't check for errors for complete VLC 4 years ago
Andreas Rheinhardt c72a29df6b avcodec/cllc: Don't unnecessarily free VLC 4 years ago
Andreas Rheinhardt 1d658e65ab avcodec/clearvideo: Don't check for errors for complete VLC 4 years ago
James Almer 37d742b607 avcodec/codec2utils: move the remaining avpriv functions to lavf 4 years ago
James Almer 7f76974e7d libavcodec/codec2utils: remove codec2_version_from_extradata() 4 years ago
James Almer 3916af4d95 avcodec/codec2utils: remove avpriv prefix from inline functions 4 years ago
James Almer fec1b4738f avcodec/av1dec: fix loading PrevGmParams for frames with primary_ref_frame none 4 years ago
James Almer 7dac8ddb20 avcodec/av1dec: don't derive loop filter delta parameters 4 years ago
James Almer 5ed9f8c66c avcodec/cbs_av1: infer segmentation parameters from reference frames 4 years ago
James Almer 5d1238f77f avcodec/cbs_av1: infer loop filter delta parameters from reference frames 4 years ago
Anton Khirnov 0438521888 lavc: un-avpriv avpriv_bprint_to_extradata() 4 years ago
Anton Khirnov dc1099442e put_bits: make avpriv_copy_bits() lavc-local 4 years ago
Anton Khirnov 944ba30db0 put_bits: make avpriv_put_string() lavc-local 4 years ago
Anton Khirnov 717503f716 put_bits: make avpriv_align_put_bits() inline 4 years ago
Andreas Rheinhardt 81d4b8fb3c avcodec/bitstream: Stop allocating one VLCcode more than needed 4 years ago
Andreas Rheinhardt e75b6ec43b avcodec/bitstream: Check code length before truncating to uint8_t 4 years ago
Xu Guangxin e5be4c5a88 avcodec/hevcdec: constrained intra predict, do not check top left IS_INTRA if it's not available 4 years ago
Andreas Rheinhardt 8b1bb4f38e avcodec/webp: Replace never-true check by assert 4 years ago
Andreas Rheinhardt 548f1a3fa4 avcodec/webp: Return directly when creating Huff table fails 4 years ago
Andreas Rheinhardt d4cce1514e avcodec/webp: Use uint8_t for code lengths 4 years ago
Andreas Rheinhardt df6ec7f83b avcodec/bitstream: Consistently treat symbol as VLC_TYPE 4 years ago
Andreas Rheinhardt 0da310d7be avcodec/mpeg4videodec: Don't check for errors for complete VLCs 4 years ago
Andreas Rheinhardt 5f8de7b741 avcodec/atrac3plus: Perform reusing of VLCs during init 4 years ago