37015 Commits (4279613a2652cdf2bee564f4b7244567e5ba91ba)

Author SHA1 Message Date
Michael Niedermayer 4279613a26 avcodec/pngdec: Check bit depth for validity 8 years ago
Michael Niedermayer 706757d26d avcodec/mpeg12dec: Fix runtime error: left shift of negative value 8 years ago
James Almer b921b3b42b avcodec/huffyuvencdsp: use an actual unsigned long constant 8 years ago
James Almer 21d25da180 avcodec/huffyuvdsp: use an actual unsigned long constant 8 years ago
Michael Niedermayer 12eebb845a avcodec/wavpacl: Fix runtime error: left shift of negative value -1 8 years ago
Michael Niedermayer 3e1028c625 avcodec/flac: Fix several integer overflows 8 years ago
Michael Niedermayer e8d4eacc07 Factor CHECKED out of DEBUG so it can be set seperatly 8 years ago
Michael Niedermayer 2ac6eedac5 avcodec/pngdec: Store metadata directly into AVFrame 8 years ago
Michael Niedermayer 3f28caf720 avcodec/mpeg12dec: Provide debug level log on skiped P/B frames 8 years ago
James Darnley 5336887867 avcodec/h264: sse2, avx h luma mbaff deblock/loop filter 8 years ago
James Darnley e18bc2114f avcodec/h264: add named parameters to x86 function 8 years ago
James Darnley 9d815b7424 avcodec/x86: deduplicate PASS8ROWS macro 8 years ago
Miroslav Slugeň 2a2f6b2887 avcodec/cuvid: add drop_second_field as input option 8 years ago
Miroslav Slugeň 4cb8872eb7 avcodec/cuvid: don't overwrite deinterlace at progressive input 8 years ago
Rostislav Pehlivanov b71f62a9c8 opusenc: initialize the emphasis coefficients on init 8 years ago
Michael Niedermayer 04e611474b avcodec/opus: Check count of ambisonic channels 8 years ago
Felicia fcf3e06fe4 libopus: decode ambisonics with non-diegetic sources 8 years ago
Paul B Mahol 1a71df9bac avcodec/fmvc: fix decoding of odd size videos 8 years ago
Carl Eugen Hoyos 1d54be2153 lavc/avpacket: Initialize a variable in error path. 8 years ago
Andreas Cadhalpun 9ccc6cecd2 wmaprodec: fix leaking fdsp on init failure 8 years ago
Andreas Cadhalpun 783b350b2e mpegaudiodec_template: fix leaking fdsp for mp3on4float 8 years ago
Mark Thompson a1e83a2f90 vaapi_vp8: Use VP8_MAX_QUANT instead of magic number 8 years ago
Michael Niedermayer 1fa8884aeb avcodec/opusenc: Add () protecting macro arguments 8 years ago
Michael Niedermayer 8365c1a15c avcodec/error_resilience: Fix "assignment from incompatible pointer type" warning 8 years ago
Pavel Koshevoy e3f1b99334 lavc/vda_h264_dec.c Fix NULL pointer dereference 8 years ago
Rostislav Pehlivanov 3fc86f0d69 opusenc: fix coarse energy quantization with 2 bits left 8 years ago
Rostislav Pehlivanov 1b90e2414d opus_pvq: fix uninitialized variable usage 8 years ago
Paul B Mahol ee4aa388b2 adpcm: fix clipping for yamaha 8 years ago
Michael Niedermayer 6a37abc59a avcodec/h264_sei: Check actual presence of SEI picture timing instead of implying it 8 years ago
Michael Niedermayer db3507a670 avcodec/hevc_parser: export framerate, remove one dependency on the decoder 8 years ago
Timo Rothenpieler b6f4f0b14b avcodec/cuvid: add format mismatch debug logs 8 years ago
Timo Rothenpieler ce79410bba avcodec/cuvid: set width and height before calling get_format 8 years ago
Timo Rothenpieler b7d480f431 avcodec/cuvid: update hw_frames_ctx reference after get_format call 8 years ago
Timo Rothenpieler be74ba648c avcodec/nvenc: push cuda context before encoding a frame 8 years ago
Rostislav Pehlivanov 5f47c85e5c opus: add a native Opus encoder 8 years ago
Rostislav Pehlivanov 07b78340dd opus_celt: rename structures to better names and reorganize them 8 years ago
Rostislav Pehlivanov e538108c21 opus_celt: move quantization and band decoding to opus_pvq.c 8 years ago
Rostislav Pehlivanov d2119f624d imdct15: rename to mdct15 and add a forward transform 8 years ago
Rostislav Pehlivanov 373ee2c618 opus_rc: add entropy encoding functions 8 years ago
Mark Thompson c1a5fca06f lavc: Add device context field to AVCodecContext 8 years ago
Alex Converse 1fce67d640 aac_latm: Align inband PCE to the start of the payload 8 years ago
Alex Converse 3bb24fc344 aacsbr: Associate SBR data with AAC elements on init 8 years ago
Alex Converse 20ea8bf939 aac_latm: Copy whole AudioSpecificConfig when it is sized. 8 years ago
Alex Converse 3f1a38c919 aac_latm: Allow unaligned AudioSpecificConfig 8 years ago
Timo Rothenpieler 8a3fea14ae avcodec/nvenc: set frame buffer format for mapped frames 8 years ago
Josh de Kock 2dafbae994
lavc/libzvbi: remove deprecated API usage 8 years ago
Paul B Mahol 5979fb0b1e avcodec/iff: support for byterun1 ACBM compression 8 years ago
Paul B Mahol 8259f8a720 avcodec: add FM Screen Capture Codec decoder 8 years ago
Paul B Mahol 5781c983d8 avcodec/flicvideo: add support for 24bit flic files 8 years ago
Paul B Mahol 54b5cc035a avcodec/flicvideo: fix some indentation issues 8 years ago