log mpegaudiodec.c @ 3609:6560c84eef72 libavcodec

age author description
Thu, 24 Aug 2006 00:03:51 +0000 michael use memset() instead of slow c loops libavcodec
Wed, 23 Aug 2006 23:40:03 +0000 michael simplify libavcodec
Wed, 23 Aug 2006 23:39:27 +0000 aurel fix arm asm compilation in mpegaudiodec libavcodec
Tue, 22 Aug 2006 13:25:09 +0000 michael MUL* for ARM code based on a patch by Siarhei Siamashka libavcodec
Tue, 22 Aug 2006 12:07:02 +0000 michael replace MULL with asm too, no significnat speedup but its probably better to not take any chances, some versions of gcc will almost certainly mess it up too if they can libavcodec
Tue, 22 Aug 2006 11:51:09 +0000 michael replacing MULH by asm for x86 libavcodec
Tue, 22 Aug 2006 11:16:47 +0000 michael indent preprocessor directives libavcodec
Tue, 22 Aug 2006 11:11:04 +0000 michael make high precission synth filter 3 times faster on x86 libavcodec
Tue, 22 Aug 2006 06:24:59 +0000 michael replace MULL by MULH + shift in dct32() (code is very slightly faster, and the compiler should be able to optimize the shift away on 64bit archs) libavcodec
Mon, 21 Aug 2006 12:12:43 +0000 michael replace a few MULL by MULH libavcodec
Sun, 20 Aug 2006 22:18:26 +0000 michael reorder butterflies to reduce memory load/store libavcodec
Fri, 07 Jul 2006 10:50:14 +0000 michael table contains vlc with 19 bits and 8*2 < 19 libavcodec
Wed, 08 Mar 2006 11:43:10 +0000 diego (f)printf --> av_log conversion libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Sun, 08 Jan 2006 19:31:21 +0000 banan get_vlc -> get_vlc2 transition. 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
Sat, 15 Oct 2005 16:29:58 +0000 rtognimp Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg libavcodec
Wed, 12 Oct 2005 22:37:42 +0000 alex removed unused CONFIG_AUDIO_NONSHORT libavcodec
Wed, 01 Jun 2005 21:19:00 +0000 michael adding a few const libavcodec
Thu, 05 May 2005 20:05:41 +0000 michael check for error libavcodec
Wed, 02 Mar 2005 20:46:06 +0000 michael cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc bug related to frexp() libavcodec
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavcodec
Tue, 15 Feb 2005 20:58:32 +0000 rtognimp Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4) libavcodec
Thu, 03 Feb 2005 03:28:27 +0000 michael merge a few shifts into the dequantization, faster and more accurate, lets hope it doesnt overflow libavcodec
Wed, 02 Feb 2005 22:38:28 +0000 michael optimizing imdct12 libavcodec
Wed, 02 Feb 2005 01:37:33 +0000 michael optimize antialias libavcodec
Tue, 01 Feb 2005 23:43:07 +0000 michael faster, simpler and more accurate l3_unscale() libavcodec
Tue, 01 Feb 2005 21:27:18 +0000 michael optimizing imdct36() libavcodec
Mon, 31 Jan 2005 12:16:21 +0000 michael support 32bit output for the mpeg audio decoder libavcodec
Mon, 31 Jan 2005 04:06:47 +0000 michael more accurate dequant of near zero coefficients libavcodec
Mon, 31 Jan 2005 03:14:22 +0000 michael 10l (missing overflow check) libavcodec
Sun, 30 Jan 2005 14:10:30 +0000 michael 10l (didnt test code after cvs up ...) libavcodec
Sun, 30 Jan 2005 14:04:56 +0000 michael dithering for the mpeg audio decoder libavcodec
Fri, 28 Jan 2005 19:54:10 +0000 alex exported ff_mpa_synth_filter for upcoming qdm2 decoder libavcodec
Sat, 15 Jan 2005 14:59:47 +0000 rtognimp Decode MP3 in ADU format libavcodec
Wed, 12 Jan 2005 00:59:42 +0000 michael dissallow sprintf libavcodec
Wed, 29 Dec 2004 17:50:25 +0000 michael common.c -> bitstream.c (and the single non bitstream func -> utils.c) libavcodec
Sat, 27 Nov 2004 18:10:06 +0000 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
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