17575 Commits (8c6ebab747ca8311b81ff4d0a7c17ef60b372f32)

Author SHA1 Message Date
Alex Converse b57d262412 mjpegbdec: Fix overflow in SOS. 13 years ago
Paul B Mahol 324e818093 8bps: K&R formatting cosmetics 13 years ago
Alex Converse a8ae00b68c qdm2: Check data block size for bytes to bits overflow. 13 years ago
Michael Niedermayer 22eef8d738 snowenc: dont crash with gray but exit with an error msg. 13 years ago
Michael Niedermayer 9decfc17bb h264_sei: Fix infinite loop. 13 years ago
Alex Converse 9adf25c1cf smacker: Sanity check huffman tables found in the headers. 13 years ago
Alex Converse 90c0c83e14 smacker: remove dead store 13 years ago
Alex Converse dac56d9ce0 qdm2: Check data block size for bytes to bits overflow. 13 years ago
Michael Niedermayer 7ed6b1a128 mpeg1videoenc: disable slice threads 13 years ago
Michael Niedermayer 70dba1e3c8 kvmc: Check palsize. 13 years ago
Michael Niedermayer 92115bb685 dpcm: Round output buffer size up. 13 years ago
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