aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/ad_faad.c
Commit message (Expand)AuthorAge
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Use malloc for codecdata. Fixes segfault in free_sh_sub.Gravatar eugeni2008-01-10
* Fix all current known multi-channel wrong order problems by addingGravatar ulion2007-12-10
* Fix unused variable warning.Gravatar diego2007-08-24
* Move extern int audio_output_channels; to ad_internal.hGravatar reimar2007-07-30
* in case of errors after decoding quit the main decoding Gravatar nicodvb2006-09-27
* cosmetics: Rename some variables for consistency.Gravatar diego2006-08-07
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* fixes the infinite loop which occurs when there is a decode error in a frame.Gravatar gpoirier2006-06-08
* 4 - Implement a better way to calculate current audio pts and use it forGravatar rtognimp2006-04-24
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* * really keep track on how many samples were decoded last round (fix 10l)Gravatar attila2005-09-01
* stop trying to decode faad audio, when last decoded length is <0Gravatar attila2005-09-01
* memcpy and memmove both copy memory, but when using memcpy the source and des...Gravatar gpoirier2005-07-15
* fixed wrong binary mask: it precluded the syncword of adts-4 from being recog...Gravatar nicodvb2005-06-12
* step 1 of fixing ad_faad:Gravatar rfelker2005-03-29
* makes --enable-*-faad really enable without any further check and drop suppor...Gravatar aurel2005-02-03
* tries to sync to ADTS/ADIF header before initializing the decoder; implement ...Gravatar nicodvb2005-01-21
* setting samplesize to 2 in decoders where neccessary.Gravatar reimar2004-09-21
* output faad error message in case of a decoder errorGravatar reimar2004-09-11
* If demuxer does not fill codecdata try to get if from waveformatexGravatar rtognimp2004-05-14
* Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anothe...Gravatar mosu2004-04-01
* 10l really disable faad if gcc is brokenGravatar faust32003-09-21
* use internal (included) libfaad2Gravatar arpi2003-08-30
* libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.cGravatar arpi2003-02-07
* I think libfaad2 changed recently. The functions faacDecInit() andGravatar arpi2002-10-07
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsGravatar arpi2002-08-31
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* sync driver names with codec-cfgGravatar arpi2002-08-30
* support for packetized aac streams (used in .mp4 files)Gravatar arpi2002-08-04
* audio input buffer allocation/free cleanupGravatar arpi2002-04-01
* Don't kill me, pure indent change as I forgot to reindent when copy and pasti...Gravatar atmos42002-03-26
* Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved b...Gravatar atmos42002-03-26