summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-066-19/+44
|\ \ | |/
| * truemotion2: check size before GetBitContext initialisationJanne Grunau2012-01-051-0/+6
| * adpcm: ADPCM Electronic Arts has always two channelsJanne Grunau2012-01-051-1/+5
| * 4xm: Prevent buffer overreads.Aneesh Dogra2012-01-051-3/+11
| * mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scanJanne Grunau2012-01-051-8/+16
| * vp3: fix streams with non-zero last coefficientJanne Grunau2012-01-051-0/+2
| * Report an error if pitch_lag is zero in AMR-NB decoder.Oana Stratulat2012-01-041-0/+4
| * Revert "4xm: Prevent buffer overreads."Ronald S. Bultje2012-01-041-11/+3
| * 4xm: Prevent buffer overreads.Aneesh Dogra2012-01-041-3/+11
| * 4xm: pass the correct remaining buffer size to decode_i2_frame().Aneesh Dogra2012-01-041-1/+1
| * 4xm: fix calculation of the next output line position in decode_i2_frame().Aneesh Dogra2012-01-041-1/+1
* | libvpxenc: restore vp8flags for compatibilityJames Zern2012-01-061-1/+13
* | tta: Fix regression of 24bit decoding.Michael Niedermayer2012-01-061-5/+1
* | Revert commit 599b4c6efddaed33b1667c386b34b07729ba732bMichael Niedermayer2012-01-062-33/+43
* | Fix compilation with --disable-everything --enable-demuxer=mov.Carl Eugen Hoyos2012-01-061-1/+1
* | pam: Reject 64bpp rgba.ami_stuff2012-01-061-1/+6
* | Allow decoding of uyvy422 CYUV with -vcodec rawvideo.Carl Eugen Hoyos2012-01-062-0/+2
* | Support decoding of some unusual jpeg samples.Carl Eugen Hoyos2012-01-062-13/+41
* | Check for overread in vqa video decoder.Reimar Döffinger2012-01-051-4/+9
* | sipr: fall back to setting mode based on bit_rate.Reimar Döffinger2012-01-051-1/+4
* | timecode: add avpriv_check_timecode_rate().Clément Bœsch2012-01-053-3/+10
* | Support 48bpp pam decoding.ami_stuff2012-01-051-3/+1
* | Support 16bpp grayscale pam decoding.ami_stuff2012-01-051-2/+5
* | libvpxenc: Remove duplicate AVOption constants.Michael Niedermayer2012-01-051-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-0517-352/+190
|\ \ | |/
| * ulti: convert to new bytestream API.Ronald S. Bultje2012-01-042-40/+38
| * Place some START_TIMER invocations in separate blocks.Diego Biurrun2012-01-041-2/+2
| * vc1dec: fix invalid memory access for small video dimensionsJohn Brooks2012-01-041-1/+5
| * rv34: fix invalid memory access for small video dimensionsJohn Brooks2012-01-041-2/+3
| * rv34: joint coefficient decoding and dequantizationChristophe GISQUET2012-01-046-90/+44
| * h264: return index in buffer on end-of-sequence.Ronald S. Bultje2012-01-031-2/+2
| * Merge some declarations and initializations.Diego Biurrun2012-01-042-9/+5
| * cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun2012-01-042-73/+0
| * cabac: drop unused STRICT_LIMITS code branchDiego Biurrun2012-01-042-19/+0
| * libspeexenc: fix pts calculations for more than 1 frame per packetJustin Ruggles2012-01-031-5/+7
| * adxdec: clear eof flag and channel states when seekingJustin Ruggles2012-01-031-0/+8
| * adxenc: check output buffer size before writingJustin Ruggles2012-01-031-2/+14
| * adxenc: use bytestream functions for header writing.Justin Ruggles2012-01-031-11/+20
| * adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macrosJustin Ruggles2012-01-031-5/+5
| * adxenc: use a loop to encode each channelJustin Ruggles2012-01-031-7/+4
| * adxenc: remove unneeded loopsJustin Ruggles2012-01-031-9/+0
| * adxenc: avoid stereo deinterleavingJustin Ruggles2012-01-031-15/+7
| * adxenc: remove unnecessary setting of coded_frame->key_frame.Justin Ruggles2012-01-031-1/+0
| * adxenc: log an error message and return AVERROR(EINVAL) for invalid channelsJustin Ruggles2012-01-031-2/+4
| * adxenc: cosmetics: pretty-printingJustin Ruggles2012-01-031-41/+46
| * adxenc: change some data typesJustin Ruggles2012-01-031-6/+6
| * adxenc: remove unneeded log messageJustin Ruggles2012-01-031-2/+0
| * adxenc: remove unneeded commentsJustin Ruggles2012-01-031-38/+2
* | vorbis: make sure ch is non zero before calling vorbis_residue_decodeMichael Niedermayer2012-01-041-3/+5
* | vorbis: An additional defense in the Vorbis codec.Chris Evans2012-01-041-10/+25