summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
| * interplayvideo: Handle changed video dimensions on the flyPaul B Mahol2012-01-071-4/+4
| * libavcodec: Handle param change side data in avcodec_decode_video2, tooMartin Storsjö2012-01-071-0/+2
| * libavcodec: Move apply_param_change up above avcodec_decode_video2Martin Storsjö2012-01-071-41/+41
| * indeo3: check motion vectors for validityJanne Grunau2012-01-071-4/+18
| * indeo5: Fix null pointer dereference.Michael Niedermayer2012-01-071-0/+3
* | g723_1: Fix "libavcodec/g723_1.c:988:8: warning: assignment from incompatible...Michael Niedermayer2012-01-081-1/+1
* | dca: Fix uninitialized variable warnings.Michael Niedermayer2012-01-081-2/+2
* | jpegdec: support ilv=1 grayscale jpeg-ls.Michael Niedermayer2012-01-081-3/+4
* | ljpegdec: support non zero MCU for RGB. 2nd tryMichael Niedermayer2012-01-081-2/+12
* | Cosmetics: Fix indentation.Carl Eugen Hoyos2012-01-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-078-127/+144
|\ \ | |/
| * flicvideo: fix invalid readsLaurentiu Ion2012-01-061-89/+77
| * vorbis: Avoid some out-of-bounds readsChris Evans2012-01-061-7/+8
| * cabac: remove unused function renorm_cabac_decoderDiego Biurrun2012-01-061-9/+0
| * h264: Only use symbols from the SVQ3 decoder under proper conditionals.Diego Biurrun2012-01-061-4/+4
| * add bytestream2_tell() and bytestream2_seek() functionsJustin Ruggles2012-01-051-1/+30
| * parsers: initialize MpegEncContext.slice_context_count to 1Janne Grunau2012-01-063-0/+10
* | ljpeg: Fix bits != 8 or 16 supportMichael Niedermayer2012-01-071-0/+4
* | ljpeg: Add predictor=0 support.Michael Niedermayer2012-01-071-0/+1
* | timecode: more tolerant frame rate check for drop flag.Clément Bœsch2012-01-061-1/+1
* | 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
OpenPOWER on IntegriCloud