summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* DV: Use profile[1] detection hack only for stype 0.Reimar Döffinger2012-03-10
* cook: tighten the quant_index_table range further.Michael Niedermayer2012-03-10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-10
|\
| * Fix a bunch of common typos.Diego Biurrun2012-03-09
| * build: Skip compiling xvmc.h under the correct condition.Diego Biurrun2012-03-09
| * aacdec: Fix SCE parity check.Michael Niedermayer2012-03-09
| * aacdec: Fix out of array writes (stack).Michael Niedermayer2012-03-09
* | snow: reject unsupported chroma shifts.Michael Niedermayer2012-03-10
* | imgconvert: add macro pixdesc_has_alpha for checking if a pixel format has an...Stefano Sabatini2012-03-10
* | Fix 32bit sunrast decoding.Carl Eugen Hoyos2012-03-09
* | iff: add support for IFF DEEPPiotr Bandurski2012-03-09
* | svq1dec: use AV_LOG_ERROR for error messagePiotr Bandurski2012-03-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-09
|\|
| * ttadec: unbreak playback of matroska filesPaul B Mahol2012-03-08
| * vorbisdec: avoid invalid memory accessAaron Colwell2012-03-08
| * huffyuv: add padding to classic (v1) huffman tables.Ronald S. Bultje2012-03-08
| * png: convert to bytestream2 API.Ronald S. Bultje2012-03-08
| * dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2Kostya Shishkov2012-03-08
| * avs: fix infinite loop on end-of-stream.Ronald S. Bultje2012-03-07
| * tiffdec: Prevent illegal memory access caused by recycled pointers.Alex Converse2012-03-07
| * wma: fix off-by-one in array bounds check.Ronald S. Bultje2012-03-07
* | qpeg: remove unused var from decode_frame()Michael Niedermayer2012-03-08
* | prores_anatoliy: remove unused variable from prores_encode_frame()Michael Niedermayer2012-03-08
* | lavc/utils: fix three const warnings.Nicolas George2012-03-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-08
|\|
| * 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