| Commit message (Expand) | Author | Age | Files | Lines |
* | utvideo: frame multithreading. | Aneesh Dogra | 2012-01-08 | 1 | -4/+7 |
* | vorbis: An additional defense in the Vorbis codec. | Chris Evans | 2012-01-08 | 1 | -10/+27 |
* | vorbisdec: Fix decoding bug with channel handling | Reinhard Tartler | 2012-01-07 | 1 | -1/+7 |
* | cabac: Move code only used within the CABAC test program into the test program. | Diego Biurrun | 2012-01-07 | 2 | -25/+25 |
* | vp56: Drop unnecessary cabac.h #include. | Diego Biurrun | 2012-01-07 | 1 | -1/+0 |
* | h264-test: Initialize AVCodecContext.av_class. | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 16 | -43/+42 |
* | avcodec: attempt to clarify the CODEC_CAP_DELAY documentation | Justin Ruggles | 2012-01-07 | 1 | -3/+15 |
* | avcodec: fix avcodec_encode_audio() documentation. | Justin Ruggles | 2012-01-07 | 1 | -5/+8 |
* | g722enc: validate AVCodecContext.trellis | Justin Ruggles | 2012-01-07 | 1 | -0/+16 |
* | g722enc: set frame_size, and also handle an odd number of input samples | Justin Ruggles | 2012-01-07 | 1 | -2/+36 |
* | g722enc: split encoding into separate functions for trellis vs. no trellis | Justin Ruggles | 2012-01-07 | 1 | -20/+33 |
* | mpegaudiodec: Use clearer pointer math | Vitor Sessak | 2012-01-07 | 1 | -1/+1 |
* | tta: fix 24-bit decoding. | Justin Ruggles | 2012-01-07 | 1 | -1/+1 |
* | interplayvideo: Handle changed video dimensions on the fly | Paul B Mahol | 2012-01-07 | 1 | -4/+4 |
* | libavcodec: Handle param change side data in avcodec_decode_video2, too | Martin Storsjö | 2012-01-07 | 1 | -0/+2 |
* | libavcodec: Move apply_param_change up above avcodec_decode_video2 | Martin Storsjö | 2012-01-07 | 1 | -41/+41 |
* | indeo3: check motion vectors for validity | Janne Grunau | 2012-01-07 | 1 | -4/+18 |
* | indeo5: Fix null pointer dereference. | Michael Niedermayer | 2012-01-07 | 1 | -0/+3 |
* | flicvideo: fix invalid reads | Laurentiu Ion | 2012-01-06 | 1 | -89/+77 |
* | vorbis: Avoid some out-of-bounds reads | Chris Evans | 2012-01-06 | 1 | -7/+8 |
* | cabac: remove unused function renorm_cabac_decoder | Diego Biurrun | 2012-01-06 | 1 | -9/+0 |
* | h264: Only use symbols from the SVQ3 decoder under proper conditionals. | Diego Biurrun | 2012-01-06 | 1 | -4/+4 |
* | add bytestream2_tell() and bytestream2_seek() functions | Justin Ruggles | 2012-01-05 | 1 | -1/+30 |
* | parsers: initialize MpegEncContext.slice_context_count to 1 | Janne Grunau | 2012-01-06 | 3 | -0/+10 |
* | truemotion2: check size before GetBitContext initialisation | Janne Grunau | 2012-01-05 | 1 | -0/+6 |
* | adpcm: ADPCM Electronic Arts has always two channels | Janne Grunau | 2012-01-05 | 1 | -1/+5 |
* | 4xm: Prevent buffer overreads. | Aneesh Dogra | 2012-01-05 | 1 | -3/+11 |
* | mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scan | Janne Grunau | 2012-01-05 | 1 | -8/+16 |
* | vp3: fix streams with non-zero last coefficient | Janne Grunau | 2012-01-05 | 1 | -0/+2 |
* | Report an error if pitch_lag is zero in AMR-NB decoder. | Oana Stratulat | 2012-01-04 | 1 | -0/+4 |
* | Revert "4xm: Prevent buffer overreads." | Ronald S. Bultje | 2012-01-04 | 1 | -11/+3 |
* | 4xm: Prevent buffer overreads. | Aneesh Dogra | 2012-01-04 | 1 | -3/+11 |
* | 4xm: pass the correct remaining buffer size to decode_i2_frame(). | Aneesh Dogra | 2012-01-04 | 1 | -1/+1 |
* | 4xm: fix calculation of the next output line position in decode_i2_frame(). | Aneesh Dogra | 2012-01-04 | 1 | -1/+1 |
* | ulti: convert to new bytestream API. | Ronald S. Bultje | 2012-01-04 | 2 | -40/+38 |
* | Place some START_TIMER invocations in separate blocks. | Diego Biurrun | 2012-01-04 | 1 | -2/+2 |
* | vc1dec: fix invalid memory access for small video dimensions | John Brooks | 2012-01-04 | 1 | -1/+5 |
* | rv34: fix invalid memory access for small video dimensions | John Brooks | 2012-01-04 | 1 | -2/+3 |
* | rv34: joint coefficient decoding and dequantization | Christophe GISQUET | 2012-01-04 | 6 | -90/+44 |
* | h264: return index in buffer on end-of-sequence. | Ronald S. Bultje | 2012-01-03 | 1 | -2/+2 |
* | Merge some declarations and initializations. | Diego Biurrun | 2012-01-04 | 2 | -9/+5 |
* | cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions | Diego Biurrun | 2012-01-04 | 2 | -73/+0 |
* | cabac: drop unused STRICT_LIMITS code branch | Diego Biurrun | 2012-01-04 | 2 | -19/+0 |
* | libspeexenc: fix pts calculations for more than 1 frame per packet | Justin Ruggles | 2012-01-03 | 1 | -5/+7 |
* | adxdec: clear eof flag and channel states when seeking | Justin Ruggles | 2012-01-03 | 1 | -0/+8 |
* | adxenc: check output buffer size before writing | Justin Ruggles | 2012-01-03 | 1 | -2/+14 |
* | adxenc: use bytestream functions for header writing. | Justin Ruggles | 2012-01-03 | 1 | -11/+20 |
* | adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macros | Justin Ruggles | 2012-01-03 | 1 | -5/+5 |
* | adxenc: use a loop to encode each channel | Justin Ruggles | 2012-01-03 | 1 | -7/+4 |