17110 Commits (05577aafaa75e255a140cd8454fd7c8cffa67965)

Author SHA1 Message Date
ami_stuff a44b63f6c8 Support 48bpp pam decoding. 13 years ago
ami_stuff 871e2f4fac Support 16bpp grayscale pam decoding. 13 years ago
Michael Niedermayer 02026d08a9 libvpxenc: Remove duplicate AVOption constants. 13 years ago
Aneesh Dogra 9b55b4bb3a 4xm: Prevent buffer overreads. 13 years ago
Janne Grunau e268a352af mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scan 13 years ago
Janne Grunau 9b4767e478 vp3: fix streams with non-zero last coefficient 13 years ago
Oana Stratulat 7f09791d28 Report an error if pitch_lag is zero in AMR-NB decoder. 13 years ago
Ronald S. Bultje 3fa646e859 Revert "4xm: Prevent buffer overreads." 13 years ago
Aneesh Dogra 295a7c0238 4xm: Prevent buffer overreads. 13 years ago
Aneesh Dogra 4b84f68223 4xm: pass the correct remaining buffer size to decode_i2_frame(). 13 years ago
Aneesh Dogra 893f137679 4xm: fix calculation of the next output line position in decode_i2_frame(). 13 years ago
Michael Niedermayer ff7f198d7f vorbis: make sure ch is non zero before calling vorbis_residue_decode 13 years ago
Chris Evans f74ce3a60d vorbis: An additional defense in the Vorbis codec. 13 years ago
Chris Evans 68226ed9ec vorbis: Fix decoder bug. 13 years ago
Michael Niedermayer 405e99bdfd vorbisdec: Make sure blocksize is not set to an invalid value. 13 years ago
Michael Niedermayer 6fcf2bb8af vorbis: Fix last quarter of CVE-2011-3893 13 years ago
Chris Evans 7149fce2ca ogg: Avoid the possibility to read out-of-bounds of a static global array in Vorbis 13 years ago
Philippe Saint-Pierre f0f2babca2 Fix possible infinite loop decoding als. 13 years ago
Ronald S. Bultje 89d26797f5 ulti: convert to new bytestream API. 13 years ago
Carl Eugen Hoyos 84ce58faf5 Replace deprecated FF_I_TYPE with AV_PICTURE_TYPE_I in v308 and yuv4. 13 years ago
Carl Eugen Hoyos 17edc370b2 yuv4 libquicktime packed 4:2:0 encoder and decoder. 13 years ago
Carl Eugen Hoyos 2754514787 v308 Quicktim Uncompressed 4:4:4 encoder and decoder. 13 years ago
Carl Eugen Hoyos 64e4f4836a Add decoder for Avid 1:1 10-bit RGB Packer (AVrp). 13 years ago
Diego Biurrun 00a1cdd264 Place some START_TIMER invocations in separate blocks. 13 years ago
John Brooks d209c27b09 vc1dec: fix invalid memory access for small video dimensions 13 years ago
John Brooks aacf6b3a2f rv34: fix invalid memory access for small video dimensions 13 years ago
Christophe GISQUET 98f24ecd6c rv34: joint coefficient decoding and dequantization 13 years ago
Michael Niedermayer 15b219fae9 jpegdec: Fix vlc table check for progressive jpegs. 13 years ago
Ronald S. Bultje 400ba1d735 h264: return index in buffer on end-of-sequence. 13 years ago
Diego Biurrun 54e68fb3b8 Merge some declarations and initializations. 13 years ago
Diego Biurrun 9dec55748c cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions 13 years ago
Diego Biurrun e451c26c5f cabac: drop unused STRICT_LIMITS code branch 13 years ago
Justin Ruggles 9785082c15 libspeexenc: fix pts calculations for more than 1 frame per packet 13 years ago
Justin Ruggles 730280f90d adxdec: clear eof flag and channel states when seeking 13 years ago
Justin Ruggles 754ebd1a5b adxenc: check output buffer size before writing 13 years ago
Justin Ruggles 1fb47728cd adxenc: use bytestream functions for header writing. 13 years ago
Justin Ruggles 656e606cae adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macros 13 years ago
Justin Ruggles f1be41c63d adxenc: use a loop to encode each channel 13 years ago
Justin Ruggles 6c117bd8e0 adxenc: remove unneeded loops 13 years ago
Justin Ruggles 613668210b adxenc: avoid stereo deinterleaving 13 years ago
Justin Ruggles 6b77f07074 adxenc: remove unnecessary setting of coded_frame->key_frame. 13 years ago
Justin Ruggles cc40c056d0 adxenc: log an error message and return AVERROR(EINVAL) for invalid channels 13 years ago
Justin Ruggles a85ab8ad45 adxenc: cosmetics: pretty-printing 13 years ago
Justin Ruggles 25edfc88e3 adxenc: change some data types 13 years ago
Justin Ruggles c98c6e18d8 adxenc: remove unneeded log message 13 years ago
Justin Ruggles e3d4f59f95 adxenc: remove unneeded comments 13 years ago
Michael Niedermayer 6429269096 wmall: remove ;; 13 years ago
Carl Eugen Hoyos 001567c767 Set bits_per_coded_sample when encoding Y41P. 13 years ago
Michael Niedermayer b024209b1f adx_parser: rewrite. 13 years ago
Justin Ruggles 6fd075f180 adxdec: Validate channel count to fix a division by zero. 13 years ago