aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* cook: extend channel uncoupling tables so the full bit range is covered.Ronald S. Bultje2012-03-072-7/+24
* roqvideo: cosmetics.Ronald S. Bultje2012-03-071-16/+16
* roqvideo: convert to bytestream2 API.Ronald S. Bultje2012-03-072-36/+37
* dca: don't use av_clip_uintp2().Ronald S. Bultje2012-03-071-1/+1
* wmall: fix build with -DDEBUG enabled.Ronald S. Bultje2012-03-071-9/+8
* smc: port to bytestream2 API.Ronald S. Bultje2012-03-071-42/+32
* AAC SBR: group some writes.Christophe Gisquet2012-03-071-12/+6
* dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-076-38/+9
* SBR DSP: unroll sum_squareChristophe GISQUET2012-03-071-4/+9
* rv34: remove dead code in intra availability checkChristophe GISQUET2012-03-071-15/+0
* rv34: clean a bit availability checks.Christophe GISQUET2012-03-071-10/+10
* tgq: convert to bytestream2 API.Ronald S. Bultje2012-03-071-28/+28
* parser: remove forward declaration of MpegEncContextPaul B Mahol2012-03-071-2/+0
* dca: prevent accessing static arrays with invalid indexes.Ronald S. Bultje2012-03-072-12/+27
* raw: move buffer size check up.Ronald S. Bultje2012-03-071-3/+3
* lpcm: fix sample size calculation for 20bit LCPM.Ronald S. Bultje2012-03-071-1/+1
* algmm: convert to bytestream2 API.Ronald S. Bultje2012-03-071-38/+51
* wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-077-50/+102
* vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun2012-03-076-369/+375
* x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c.Diego Biurrun2012-03-071-10/+0
* SBR DSP: fix SSE code to not use SSE2 instructions.Reimar Döffinger2012-03-061-1/+1
* error_resilience: initialize s->block_index[].Ronald S. Bultje2012-03-061-0/+20
* svq3: protect against negative quantizers.Ronald S. Bultje2012-03-061-1/+1
* Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-069-201/+161
* libx264: Allow overriding the sliced threads optionMartin Storsjö2012-03-061-0/+3
* Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-0510-19/+18
* amrnb/amrwb: Remove get_bits usage.Alex Converse2012-03-052-16/+4
* dca_parser: parse the sample rate and frame durationsJustin Ruggles2012-03-054-46/+120
* libspeexdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-3/+0
* libopencore-amr: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-1/+0
* alsdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-051-1/+0
* avcodec: add av_get_audio_frame_duration() function.Justin Ruggles2012-03-053-1/+153
* avcodec: add av_get_exact_bits_per_sample() functionJustin Ruggles2012-03-052-11/+33
* Fix format string vulnerability detected by -Wformat-security.Fabian Greffrath2012-03-051-2/+2
* x86: clean up ff_dsputil_init_mmx()Mans Rullgard2012-03-051-417/+475
* lavc: make codec_is_decoder/encoder() public.Anton Khirnov2012-03-043-10/+20
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-049-32/+32
* proresenc: give user a possibility to alter some encoding parametersKostya Shishkov2012-03-041-56/+122
* vorbisenc: add output buffer overwrite protectionJustin Ruggles2012-03-041-16/+43
* libopencore-amrnbenc: fix end-of-stream handlingJustin Ruggles2012-03-041-1/+27