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.
|