summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Make ff_psy_preprocess_end() act like av_freep().Alex Converse2010-06-28
* aacenc: Properly pad extradata.Alex Converse2010-06-28
* Change MMXEXT to MMX2, MMXEXT is deprecatedBaptiste Coudurier2010-06-28
* Add x86 asm functions for VP8 put_pixelsJason Garrett-Glaser2010-06-28
* Add MMX, SSE2, SSSE3 asm for VP8 bilinear MCJason Garrett-Glaser2010-06-28
* Simplify MV parsing, removes laying out 2 or 4 (16x8/8x8/8x16) MVs over allRonald S. Bultje2010-06-28
* Optimize split MC, so we don't always do 4x4 blocks of 4x4pixels each, butRonald S. Bultje2010-06-28
* Set rv34 (0,0) subpel mc functions to the optimised h264 onesMåns Rullgård2010-06-28
* Fix x86 build with h264dsp disabledMåns Rullgård2010-06-28
* Use lookup table to avoid division in mp2 decoderVitor Sessak2010-06-28
* Fix linking if MMX is disabled.Stefano Sabatini2010-06-27
* vaapi: add missing #include "h263.h"Måns Rullgård2010-06-27
* ra288: convert VLAs to fixed sizeMåns Rullgård2010-06-27
* Change type of zz_table to uint8_t to match the scantables it points to.Reimar Döffinger2010-06-27
* Add const to some pointer parameters.Eli Friedman2010-06-27
* tablegen: implement and use WRITE_ARRAY macrosDiego Pettenò2010-06-27
* tableprint: use the type name as-is for the functions' names.Diego Pettenò2010-06-27
* adpcm: convert VLAs to malloc/freeMåns Rullgård2010-06-27
* Fix libvorbis encoding with more than 2 channelsJames Darnley2010-06-27
* Fix build without yasmDavid Conrad2010-06-27
* First shot at VP8 optimizations:Jason Garrett-Glaser2010-06-27
* VP8 bilinear filterDavid Conrad2010-06-27
* vorbisdec: Take channels into account when checking against residue overflowDavid Conrad2010-06-27
* vorbisdec: Fix header parsing with no floor1 partitionsDavid Conrad2010-06-27
* vorbisdec: Remove write-only variableDavid Conrad2010-06-27
* vp8: warn and request sample if upscaling specified in headerMåns Rullgård2010-06-27
* Remove PPC perf counter supportMåns Rullgård2010-06-26
* Remove --enable-gprof flagMåns Rullgård2010-06-26
* Remove unnecessary ../ from include directivesMåns Rullgård2010-06-26
* ARM: fix build with TI compilerMåns Rullgård2010-06-26
* ffv1: remove VLAsMåns Rullgård2010-06-26
* shorten: remove VLA and check for buffer overflowMåns Rullgård2010-06-26
* alsdec: convert VLAs to fixed sizeMåns Rullgård2010-06-26
* pcx: convert VLAs to malloc/freeMåns Rullgård2010-06-26
* lsp: convert variable-length arrays to fixed sizeMåns Rullgård2010-06-26
* svq1dec: replace VLA with malloc/freeMåns Rullgård2010-06-26
* huffyuv: remove unnecessary size argument from generate_len_table()Måns Rullgård2010-06-25
* Make vp8 select h264dsp and use this to pull in mmx intrapredMåns Rullgård2010-06-25
* Fix compilation without --enable-gpl.Carl Eugen Hoyos2010-06-25
* Really fix r23782Jason Garrett-Glaser2010-06-25
* elbg: remove VLAsMåns Rullgård2010-06-25
* Fix c99ism in r23782Jason Garrett-Glaser2010-06-25
* Cosmetics: Fix indentation.Carl Eugen Hoyos2010-06-25
* huffyuv: make VLAs fixed sizeMåns Rullgård2010-06-25
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-25
* Make VP8 DSP functions take two stridesJason Garrett-Glaser2010-06-25
* twinvq: remove VLAsMåns Rullgård2010-06-25
* rv34: kill VLAsMåns Rullgård2010-06-25
* fix typo in vp8 decoder error messageJason Garrett-Glaser2010-06-25
* tta: replace potentially huge VLAs with malloc/free in contextMåns Rullgård2010-06-24