33918 Commits (ba94e985a33d8e0feb545b09854e711a331c5343)

Author SHA1 Message Date
Michael Niedermayer 5063a18f56 avcodec/ffv1dec: update progress in case of broken pointer chains 9 years ago
Michael Niedermayer 4c2d4e8700 avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons 9 years ago
Agatha Hu 2b5dda3f48 avcodec/nvenc: fix b frame n_quant_offset 9 years ago
Paul B Mahol 8b11e43799 avcodec: add ADPCM PSX decoder 9 years ago
Hendrik Leppkes e12908d71e vp9: use AVFrame.buf[0] to check if a frame is valid 9 years ago
Michael Niedermayer c980c5e54d avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() too 9 years ago
wm4 17fe18d21a Revert "avcodec/h264: remove redundant and bogus get_format call" 9 years ago
wm4 be583c6fd3 avcodec/h264: remove redundant and bogus get_format call 9 years ago
Derek Buitenhuis 1a29804558 aac: Make codec init run under ff_thread_once 9 years ago
Vittorio Giovara 2d59159508 lavc: AV-prefix a few left out capabilities 9 years ago
Hendrik Leppkes 6e719dc6bb vp9: expose reference frames in VP9SharedContext 9 years ago
Ronald S. Bultje b95f241b6e vp9: split header into separate struct and expose in vp9.h 9 years ago
Christophe Gisquet 96b165fae2 dnxhd: interleave AC levels and flags 9 years ago
Derek Buitenhuis d15368ee39 h264: Run VLC init under pthread_once 9 years ago
Luca Barbato 08377f9c3b dxva: Include last the internal header 9 years ago
wm4 6a23a34274 mimic: drop AVPicture usage 9 years ago
Vittorio Giovara 6fdd4c678a libschroedinger: Properly use AVFrame API 9 years ago
Vittorio Giovara 901f9c0a32 qtrle: Properly use AVFrame API 9 years ago
James Almer 74a87ae210 x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2 9 years ago
Christophe Gisquet 234369d0fd dnxhdenc: fix access outside of image 9 years ago
Christophe Gisquet 74c414202f x86: simple_idct10_template: use const 9 years ago
Nedeljko Babic de262d018d avcodec/mips/aaccoder_mips: Sync with the generic code 9 years ago
Ronald S. Bultje e578638382 vp9: use registers for constant loading where possible. 9 years ago
Ronald S. Bultje 408bb8556f vp9: refactor itx coefficients and share between 8 and 10/12bpp. 9 years ago
Ronald S. Bultje eb4b5ff738 vp9: add itxfm_add eob shortcuts to 10/12bpp functions. 9 years ago
Ronald S. Bultje 488fadebbc vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version. 9 years ago
Ronald S. Bultje 3d0ca2fe89 vp9: 10/12bpp sse2 SIMD for iadst16. 9 years ago
Ronald S. Bultje 0e80265b0a vp9: refactor 10/12bpp dc-only code in 4x4/8x8 and add to 16x16. 9 years ago
Ronald S. Bultje 1338fb79d4 vp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16. 9 years ago
Ronald S. Bultje cb054d061a vp9: add 10/12bpp sse2 SIMD versions of iadst8x8. 9 years ago
Ronald S. Bultje e0610787b2 vp9: add 10/12bpp sse2 SIMD for idct_idct_8x8. 9 years ago
Ronald S. Bultje a35f6bdb38 vp9: add 12bpp sse2 versions of iadst4. 9 years ago
Ronald S. Bultje 235e76aeb8 vp9: initial attempt at a idct_idct_4x4 12bpp x86 simd (sse2) impl. 9 years ago
Ronald S. Bultje f76423d097 vp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions. 9 years ago
Ronald S. Bultje 6b579cf547 vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4. 9 years ago
Ronald S. Bultje 1c3be32533 vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function. 9 years ago
Christophe Gisquet b6594a9605 x86: dct-test: add more idcts 9 years ago
Michael Niedermayer a745d1a9e4 avcodec/dct-test: Print failure notice below the failed *dct 9 years ago
Christophe Gisquet 7ece8b50b1 x86: simple_idct: 12bits versions 9 years ago
Derek Buitenhuis 17e41cf361 avcodec: Do not lock during init if there is no init function 9 years ago
Christophe Gisquet 4369b9dc7b x86: simple_idct(_put): 10bits versions 9 years ago
Christophe Gisquet e652f69b35 x86: simple_idct10_template: fix overflow in pass 9 years ago
Christophe Gisquet 2fd14dd8eb avcodec/simple_idct10: improve precision 9 years ago
Christophe Gisquet e9a68b0316 x86: prores: templatize 10 bits simple_idct 9 years ago
Rostislav Pehlivanov 93e6b23c9f aacenc: shorten name of ff_aac_adjust_common_prediction 9 years ago
Rostislav Pehlivanov 65f5b96dd8 aacenc: increase size of s->planar_samples[] from 6 to 8 9 years ago
Christophe Gisquet 9f3bfe30dd mpegvideo: dnxhdenc: permute 10bits content 9 years ago
Michael Niedermayer 97437bd17a avcodec/mips/aaccoder_mips: Disable ff_aac_coder_init_mips() to prevent build failure 9 years ago
Ricardo Constantino 53886d6955 avcodec/webvttdec: Deal with WebVTT escapes 9 years ago
Derek Buitenhuis 1156b634c1 avcodec: Don't lock on init for codecs without an init function 9 years ago