| Commit message (Expand) | Author | Age | Files | Lines |
* | Use malloc for codecdata. Fixes segfault in free_sh_sub. | eugeni | 2008-01-10 | 1 | -1/+2 |
* | Fix all current known multi-channel wrong order problems by adding | ulion | 2007-12-10 | 1 | -0/+9 |
* | Fix unused variable warning. | diego | 2007-08-24 | 1 | -1/+2 |
* | Move extern int audio_output_channels; to ad_internal.h | reimar | 2007-07-30 | 1 | -1/+0 |
* | in case of errors after decoding quit the main decoding | nicodvb | 2006-09-27 | 1 | -0/+4 |
* | cosmetics: Rename some variables for consistency. | diego | 2006-08-07 | 1 | -1/+1 |
* | Move #ifdefs around complete files into the build system. | diego | 2006-06-21 | 1 | -5/+0 |
* | fixes the infinite loop which occurs when there is a decode error in a frame. | gpoirier | 2006-06-08 | 1 | -3/+5 |
* | 4 - Implement a better way to calculate current audio pts and use it for | rtognimp | 2006-04-24 | 1 | -1/+7 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -2/+2 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | * really keep track on how many samples were decoded last round (fix 10l) | attila | 2005-09-01 | 1 | -4/+7 |
* | stop trying to decode faad audio, when last decoded length is <0 | attila | 2005-09-01 | 1 | -1/+1 |
* | memcpy and memmove both copy memory, but when using memcpy the source and des... | gpoirier | 2005-07-15 | 1 | -1/+1 |
* | fixed wrong binary mask: it precluded the syncword of adts-4 from being recog... | nicodvb | 2005-06-12 | 1 | -1/+1 |
* | step 1 of fixing ad_faad: | rfelker | 2005-03-29 | 1 | -1/+10 |
* | makes --enable-*-faad really enable without any further check and drop suppor... | aurel | 2005-02-03 | 1 | -13/+0 |
* | tries to sync to ADTS/ADIF header before initializing the decoder; implement ... | nicodvb | 2005-01-21 | 1 | -3/+51 |
* | setting samplesize to 2 in decoders where neccessary. | reimar | 2004-09-21 | 1 | -1/+2 |
* | output faad error message in case of a decoder error | reimar | 2004-09-11 | 1 | -1/+2 |
* | If demuxer does not fill codecdata try to get if from waveformatex | rtognimp | 2004-05-14 | 1 | -0/+5 |
* | Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anothe... | mosu | 2004-04-01 | 1 | -1/+1 |
* | 10l really disable faad if gcc is broken | faust3 | 2003-09-21 | 1 | -1/+4 |
* | use internal (included) libfaad2 | arpi | 2003-08-30 | 1 | -1/+2 |
* | libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.c | arpi | 2003-02-07 | 1 | -0/+14 |
* | I think libfaad2 changed recently. The functions faacDecInit() and | arpi | 2002-10-07 | 1 | -1/+2 |
* | -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments | arpi | 2002-08-31 | 1 | -1/+1 |
* | -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make... | arpi | 2002-08-30 | 1 | -1/+0 |
* | sync driver names with codec-cfg | arpi | 2002-08-30 | 1 | -1/+1 |
* | support for packetized aac streams (used in .mp4 files) | arpi | 2002-08-04 | 1 | -6/+21 |
* | audio input buffer allocation/free cleanup | arpi | 2002-04-01 | 1 | -10/+1 |
* | Don't kill me, pure indent change as I forgot to reindent when copy and pasti... | atmos4 | 2002-03-26 | 1 | -47/+46 |
* | Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved b... | atmos4 | 2002-03-26 | 1 | -0/+204 |