summaryrefslogtreecommitdiff
path: root/libavcodec/faad.c
Commit message (Collapse)AuthorAge
* Make faac_decode_frame return -1 on error and not 0 which avoidsBaptiste Coudurier2006-03-05
| | | | | | | stalling and infinite loop. Patch by Baptiste COUDURIER <baptiste coudurier at smartjog com> Originally committed as revision 5110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * bugfixing call referenceZdenek Kabelac2006-03-01
| | | | Originally committed as revision 5092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode adts aac streamsMåns Rullgård2006-02-08
| | | | Originally committed as revision 4953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson2005-04-24
| | | | | | "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Building with faad2-cvs fix by ("Steven M. Schultz" <sms at 2bsd dot com>)Michael Niedermayer2004-06-06
| | | | Originally committed as revision 3200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample_rate and channels in aac audio patch by (Luca Abeni <lucabe72 at ↵Luca Abeni2004-06-05
| | | | | | email dot it>) Originally committed as revision 3198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot fi>)Thomas Raivio2004-04-09
| | | | Originally committed as revision 2986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-11-03
| | | | Originally committed as revision 2474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * support for AAC audio streams via libfaadZdenek Kabelac2003-05-12
* could be complied with runtime linking of libfaad (CONFIG_FAADBIN) * missing/untested support for raw AAC streams (maybe there will be just one entry for aac) * missing configure check for libfaad/config option Originally committed as revision 1857 to svn://svn.ffmpeg.org/ffmpeg/trunk