| Commit message (Expand) | Author | Age | Files | Lines |
* | threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs | Janne Grunau | 2012-01-11 | 3 | -3/+4 |
* | rv34: frame-level multi-threading | Janne Grunau | 2012-01-10 | 4 | -2/+98 |
* | mpegvideo: claim ownership of referenced pictures | Janne Grunau | 2012-01-10 | 1 | -16/+25 |
* | aacsbr: prevent out of bounds memcpy(). | Alex Converse | 2012-01-10 | 1 | -3/+4 |
* | bethsoftvideo: Use bytestream2 functions to prevent buffer overreads. | Aneesh Dogra | 2012-01-10 | 1 | -17/+19 |
* | bmpenc: support for PIX_FMT_RGB444 | Paul B Mahol | 2012-01-10 | 1 | -3/+8 |
* | rv34: use get_bits_left() | Janne Grunau | 2012-01-10 | 2 | -3/+1 |
* | bmpdec: support for rgb444 with bitfields compression | Paul B Mahol | 2012-01-10 | 1 | -2/+12 |
* | kmvc: Use bytestream2 functions to prevent buffer overreads. | Laurentiu Ion | 2012-01-09 | 1 | -92/+58 |
* | aacps: Add missing newline in error message. | Alex Converse | 2012-01-09 | 1 | -1/+1 |
* | aacdec: Turn off PS for multichannel files that use PCE based configs. | Alex Converse | 2012-01-09 | 2 | -2/+20 |
* | cabac: remove put_cabac_u/ueg from cabac-test. | Diego Biurrun | 2012-01-09 | 1 | -73/+0 |
* | mpegaudiodec: optimized iMDCT transform | Vitor Sessak | 2012-01-08 | 4 | -1/+803 |
* | mpegaudiodec: change imdct window arrangment for better pointer alignment | Vitor Sessak | 2012-01-08 | 2 | -13/+22 |
* | mpegaudiodec: move imdct and windowing function to mpegaudiodsp | Vitor Sessak | 2012-01-08 | 4 | -178/+226 |
* | mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementations | Vitor Sessak | 2012-01-08 | 1 | -25/+25 |
* | mjpegdec: K&R formatting cosmetics | Daniel Huang | 2012-01-08 | 1 | -683/+726 |
* | bfi: Use bytestream2 functions to prevent buffer overreads. | Aneesh Dogra | 2012-01-08 | 1 | -12/+14 |
* | dpcm: Fix invalid writes | Laurentiu Ion | 2012-01-08 | 1 | -1/+1 |
* | 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 |