Sat, 06 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Wed, 04 Nov 2009 23:33:08 +0000 |
vitor |
Reduce stack memory allocation in MP3 decoder
libavcodec
|
Mon, 19 Oct 2009 17:21:02 +0000 |
reimar |
mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make
libavcodec
|
Wed, 26 Aug 2009 12:12:40 +0000 |
mru |
Remove some unnecessary alignment specifiers
libavcodec
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Fri, 23 Jan 2009 12:09:32 +0000 |
andoma |
Avoid allocating MPADecodeContext on stack.
libavcodec
|
Fri, 16 Jan 2009 00:03:51 +0000 |
aurel |
explicitly disable CONFIG_AUDIO_NONSHORT
libavcodec
|
Wed, 14 Jan 2009 21:41:05 +0000 |
aurel |
simplify: group all the AUDIO_NONSHORT parameters in the same place
libavcodec
|
Wed, 14 Jan 2009 07:57:12 +0000 |
diego |
Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.
libavcodec
|
Wed, 14 Jan 2009 00:48:17 +0000 |
diego |
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
libavcodec
|
Sun, 21 Dec 2008 23:50:16 +0000 |
michael |
Change mpeg audio parser so it only sets frame_size, channels and bit_rate
libavcodec
|
Mon, 08 Sep 2008 18:18:49 +0000 |
michael |
Rename error_resilience to error_recognition.
libavcodec
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavcodec
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
libavcodec
|
Sat, 16 Jun 2007 22:58:43 +0000 |
mru |
move a couple of macros and structs to mpegaudio.h
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:24:34 +0000 |
aurel |
move mp3_header_decompress bitstream filter in its own file
libavcodec
|
Sat, 19 May 2007 00:06:02 +0000 |
aurel |
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
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
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sun, 10 Sep 2006 14:02:42 +0000 |
diego |
Add official LGPL license headers to the files that were missing them.
libavcodec
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Tue, 18 Oct 2005 20:16:43 +0000 |
rtognimp |
QDM2 compatible decoder
libavcodec
|
Sun, 30 Jan 2005 14:04:56 +0000 |
michael |
dithering for the mpeg audio decoder
libavcodec
|
Mon, 10 Nov 2003 15:21:16 +0000 |
bellard |
exported mpa_decode_header for new parser API
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Tue, 04 Jun 2002 12:53:11 +0000 |
bellard |
added missing externs
libavcodec
|
Sat, 15 Sep 2001 22:42:25 +0000 |
glantau |
merged code and tables between encoder and decoder
libavcodec
|
Mon, 13 Aug 2001 21:48:05 +0000 |
glantau |
win32 fixes
libavcodec
|
Sun, 22 Jul 2001 14:18:56 +0000 |
glantau |
Initial revision
libavcodec
|