summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* adpcm: convert VLAs to malloc/freeMåns Rullgård2010-06-271-57/+83
* Fix libvorbis encoding with more than 2 channelsJames Darnley2010-06-274-8/+19
* Fix implicit cast warningEli Friedman2010-06-271-1/+1
* Fix build without yasmDavid Conrad2010-06-271-0/+8
* First shot at VP8 optimizations:Jason Garrett-Glaser2010-06-275-0/+928
* Add myself as VP8 and vorbisdec maintainerDavid Conrad2010-06-271-1/+2
* VP8 bilinear filterDavid Conrad2010-06-273-8/+85
* 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-2613-513/+0
* Remove --enable-gprof flagMåns Rullgård2010-06-263-28/+0
* Remove unnecessary ../ from include directivesMåns Rullgård2010-06-265-6/+6
* Add -I flags to HOSTCFLAGSMåns Rullgård2010-06-261-1/+4
* ARM: fix build with TI compilerMåns Rullgård2010-06-261-1/+1
* Add missing avutil.h include to libavutil/mem.hMåns Rullgård2010-06-261-0/+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
* Fix brief make messages when CC etc are specified on command lineMåns Rullgård2010-06-261-2/+2
* 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-252-3/+2
* 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
* configure: remove superflous -lm flagsMåns Rullgård2010-06-251-4/+4
* configure: reverse order of -l flagsMåns Rullgård2010-06-251-1/+7
* configure: remove unused flag save/restore functionsMåns Rullgård2010-06-251-36/+0
* configure: simplify append functionMåns Rullgård2010-06-251-1/+0
* configure: simplify check_lib functionMåns Rullgård2010-06-251-5/+1
* configure: remove unused function check_foo_configMåns Rullgård2010-06-251-17/+0
* twinvq: remove VLAsMåns Rullgård2010-06-251-9/+15
* rv34: kill VLAsMåns Rullgård2010-06-252-2/+3
* rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'Josh Allmann2010-06-251-24/+24
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-255-71/+62
* rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann2010-06-252-76/+83
* RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.cJosh Allmann2010-06-252-69/+50
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann2010-06-255-63/+168
* RTSP: Remove skip_spaces in favor of strspnJosh Allmann2010-06-252-25/+14
* Print a space after the AVClass prefix.Jai Menon2010-06-251-2/+2
* avienc : Avoid creating invalid AVI files when muxing subtitle streamsJai Menon2010-06-251-1/+4