Thu, 08 Nov 2007 10:53:32 +0000 |
benoit |
Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilation
libavcodec
|
Sat, 11 Aug 2007 22:48:55 +0000 |
aurel |
use av_clip_int16() where it makes sense
libavcodec
|
Thu, 09 Aug 2007 00:57:36 +0000 |
alex |
use skip_bits where appropriate
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Sat, 16 Jun 2007 22:58:43 +0000 |
mru |
move a couple of macros and structs to mpegaudio.h
libavcodec
|
Sat, 02 Jun 2007 01:41:07 +0000 |
ramiro |
Use AV_xx throughout libavcodec
libavcodec
|
Sun, 27 May 2007 22:34:49 +0000 |
michael |
make decoder decode the first frame properly if theres more than just one
libavcodec
|
Sun, 20 May 2007 22:50:29 +0000 |
aurel |
remove dependency of mpeg audio encoder over mpeg audio decoder
libavcodec
|
Sun, 20 May 2007 15:11:55 +0000 |
aurel |
add a ff_ prefix to some mpegaudio funcs
libavcodec
|
Sun, 20 May 2007 13:40:07 +0000 |
aurel |
loosen dependencies over mpegaudiodec
libavcodec
|
Sat, 19 May 2007 00:13:35 +0000 |
aurel |
add proper prefix to extern mpeg audio data tables
libavcodec
|
Sat, 19 May 2007 00:06:02 +0000 |
aurel |
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
libavcodec
|
Tue, 15 May 2007 20:47:55 +0000 |
reimar |
Use DECLARE_ALIGNED to ease porting
libavcodec
|
Sat, 05 May 2007 12:18:14 +0000 |
diego |
Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings.
libavcodec
|
Sat, 07 Apr 2007 14:10:02 +0000 |
diego |
typos
libavcodec
|
Wed, 14 Mar 2007 00:19:56 +0000 |
michael |
kill another 2 av_mallocz_static()
libavcodec
|
Mon, 12 Mar 2007 12:36:41 +0000 |
mbardiaux |
Give context to dprintf
libavcodec
|
Sat, 03 Feb 2007 13:15:55 +0000 |
michael |
factorize switch_buffer()
libavcodec
|
Sat, 03 Feb 2007 12:42:12 +0000 |
michael |
fix decoding of takethat.mp3
libavcodec
|
Mon, 11 Dec 2006 13:01:20 +0000 |
michael |
fix playback of mp3_bits_left.avi
libavcodec
|
Wed, 06 Dec 2006 23:46:11 +0000 |
mru |
use the standard INT64_C() macro for 64-bit constants
libavcodec
|
Wed, 15 Nov 2006 17:58:35 +0000 |
michael |
detect a few more errors (fixes libmp3-bug.avi again)
libavcodec
|
Tue, 14 Nov 2006 22:06:28 +0000 |
michael |
making decoding more error robust
libavcodec
|
Tue, 14 Nov 2006 20:39:20 +0000 |
michael |
reset internal buffer during seeking
libavcodec
|
Tue, 14 Nov 2006 20:35:15 +0000 |
michael |
more checks and error messages
libavcodec
|
Mon, 30 Oct 2006 02:19:55 +0000 |
michael |
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3)
libavcodec
|
Mon, 30 Oct 2006 01:29:56 +0000 |
michael |
avoid random noise on damaged frames
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Thu, 05 Oct 2006 18:15:17 +0000 |
diego |
message typo fixes
libavcodec
|
Wed, 27 Sep 2006 19:54:07 +0000 |
mru |
add some #ifdef CONFIG_ENCODERS/DECODERS
libavcodec
|
Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Fri, 22 Sep 2006 15:57:23 +0000 |
lu_zero |
Use mathops
libavcodec
|
Tue, 19 Sep 2006 09:31:00 +0000 |
michael |
use correct rounding functions
libavcodec
|
Fri, 15 Sep 2006 10:28:23 +0000 |
bcoudurier |
remove unused, uninitialized free format frame size
libavcodec
|
Wed, 13 Sep 2006 21:39:41 +0000 |
diego |
Proper armv5te instructions support detection.
libavcodec
|
Sun, 10 Sep 2006 22:29:02 +0000 |
diego |
armv5 optimizations
libavcodec
|
Fri, 08 Sep 2006 08:27:51 +0000 |
michael |
print more correct error messges
libavcodec
|
Sat, 02 Sep 2006 23:10:28 +0000 |
mru |
remove redundant declarations
libavcodec
|
Mon, 28 Aug 2006 16:15:40 +0000 |
michael |
fix buffer handling
libavcodec
|
Sun, 27 Aug 2006 21:45:26 +0000 |
michael |
overread AV_LOG_ERROR -> AV_LOG_DEBUG
libavcodec
|
Sun, 27 Aug 2006 11:42:40 +0000 |
michael |
fix low bitrate mp3
libavcodec
|
Sun, 27 Aug 2006 07:19:11 +0000 |
michael |
check the validity of the amount of the remaining bytes in the bitsteam before memcpy
libavcodec
|
Sat, 26 Aug 2006 20:16:54 +0000 |
michael |
unused var
libavcodec
|
Sat, 26 Aug 2006 18:02:52 +0000 |
michael |
make mpa_decode_header() 10 times faster
libavcodec
|
Sat, 26 Aug 2006 17:29:31 +0000 |
michael |
another silly typo which surprisingly neither valgrind nor cmp of the file output cought
libavcodec
|
Sat, 26 Aug 2006 15:24:13 +0000 |
michael |
10l found by valgrind
libavcodec
|
Sat, 26 Aug 2006 12:19:05 +0000 |
michael |
remove duplicated parser, people who pass random gibblets of the bitstream into the decoder will have to pass it through a AVParser like for all other codecs too
libavcodec
|
Fri, 25 Aug 2006 14:42:32 +0000 |
michael |
avoid branch
libavcodec
|
Fri, 25 Aug 2006 13:58:27 +0000 |
michael |
move variable declarations so that their scope is smaller
libavcodec
|
Fri, 25 Aug 2006 13:46:56 +0000 |
michael |
move the +400 out of the innermost loop
libavcodec
|
Fri, 25 Aug 2006 13:36:27 +0000 |
michael |
avoid reading exponent twice
libavcodec
|
Fri, 25 Aug 2006 12:26:34 +0000 |
michael |
reduce size of vlc table, thats slightly faster here
libavcodec
|
Fri, 25 Aug 2006 11:55:20 +0000 |
michael |
try to avoid l3_unscale() by using a table
libavcodec
|
Fri, 25 Aug 2006 10:00:30 +0000 |
michael |
replace l3_unscale(1, exponents[pos]) by LUT
libavcodec
|
Fri, 25 Aug 2006 02:40:52 +0000 |
michael |
maybe fixing the segfault on ARM
libavcodec
|
Thu, 24 Aug 2006 12:35:53 +0000 |
michael |
10l typo
libavcodec
|
Thu, 24 Aug 2006 11:18:41 +0000 |
michael |
avoid a few if(x==0) checks in the inner loops
libavcodec
|
Thu, 24 Aug 2006 08:40:09 +0000 |
michael |
optimize reorder_block() though this function seems to be executed too rarely for this to make much difference
libavcodec
|
Thu, 24 Aug 2006 08:39:07 +0000 |
michael |
simplify
libavcodec
|
Thu, 24 Aug 2006 06:57:32 +0000 |
michael |
dont copy the whole GetBitContext around
libavcodec
|