17070 Commits (ceb0dd9f1e76a2a2c903fa942e47e8164e0dbedf)

Author SHA1 Message Date
Justin Ruggles 6e8bf6db48 add bytestream2_tell() and bytestream2_seek() functions 13 years ago
Janne Grunau f907615f08 parsers: initialize MpegEncContext.slice_context_count to 1 13 years ago
James Zern 95afa0a573 libvpxenc: restore vp8flags for compatibility 13 years ago
Michael Niedermayer c88f0b728c tta: Fix regression of 24bit decoding. 13 years ago
Michael Niedermayer c4f237a981 Revert commit 599b4c6efd 13 years ago
Carl Eugen Hoyos e9a591d1f0 Fix compilation with --disable-everything --enable-demuxer=mov. 13 years ago
ami_stuff febf75f3d2 pam: Reject 64bpp rgba. 13 years ago
Carl Eugen Hoyos 09f25a9cb0 Allow decoding of uyvy422 CYUV with -vcodec rawvideo. 13 years ago
Carl Eugen Hoyos d185278c36 Support decoding of some unusual jpeg samples. 13 years ago
Janne Grunau 696ace50ea truemotion2: check size before GetBitContext initialisation 13 years ago
Janne Grunau bb5b3940b0 adpcm: ADPCM Electronic Arts has always two channels 13 years ago
Reimar Döffinger 4278023240 Check for overread in vqa video decoder. 13 years ago
Reimar Döffinger 1d0d63052b sipr: fall back to setting mode based on bit_rate. 13 years ago
Clément Bœsch 2aa7375a98 timecode: add avpriv_check_timecode_rate(). 13 years ago
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