summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Set an opaque alpha value when decoding rgba ffv1.Thad Ward2010-06-24
* Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård2010-06-24
* vp6: convert VLA to fixed sizeMåns Rullgård2010-06-24
* Fix compilation on x64.Vitor Sessak2010-06-24
* Fix asm constraints in apply_window()Vitor Sessak2010-06-24
* alac: change VLAs to fixed sizeMåns Rullgård2010-06-24
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-24
* snow: remove unused parameter to mc_block()Måns Rullgård2010-06-23
* avoid conditional and division in chroma MV calculationStefan Gehrer2010-06-23
* flacenc: convert VLA to fixed sizeMåns Rullgård2010-06-23
* Move float-specific function to mpegaudiodec_float.cVitor Sessak2010-06-23
* Remove pointless condition in #ifVitor Sessak2010-06-23
* Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.Alex Converse2010-06-23
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-23