Wed, 26 Oct 2011 15:12:35 +0000 |
diego |
Add missing mp_msg.h #includes, remove some unnecessary ones.
|
Sat, 01 Jan 2011 14:27:41 +0000 |
diego |
Remove forked internal libfaad2 copy.
|
Sun, 12 Dec 2010 13:56:35 +0000 |
reimar |
Fix ad_faad crash when used on an empty audio stream.
|
Sat, 06 Nov 2010 16:05:00 +0000 |
reimar |
Fix -ac faad with -demuxer lavf.
|
Wed, 08 Sep 2010 17:38:52 +0000 |
diego |
Remove duplicated audio_output_channels extern variable declaration.
|
Thu, 01 Jul 2010 19:59:42 +0000 |
attila |
* fix compilation using external libfaad
|
Wed, 23 Jun 2010 18:44:06 +0000 |
cehoyos |
Improve LATM recognition.
|
Wed, 17 Feb 2010 21:36:00 +0000 |
diego |
libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
|
Fri, 12 Feb 2010 16:29:34 +0000 |
diego |
Mark all ad_info_t/vd_info_t structure declarations as const.
|
Tue, 10 Nov 2009 00:45:19 +0000 |
tack |
Add support for 8 channel audio.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sat, 13 Dec 2008 12:31:07 +0000 |
diego |
license header consistency cosmetics
|
Sat, 13 Dec 2008 12:13:48 +0000 |
diego |
Replace informal GPL notes by standard GPL header.
|
Wed, 30 Jul 2008 12:01:30 +0000 |
diego |
Start unifying names of internal preprocessor directives.
|
Thu, 10 Jan 2008 19:47:18 +0000 |
eugeni |
Use malloc for codecdata. Fixes segfault in free_sh_sub.
|
Mon, 10 Dec 2007 16:53:30 +0000 |
ulion |
Fix all current known multi-channel wrong order problems by adding
|
Fri, 24 Aug 2007 11:18:07 +0000 |
diego |
Fix unused variable warning.
|
Mon, 30 Jul 2007 15:23:25 +0000 |
reimar |
Move extern int audio_output_channels; to ad_internal.h
|
Wed, 27 Sep 2006 21:45:15 +0000 |
nicodvb |
in case of errors after decoding quit the main decoding
|
Mon, 07 Aug 2006 08:57:43 +0000 |
diego |
cosmetics: Rename some variables for consistency.
|
Wed, 21 Jun 2006 14:49:09 +0000 |
diego |
Move #ifdefs around complete files into the build system.
|
Thu, 08 Jun 2006 06:56:13 +0000 |
gpoirier |
fixes the infinite loop which occurs when there is a decode error in a frame.
|
Mon, 24 Apr 2006 10:58:40 +0000 |
rtognimp |
4 - Implement a better way to calculate current audio pts and use it for
|
Thu, 12 Jan 2006 20:04:36 +0000 |
rathann |
massive attack: mp_msg printf format fixes
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Thu, 01 Sep 2005 15:59:55 +0000 |
attila |
* really keep track on how many samples were decoded last round (fix 10l)
|
Thu, 01 Sep 2005 15:25:03 +0000 |
attila |
stop trying to decode faad audio, when last decoded length is <0
|
Fri, 15 Jul 2005 22:09:30 +0000 |
gpoirier |
memcpy and memmove both copy memory, but when using memcpy the source and destination must not overlap, but here, they did overlap.
|
Sun, 12 Jun 2005 13:30:40 +0000 |
nicodvb |
fixed wrong binary mask: it precluded the syncword of adts-4 from being recognized as valid
|
Tue, 29 Mar 2005 17:59:08 +0000 |
rfelker |
step 1 of fixing ad_faad:
|
Thu, 03 Feb 2005 17:35:49 +0000 |
aurel |
makes --enable-*-faad really enable without any further check and drop support for old external faad2 versions (<= 1.1)
|
Fri, 21 Jan 2005 20:50:09 +0000 |
nicodvb |
tries to sync to ADTS/ADIF header before initializing the decoder; implement SYNC
|
Tue, 21 Sep 2004 20:34:47 +0000 |
reimar |
setting samplesize to 2 in decoders where neccessary.
|
Sat, 11 Sep 2004 09:07:07 +0000 |
reimar |
output faad error message in case of a decoder error
|
Fri, 14 May 2004 18:47:17 +0000 |
rtognimp |
If demuxer does not fill codecdata try to get if from waveformatex
|
Thu, 01 Apr 2004 20:14:59 +0000 |
mosu |
Support for HE-AAC. Patch by Loren Merritt <lorenm at u dot washington anotherdot edu>.
|
Sun, 21 Sep 2003 17:05:51 +0000 |
faust3 |
10l really disable faad if gcc is broken
|
Sat, 30 Aug 2003 22:31:45 +0000 |
arpi |
use internal (included) libfaad2
|
Fri, 07 Feb 2003 21:04:35 +0000 |
arpi |
libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.c
|
Mon, 07 Oct 2002 10:18:46 +0000 |
arpi |
I think libfaad2 changed recently. The functions faacDecInit() and
|
Sat, 31 Aug 2002 13:09:23 +0000 |
arpi |
-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
|
Fri, 30 Aug 2002 21:44:20 +0000 |
arpi |
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
|
Fri, 30 Aug 2002 20:06:22 +0000 |
arpi |
sync driver names with codec-cfg
|
Sun, 04 Aug 2002 15:33:41 +0000 |
arpi |
support for packetized aac streams (used in .mp4 files)
|
Mon, 01 Apr 2002 17:58:04 +0000 |
arpi |
audio input buffer allocation/free cleanup
|
Tue, 26 Mar 2002 16:37:42 +0000 |
atmos4 |
Don't kill me, pure indent change as I forgot to reindent when copy and pasting from dec_audio.c, as this is the first revision it doesn't break changelog!
|
Tue, 26 Mar 2002 15:53:18 +0000 |
atmos4 |
Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved buffering scheme.
|