18357 Commits (487996f64abdc1673ecddc516ac46cdb83d26b8f)

Author SHA1 Message Date
Michael Niedermayer ddf0c1d86a diracdec: Check num_refs. 13 years ago
Michael Niedermayer e2291ea153 diracdec: Check dirac_unpack_idwt_params parameters before storing them. 13 years ago
Hendrik Leppkes feaa40020b vc1: always read the bfraction element for interlaced fields 13 years ago
Michael Niedermayer 46095f427e mp3dec: Check for memcpy size to be positive. 13 years ago
Thierry Foucu 10e9d1f76b Fix a heap-buffer-overflow 13 years ago
Michael Niedermayer 01e5e97026 mjpegbdec: Fix incorrect bitstream buffer size. 13 years ago
Paul B Mahol dd453f197c r210, r10k and avrp encoder 13 years ago
Michael Niedermayer 807a045ab7 kgv1dec: Increase offsets array size so it is large enough. 13 years ago
Michael Niedermayer 1285baaab5 smackerdec: Check that the last indexes are within the table. 13 years ago
Alex Converse d78bb1a4b2 wma: Clip WMA1 and WMA2 frame length to 11 bits. 13 years ago
Michael Niedermayer 247d30a7db vp3: Copy all 3 frames for thread updates. 13 years ago
Hendrik Leppkes 6071644287 indeo3: fix motion vector validation 13 years ago
Janne Grunau c3e10ae412 rv20: prevent calling ff_h263_decode_mba() with unset height/width 13 years ago
Diego Biurrun 07a873a277 build: Automatically include architecture-specific library Makefile snippets. 13 years ago
Janne Grunau 366ac22ea5 indeo5: prevent null pointer dereference on broken files 13 years ago
Diego Biurrun 33ad8c3cab cosmetics: Remove some unnecessary block braces. 13 years ago
Ronald S. Bultje c3af52fa8b dsputil: use vertical component for drawing bottom edge. 13 years ago
Michael Niedermayer 59e95fa4a8 h263dec: Disallow width/height changing with frame threads. 13 years ago
Carl Eugen Hoyos 7988dd1b9a Fix multi-channel encoding with libfaac. 13 years ago
Alex Converse efe68076da aacenc: Fix identification padding when the bitstream is already aligned. 13 years ago
Michael Niedermayer cdfe94c5ab aacenc: Write correct length for long identification strings. 13 years ago
Michael Niedermayer c77be3a35a error concealment: initialize block index. 13 years ago
Justin Ruggles 02e7dbf5ad adpcm_ima_ws: fix stereo decoding 13 years ago
Justin Ruggles 220506d23f avcodec: add a new codec_id for CRYO APC IMA ADPCM. 13 years ago
Anton Khirnov 1381e9bc92 lavc: postpone the removal of AVCodecContext.request_channels. 13 years ago
Anton Khirnov af0292f33a lavc: postpone removing old audio encoding and decoding API 13 years ago
Michael Niedermayer beb19a0444 h264: Disallow w/h/pixfmt changes for frame threads. 13 years ago
Michael Niedermayer b2be1dabb1 mpegvideo: Draw edges based on the pictures linesize instead of the contexts. 13 years ago
Michael Niedermayer b955d4072e Revert "Fix multi-channel AAC encoding." 13 years ago
Janne Grunau 1d3a9e63e0 rv10: verify slice offsets against buffer size 13 years ago
Nathan Caldwell 9292fe4a1d aacenc: Simplify windowing 13 years ago
Nathan Caldwell 7946a5acfb aacenc: Move saved overlap samples to the beginning of the same buffer as incoming samples. 13 years ago
Nathan Caldwell 9b8e2a8709 aacenc: Deinterleave input samples before processing. 13 years ago
Nathan Caldwell 04af2efaae aacenc: Store channel count in AACEncContext. 13 years ago
Nathan Caldwell 80d44277e6 aacenc: Move Q^3/4 calculation to it's own table 13 years ago
Nathan Caldwell 025ccf1f8b aacenc: Request normalized float samples instead of converting s16 samples to float. 13 years ago
Nathan Caldwell 6381f913d1 aacpsy: Replace an if with FFMAX in LAME windowing. 13 years ago
Nathan Caldwell 207bf44d16 aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make it more clear what is being calculated. 13 years ago
Nathan Caldwell 843cd4a3ed aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisons 13 years ago
Nathan Caldwell 5310704190 aacenc: cosmetics: move init() and end() to the bottom of the file. 13 years ago
Nathan Caldwell 17ae608127 aacenc: aac_encode_init() cleanup 13 years ago
David Mitchell d150a147da Improve support for PGS subtitles. 13 years ago
Michael Niedermayer cf7c7f13cd pthreads: Generic progress lubrication support. 13 years ago
Michael Niedermayer 575d494de5 pthreads: reset got_frames on flush. 13 years ago
Paul B Mahol 27ed027bcd XWD encoder and decoder 13 years ago
Hendrik Leppkes 7662a532fb vc1: don't read the interpfrm and bfraction elements for interlaced frames 13 years ago
Philip Langdale 9bf9c314a0 CrystalHD: Back up extradata to allow decoder reinit to work. 13 years ago
Philip Langdale eaf4bf6df2 CrystalHD: Initialise variables to silence valgrind. 13 years ago
Michael Niedermayer 199d4478de pthread: Change a signal to a broadcast as multiple threads 13 years ago
Carl Eugen Hoyos 66b9d7065a pam: Fix a typo that broke writing and reading PAM files. 13 years ago