summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* vorbisdec: Take channels into account when checking against residue overflowDavid Conrad2010-06-271-1/+1
* vorbisdec: Fix header parsing with no floor1 partitionsDavid Conrad2010-06-271-1/+1
* vorbisdec: Remove write-only variableDavid Conrad2010-06-271-3/+0
* vp8: warn and request sample if upscaling specified in headerMåns Rullgård2010-06-271-0/+3
* Remove PPC perf counter supportMåns Rullgård2010-06-2610-332/+0
* Remove --enable-gprof flagMåns Rullgård2010-06-262-20/+0
* Remove unnecessary ../ from include directivesMåns Rullgård2010-06-265-6/+6
* ARM: fix build with TI compilerMåns Rullgård2010-06-261-1/+1
* ffv1: remove VLAsMåns Rullgård2010-06-261-14/+19
* shorten: remove VLA and check for buffer overflowMåns Rullgård2010-06-261-1/+17
* alsdec: convert VLAs to fixed sizeMåns Rullgård2010-06-261-2/+2
* pcx: convert VLAs to malloc/freeMåns Rullgård2010-06-261-7/+11
* lsp: convert variable-length arrays to fixed sizeMåns Rullgård2010-06-262-3/+4
* svq1dec: replace VLA with malloc/freeMåns Rullgård2010-06-261-4/+11
* huffyuv: remove unnecessary size argument from generate_len_table()Måns Rullgård2010-06-251-3/+4
* Make vp8 select h264dsp and use this to pull in mmx intrapredMåns Rullgård2010-06-251-3/+1
* Fix compilation without --enable-gpl.Carl Eugen Hoyos2010-06-251-1/+4
* Really fix r23782Jason Garrett-Glaser2010-06-251-2/+2
* elbg: remove VLAsMåns Rullgård2010-06-251-15/+23
* Fix c99ism in r23782Jason Garrett-Glaser2010-06-251-1/+2
* Cosmetics: Fix indentation.Carl Eugen Hoyos2010-06-251-1/+1
* huffyuv: make VLAs fixed sizeMåns Rullgård2010-06-251-3/+3
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-257-2/+566
* Make VP8 DSP functions take two stridesJason Garrett-Glaser2010-06-254-27/+27
* twinvq: remove VLAsMåns Rullgård2010-06-251-9/+15
* rv34: kill VLAsMåns Rullgård2010-06-252-2/+3
* fix typo in vp8 decoder error messageJason Garrett-Glaser2010-06-251-1/+1
* tta: replace potentially huge VLAs with malloc/free in contextMåns Rullgård2010-06-241-21/+30
* Set an opaque alpha value when decoding rgba ffv1.Thad Ward2010-06-241-1/+1
* Remove VLA in ff_kbd_window_init, limit window size to 1024Måns Rullgård2010-06-242-2/+9
* vp6: convert VLA to fixed sizeMåns Rullgård2010-06-241-1/+2
* Fix compilation on x64.Vitor Sessak2010-06-241-1/+1
* Fix asm constraints in apply_window()Vitor Sessak2010-06-241-7/+8
* alac: change VLAs to fixed sizeMåns Rullgård2010-06-241-5/+5
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-244-3/+177
* snow: remove unused parameter to mc_block()Måns Rullgård2010-06-231-4/+3
* avoid conditional and division in chroma MV calculationStefan Gehrer2010-06-231-2/+2
* flacenc: convert VLA to fixed sizeMåns Rullgård2010-06-231-1/+1
* Move float-specific function to mpegaudiodec_float.cVitor Sessak2010-06-232-20/+20
* Remove pointless condition in #ifVitor Sessak2010-06-231-1/+1
* Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section.Alex Converse2010-06-231-1/+1
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-238-141/+121
* Update x264asm header files to latest versions.Jason Garrett-Glaser2010-06-236-95/+155
* Fix a typo, spotted by Diego.Ronald S. Bultje2010-06-231-1/+1
* Add required #includes to pass 'make checkheaders'.Diego Biurrun2010-06-231-0/+3
* Remove OS/2 threads supportMåns Rullgård2010-06-232-149/+0
* Remove beosthreads supportMåns Rullgård2010-06-222-184/+0
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-224-43/+47
* Use right-shift instead of division by two.Jason Garrett-Glaser2010-06-221-4/+4
* Reindent after r23721.Ronald S. Bultje2010-06-221-3/+3
OpenPOWER on IntegriCloud