Sat, 26 Jun 2004 10:09:58 +0000 |
alex |
warning fix
libavcodec
|
Fri, 21 May 2004 14:37:16 +0000 |
michael |
data_size = 0 cleanup
libavcodec
|
Sun, 21 Mar 2004 21:58:14 +0000 |
michael |
static allocation rewrite (old code was plain a broken mess)
libavcodec
|
Wed, 04 Feb 2004 15:49:55 +0000 |
michael |
fixes by Gildas Bazin <gbazin at altern dot org>
libavcodec
|
Mon, 26 Jan 2004 19:14:02 +0000 |
michael |
10l
libavcodec
|
Thu, 08 Jan 2004 23:51:23 +0000 |
michael |
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavcodec
|
Thu, 08 Jan 2004 21:08:57 +0000 |
michael |
optimize compute_antialias() and add a floating point based alternative (2x faster)
libavcodec
|
Mon, 10 Nov 2003 15:21:16 +0000 |
bellard |
exported mpa_decode_header for new parser API
libavcodec
|
Mon, 08 Sep 2003 22:49:26 +0000 |
bellard |
update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)
libavcodec
|
Mon, 08 Sep 2003 22:04:29 +0000 |
bellard |
CODEC_ID_MP3LAME is obsolete
libavcodec
|
Thu, 28 Aug 2003 13:38:06 +0000 |
bellard |
fixed audio frame buffering problem (should correct problems on some streams) - faster synthesis filter - prototype 'parse_only' support
libavcodec
|
Sun, 24 Aug 2003 22:01:33 +0000 |
bellard |
memmove fixes (Jon Burgess)
libavcodec
|
Tue, 18 Mar 2003 17:22:23 +0000 |
michaelni |
merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later)
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
|
Mon, 10 Feb 2003 09:35:32 +0000 |
kabi |
* static,const,compiler warning cleanup
libavcodec
|
Tue, 21 Jan 2003 17:34:12 +0000 |
michaelni |
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
libavcodec
|
Sun, 19 Jan 2003 18:30:29 +0000 |
michaelni |
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Mns Rullgrd))
libavcodec
|
Tue, 03 Dec 2002 19:40:35 +0000 |
kabi |
* two functions to handle allocation of static data more simple
libavcodec
|
Mon, 04 Nov 2002 20:57:08 +0000 |
michaelni |
vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)
libavcodec
|
Fri, 09 Aug 2002 10:43:02 +0000 |
kabi |
* resync without endless loop
libavcodec
|
Tue, 09 Jul 2002 10:35:10 +0000 |
michaelni |
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler)
libavcodec
|
Mon, 03 Jun 2002 11:16:11 +0000 |
mellum |
Minor warning cleanup.
libavcodec
|
Sat, 01 Jun 2002 14:34:29 +0000 |
bellard |
fixed layer1/2 overflow if very loud sound - fixed broken free format decoding to pass all mpeg audio standard decoding tests (please avoid patching the parser without having all test streams available - contact me if necessary)
libavcodec
|
Mon, 27 May 2002 16:42:14 +0000 |
kabi |
* started to cleanup name clashes for onetime compilation
libavcodec
|
Sun, 26 May 2002 14:41:53 +0000 |
bellard |
removed invalid buffer handling
libavcodec
|
Sat, 25 May 2002 22:45:33 +0000 |
glantau |
license/copyright change
libavcodec
|
Tue, 21 May 2002 21:07:47 +0000 |
glantau |
fixed incorrect global gain - slightly increased precision of n^(4/3) table
libavcodec
|
Mon, 20 May 2002 21:15:53 +0000 |
glantau |
fixed one overflow problem
libavcodec
|
Sat, 18 May 2002 22:58:08 +0000 |
glantau |
put all integer init code to compute n^(4/3) - memory alloc and header fixes
libavcodec
|