summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
| * sbrdsp.asm: convert all instructions to float/SSE ones.Reimar Döffinger2012-03-07
| * dv: cosmetics.Ronald S. Bultje2012-03-07
| * dv: check buffer size before reading profile.Ronald S. Bultje2012-03-07
| * Revert "AAC SBR: group some writes."Ronald S. Bultje2012-03-07
| * cook: extend channel uncoupling tables so the full bit range is covered.Ronald S. Bultje2012-03-07
| * roqvideo: cosmetics.Ronald S. Bultje2012-03-07
| * roqvideo: convert to bytestream2 API.Ronald S. Bultje2012-03-07
| * dca: don't use av_clip_uintp2().Ronald S. Bultje2012-03-07
| * wmall: fix build with -DDEBUG enabled.Ronald S. Bultje2012-03-07
| * smc: port to bytestream2 API.Ronald S. Bultje2012-03-07
| * AAC SBR: group some writes.Christophe Gisquet2012-03-07
| * dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-07
| * SBR DSP: unroll sum_squareChristophe GISQUET2012-03-07
| * rv34: remove dead code in intra availability checkChristophe GISQUET2012-03-07
| * rv34: clean a bit availability checks.Christophe GISQUET2012-03-07
| * tgq: convert to bytestream2 API.Ronald S. Bultje2012-03-07
| * parser: remove forward declaration of MpegEncContextPaul B Mahol2012-03-07
| * dca: prevent accessing static arrays with invalid indexes.Ronald S. Bultje2012-03-07
| * raw: move buffer size check up.Ronald S. Bultje2012-03-07
| * lpcm: fix sample size calculation for 20bit LCPM.Ronald S. Bultje2012-03-07
| * algmm: convert to bytestream2 API.Ronald S. Bultje2012-03-07
| * wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-07
| * vc1: Move init code shared between decoder and parser to common code file.Diego Biurrun2012-03-07
| * x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c.Diego Biurrun2012-03-07
* | ass_split: accept files with only \n and no \r.Nicolas George2012-03-07
* | assdec: avoid a possible NULL dereference.Nicolas George2012-03-07
* | ffv1: PIX_FMT_YUV444P10 supportPaul B Mahol2012-03-07
* | ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 supportPaul B Mahol2012-03-07
* | Revert "error_resilience: initialize s->block_index[]."Michael Niedermayer2012-03-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-07
|\|
| * SBR DSP: fix SSE code to not use SSE2 instructions.Reimar Döffinger2012-03-06
| * error_resilience: initialize s->block_index[].Ronald S. Bultje2012-03-06
| * svq3: protect against negative quantizers.Ronald S. Bultje2012-03-06
| * Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
| * libx264: Allow overriding the sliced threads optionMartin Storsjö2012-03-06
* | lavc/utils: fix const correctness of AVClass castMichael Niedermayer2012-03-07
* | lavc/utils: remove unused variable from avcodec_encode_video2.Michael Niedermayer2012-03-07
* | mjpegenc: Fix const correctness and avoid writes into AVFrame of amv_encode_p...Michael Niedermayer2012-03-07
* | h264 Fix: "warning: assigning to 'uint8_t *' (aka 'unsigned char *') from 'co...Michael Niedermayer2012-03-07
* | h264: fix warning about "uint8_t *p" and constMichael Niedermayer2012-03-07
* | cook: silence some signed overflow warnings.Michael Niedermayer2012-03-07
* | aacdec: Fix out of array writes (stack).Michael Niedermayer2012-03-06
* | Fix bink decoder for files with 24px width.Bastien Bouclet2012-03-06
* | diracdec: Correct the bytestream end pointer.Michael Niedermayer2012-03-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-06
|\|
| * Replace computations of remaining bits with calls to get_bits_left().Alex Converse2012-03-05
| * amrnb/amrwb: Remove get_bits usage.Alex Converse2012-03-05
| * dca_parser: parse the sample rate and frame durationsJustin Ruggles2012-03-05
| * libspeexdec: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05
| * libopencore-amr: do not set AVCodecContext.frame_sizeJustin Ruggles2012-03-05