summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ReindentJosh Allmann2010-06-281-18/+18
* rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizerJosh Allmann2010-06-281-19/+14
* rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizerJosh Allmann2010-06-281-14/+1
* ReindentJosh Allmann2010-06-281-2/+2
* rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradataJosh Allmann2010-06-281-1/+3
* rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann2010-06-282-0/+30
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-283-3/+2
* Set rv34 (0,0) subpel mc functions to the optimised h264 onesMåns Rullgård2010-06-281-0/+10
* Fix x86 build with h264dsp disabledMåns Rullgård2010-06-281-0/+2
* configure: make --disable-everything soft-disable thingsMåns Rullgård2010-06-281-1/+1
* Fix an "assignment from incompatible pointer type" warning in av_read_frame_i...Eli Friedman2010-06-281-1/+1
* Add patcheck checks for assignments that look like compound assignmentsEli Friedman2010-06-281-0/+1
* Use lookup table to avoid division in mp2 decoderVitor Sessak2010-06-281-6/+29
* Fix linking if MMX is disabled.Stefano Sabatini2010-06-272-2/+2
* Bump micro and add APIchanges entry after av_parse_color() extension.Stefano Sabatini2010-06-272-1/+5
* Cosmetics: merge "} else" and "if (...) {" lines, less confusing.Stefano Sabatini2010-06-271-2/+1
* Reindent after the last commit.Stefano Sabatini2010-06-271-4/+4
* Extend color syntax, make it accept an alpha component specifier.Stefano Sabatini2010-06-272-8/+62
* Rename ColorEntry.rgba_color to rgb_color and do not reserve a fourthStefano Sabatini2010-06-271-2/+2
* vaapi: add missing #include "h263.h"Måns Rullgård2010-06-271-0/+1
* ra288: convert VLAs to fixed sizeMåns Rullgård2010-06-271-4/+8
* Change type of zz_table to uint8_t to match the scantables it points to.Reimar Döffinger2010-06-271-3/+3
* Add a const declaration, fixing a warningEli Friedman2010-06-271-1/+1
* Fix clang warning, make initialization more readableEli Friedman2010-06-271-2/+2
* Remove an unused label, fixing a warningEli Friedman2010-06-271-1/+0
* Add proper const declaration to a cast, fixes a warningEli Friedman2010-06-271-1/+1
* Add const to some pointer parameters.Eli Friedman2010-06-275-14/+14
* Add myself as maintainer for table generation code.Reimar Döffinger2010-06-271-0/+2
* Update tablegen documentation for WRITE_ARRAY macro.Reimar Döffinger2010-06-271-1/+6
* Make implicit function declarations an errorMåns Rullgård2010-06-271-1/+1
* Make ff_url_split() publicMåns Rullgård2010-06-2713-39/+66
* tablegen: implement and use WRITE_ARRAY macrosDiego Pettenò2010-06-276-54/+35
* tableprint: use the type name as-is for the functions' names.Diego Pettenò2010-06-279-41/+41
* 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
OpenPOWER on IntegriCloud