summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h264: stricter reference limit enforcement.Ronald S. Bultje2012-03-141-5/+8
* h264: increase reference poc list from 16 to 32.Ronald S. Bultje2012-03-141-1/+1
* xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns.Ronald S. Bultje2012-03-141-5/+20
* snow: check reference frame indices.Michael Niedermayer2012-03-141-9/+21
* snow: reject unsupported chroma shifts.Michael Niedermayer2012-03-141-0/+5
* anm: convert to bytestream2 APIPaul B Mahol2012-03-141-31/+29
* bytestream: add more unchecked variants for bytestream2 APIPaul B Mahol2012-03-141-0/+32
* jvdec: unbreak video decodingPaul B Mahol2012-03-141-1/+1
* h264: Fix invalid interlaced/progressive MB combinations for direct mode pred...Michael Niedermayer2012-03-131-0/+8
* libx264: add 'stats' private option for setting 2pass stats filename.Anton Khirnov2012-03-131-0/+3
* libx264: fix help text for slice-max-size option.Anton Khirnov2012-03-131-1/+1
* dxva2_vc1: pass the overlap flag to the decoderHendrik Leppkes2012-03-131-1/+2
* dxva2_vc1: fix decoding of BI framesHendrik Leppkes2012-03-131-4/+4
* dfa: convert to bytestream2 APIPaul B Mahol2012-03-121-89/+74
* anm decoder: move buffer allocation from decode_init() to decode_frame()Peter Ross2012-03-121-5/+4
* h264: improve parsing of broken AVC SPSMichael Niedermayer2012-03-132-2/+12
* pcm-mpeg: convert to bytestream2 APIPaul B Mahol2012-03-121-54/+56
* Revert "h264: clear trailing bits in partially parsed NAL units"Janne Grunau2012-03-121-4/+1
* remove iwmmxt optimizationsJanne Grunau2012-03-128-1438/+0
* mimic: do not continue if swap_buf_size is 0Paul B Mahol2012-03-121-1/+1
* mimic: convert to bytestream2 APIPaul B Mahol2012-03-121-9/+11
* frwu: use MKTAG to check marker instead of AV_RL32Paul B Mahol2012-03-121-2/+1
* txd: port to bytestream2 APIPaul B Mahol2012-03-123-42/+39
* c93: convert to bytestream2 APIPaul B Mahol2012-03-121-25/+27
* dsicinvideo: validate buffer offset before copying pixels.Ronald S. Bultje2012-03-111-15/+25
* cook: error out on quant_index values outside [-63, 63] range.Ronald S. Bultje2012-03-101-14/+36
* mpc: pad mpc_CC/SCF[] tables to allow for negative indices.Ronald S. Bultje2012-03-103-8/+12
* cook: expand dither_tab[], and make sure indexes into it don't overflow.Ronald S. Bultje2012-03-102-3/+7
* xxan: reindent xan_unpack_luma().Ronald S. Bultje2012-03-101-36/+36
* xxan: protect against chroma LUT overreads.Ronald S. Bultje2012-03-101-6/+8
* xxan: convert to bytestream2 API.Ronald S. Bultje2012-03-101-61/+56
* xxan: don't read before start of buffer in av_memcpy_backptr().Ronald S. Bultje2012-03-101-1/+2
* vp8: convert mbedge loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-101-235/+212
* vp8: convert inner loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-101-187/+164
* Fix a bunch of common typos.Diego Biurrun2012-03-092-34/+34
* build: Skip compiling xvmc.h under the correct condition.Diego Biurrun2012-03-091-1/+1
* aacdec: Fix SCE parity check.Michael Niedermayer2012-03-091-1/+1
* aacdec: Fix out of array writes (stack).Michael Niedermayer2012-03-091-1/+4
* ttadec: unbreak playback of matroska filesPaul B Mahol2012-03-081-2/+1
* vorbisdec: avoid invalid memory accessAaron Colwell2012-03-081-0/+3
* huffyuv: add padding to classic (v1) huffman tables.Ronald S. Bultje2012-03-081-4/+6
* png: convert to bytestream2 API.Ronald S. Bultje2012-03-081-39/+30
* dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2Kostya Shishkov2012-03-081-0/+1
* avs: fix infinite loop on end-of-stream.Ronald S. Bultje2012-03-071-0/+1
* tiffdec: Prevent illegal memory access caused by recycled pointers.Alex Converse2012-03-071-0/+2
* wma: fix off-by-one in array bounds check.Ronald S. Bultje2012-03-071-1/+1
* sbrdsp.asm: convert all instructions to float/SSE ones.Reimar Döffinger2012-03-071-8/+8
* dv: cosmetics.Ronald S. Bultje2012-03-071-15/+15
* dv: check buffer size before reading profile.Ronald S. Bultje2012-03-071-3/+5
* Revert "AAC SBR: group some writes."Ronald S. Bultje2012-03-071-6/+12
OpenPOWER on IntegriCloud