summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ad_faad.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Rename some variables for consistency.diego2006-08-071-1/+1
* Move #ifdefs around complete files into the build system.diego2006-06-211-5/+0
* fixes the infinite loop which occurs when there is a decode error in a frame.gpoirier2006-06-081-3/+5
* 4 - Implement a better way to calculate current audio pts and use it forrtognimp2006-04-241-1/+7
* massive attack: mp_msg printf format fixesrathann2006-01-121-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* * really keep track on how many samples were decoded last round (fix 10l)attila2005-09-011-4/+7
* stop trying to decode faad audio, when last decoded length is <0attila2005-09-011-1/+1
* memcpy and memmove both copy memory, but when using memcpy the source and des...gpoirier2005-07-151-1/+1
* fixed wrong binary mask: it precluded the syncword of adts-4 from being recog...nicodvb2005-06-121-1/+1
* step 1 of fixing ad_faad:rfelker2005-03-291-1/+10
* makes --enable-*-faad really enable without any further check and drop suppor...aurel2005-02-031-13/+0
* tries to sync to ADTS/ADIF header before initializing the decoder; implement ...nicodvb2005-01-211-3/+51
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-211-1/+2
* output faad error message in case of a decoder errorreimar2004-09-111-1/+2
* If demuxer does not fill codecdata try to get if from waveformatexrtognimp2004-05-141-0/+5
* Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anothe...mosu2004-04-011-1/+1
* 10l really disable faad if gcc is brokenfaust32003-09-211-1/+4
* use internal (included) libfaad2arpi2003-08-301-1/+2
* libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.carpi2003-02-071-0/+14
* I think libfaad2 changed recently. The functions faacDecInit() andarpi2002-10-071-1/+2
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-1/+1
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* sync driver names with codec-cfgarpi2002-08-301-1/+1
* support for packetized aac streams (used in .mp4 files)arpi2002-08-041-6/+21
* audio input buffer allocation/free cleanuparpi2002-04-011-10/+1
* Don't kill me, pure indent change as I forgot to reindent when copy and pasti...atmos42002-03-261-47/+46
* Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved b...atmos42002-03-261-0/+204