summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* libvpxenc: cosmetics to make code more similar to lucas.Michael Niedermayer2011-10-02
* h264: check for invalid bit depth value.Laurent Aimar2011-10-02
* h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]Laurent Aimar2011-10-02
* h264: fix the check for invalid SPS:num_ref_frames.Laurent Aimar2011-10-02
* h264: do not let invalid values in h->ref_count on ff_h264_decode_ref_pic_lis...Laurent Aimar2011-10-02
* Reject video with non multiple of 16 width/height in the 4xm decoder.Laurent Aimar2011-10-02
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-02
|\
| * lavc: add video/audio/encoding flags to global_quality optionAnton Khirnov2011-10-01
| * libvpxenc: use libvpx's own defaults for some parametersLuca Barbato2011-10-01
| * vpxenc: add private optionsLuca Barbato2011-10-01
* | 4xm decoder: fix data size for i2 frames.Michael Niedermayer2011-10-02
* | 4xm decoder: print some error messages in case of errors.Michael Niedermayer2011-10-02
* | Check for out of bound accesses in the 4xm decoder.Laurent Aimar2011-10-02
* | Prevent block size from inreasing in the shorten decoder.Laurent Aimar2011-10-02
* | Check for out of bound reads in PTX decoder.Laurent Aimar2011-10-02
* | Fix the check for missing references in ff_er_frame_end() for H264.Laurent Aimar2011-10-02
* | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers ...Laurent Aimar2011-10-02
* | Prevent NULL dereference when the huffman table is invalid in the 4xm decoder.Laurent Aimar2011-10-02
* | h264: increase ref_poc size to 32 as it can be per field.Michael Niedermayer2011-10-02
* | h264: set unused ref_counts to 0 as a precautionary meassure.Michael Niedermayer2011-10-02
* | ff_dot_product(): change return value to int64_tMichael Niedermayer2011-10-01
* | g729dec: initialize bit reader with the correct buffer sizeVitor Sessak2011-10-01
* | g723.1_data: remove unneeded LMichael Niedermayer2011-10-01
* | h264: try reading SPS with wrong escaping, it sometimes works betterMichael Niedermayer2011-10-01
* | g729dec: prevent out of array accessMichael Niedermayer2011-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-01
|\|
| * dpcm: return error if packet is too smallJustin Ruggles2011-09-30
| * dpcm: use smaller data types for static tablesJustin Ruggles2011-09-30
| * dpcm: use sol_table_16 directly instead of through the DPCMContext.Justin Ruggles2011-09-30
| * dpcm: replace short with int16_tJustin Ruggles2011-09-30
| * dpcm: check to make sure channels is 1 or 2.Justin Ruggles2011-09-30
| * dpcm: misc pretty-printingJustin Ruggles2011-09-30
| * dpcm: remove unnecessary variable by using bytestream functions.Justin Ruggles2011-09-30
| * dpcm: move codec-specific variable declarations to their corresponding decodi...Justin Ruggles2011-09-30
| * dpcm: consistently use the variable name 'n' for the next input byte.Justin Ruggles2011-09-30
| * dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2.Justin Ruggles2011-09-30
| * dpcm: calculate and check actual output data size prior to decoding.Justin Ruggles2011-09-30
| * dpcm: factor out the stereo flag calculationJustin Ruggles2011-09-30
| * dpcm: cosmetics: rename channel_number to chJustin Ruggles2011-09-30
| * dxva2_h264: pass the correct 8x8 scaling listsCarl Eugen Hoyos2011-09-30
| * dca: NEON optimised high freq VQ decodingMans Rullgard2011-09-30
| * avcodec: reject audio packets with NULL data and non-zero sizeJustin Ruggles2011-09-30
| * dxva: Add ability to enable workaround for older ATI cardsJoakim Plate2011-09-30
| * adpcm: move codec-specific variable declarations to the sections for the corr...Justin Ruggles2011-09-29
| * adpcm: check buffer size in Funcom ISS decoder before reading header.Justin Ruggles2011-09-29
| * adpcm: simplify reading of Funcom ISS frame header.Justin Ruggles2011-09-29
| * adpcm: check buffer size in IMA DK4 decoder before reading header.Justin Ruggles2011-09-29
| * adpcm: simplify reading of IMA DK4 frame header.Justin Ruggles2011-09-29
| * adpcm_ms: clean up reading of predictor coefficientsJustin Ruggles2011-09-29
| * adpcm_4xm: process planar packets sequentially rather than simultaneously.Justin Ruggles2011-09-29