log mpegaudiodec.c @ 12475:9fef0a8ddd63 libavcodec

age author description
Tue, 27 Jul 2010 10:08:34 +0000 cehoyos Show correct bitrate for VBR MP3 files. libavcodec
Wed, 07 Jul 2010 10:36:26 +0000 michael Move ff_dct_init(context) out of if(one time init) libavcodec
Thu, 01 Jul 2010 23:21:20 +0000 mru mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c libavcodec
Thu, 01 Jul 2010 23:21:17 +0000 mru mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder libavcodec
Thu, 01 Jul 2010 21:08:20 +0000 aurel adu and mp3on4 functions are also needed by their respective float decoders libavcodec
Thu, 01 Jul 2010 21:04:12 +0000 vitor Altivec-optimized mp{1,2,3} windowing libavcodec
Wed, 30 Jun 2010 20:11:27 +0000 vitor More mp{1,2,3} 32-point DCT transform to our common DCT framework. libavcodec
Mon, 28 Jun 2010 04:55:36 +0000 vitor Use lookup table to avoid division in mp2 decoder libavcodec
Thu, 24 Jun 2010 07:44:50 +0000 vitor SSE-optimized MP3 floating point windowing functions libavcodec
Wed, 23 Jun 2010 20:45:36 +0000 vitor Move float-specific function to mpegaudiodec_float.c libavcodec
Wed, 23 Jun 2010 20:43:37 +0000 vitor Remove pointless condition in #if libavcodec
Sun, 20 Jun 2010 13:00:24 +0000 vitor Fix breakage in compilation with --disable-mpegaudio-hp introduced in libavcodec
Sat, 19 Jun 2010 09:56:05 +0000 vitor Factorize the mpegaudio windowing code in a function and call it by a libavcodec
Mon, 07 Jun 2010 11:43:12 +0000 vitor Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable libavcodec
Thu, 13 May 2010 18:06:44 +0000 michael 1.0 and the resulting exactly representable value must be marked as float as well, libavcodec
Thu, 13 May 2010 17:58:17 +0000 michael Cast constants to float to avoid gcc converting to and from libavcodec
Thu, 13 May 2010 10:04:31 +0000 michael Fix compilation with low precission mpeg audio decoding. libavcodec
Tue, 11 May 2010 21:31:54 +0000 michael Do the same sign flip optimization to the low freq decoder. libavcodec
Tue, 11 May 2010 21:20:33 +0000 michael Factorize READ_FLIP_SIGN() optimization out libavcodec
Tue, 11 May 2010 21:10:55 +0000 michael Optimize decoding high freqs. libavcodec
Tue, 11 May 2010 20:33:48 +0000 michael Make lsf_sf_expand() 4 times faster. libavcodec
Tue, 11 May 2010 19:52:42 +0000 michael float based mp1/mp2/mp3 decoders. libavcodec
Tue, 11 May 2010 14:49:48 +0000 michael Remove unused FRAC_RND() macro from mpegaudiodec.c. libavcodec
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavcodec
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavcodec
Sat, 06 Mar 2010 22:36:41 +0000 mru Make some functions static libavcodec
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
Mon, 16 Nov 2009 17:42:43 +0000 rbultje Use get_bits_left() instead of size_in_bits - get_bits_count(). libavcodec
Wed, 04 Nov 2009 23:33:08 +0000 vitor Reduce stack memory allocation in MP3 decoder libavcodec
Wed, 28 Oct 2009 18:42:52 +0000 reimar Add support for hardcoding the mpegaudiodec tables. libavcodec
Mon, 19 Oct 2009 17:21:02 +0000 reimar mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make libavcodec
Thu, 15 Oct 2009 17:10:07 +0000 reimar Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. libavcodec
Thu, 15 Oct 2009 06:59:23 +0000 reimar Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. libavcodec
Wed, 23 Sep 2009 11:44:30 +0000 michael Set data_size to 0 to avoid having it uninitialized. libavcodec
Wed, 23 Sep 2009 11:33:44 +0000 michael Check data_size in decode_frame_mp3on4(). libavcodec
Wed, 23 Sep 2009 11:29:38 +0000 michael check data_size in decode_frame() libavcodec
Fri, 04 Sep 2009 19:04:12 +0000 diego Reduce pointless verbosity after seeks in the MP3 decoder. libavcodec
Tue, 30 Jun 2009 03:57:27 +0000 michael Drop code that attempts to decode frames that are prefixed by junk. libavcodec
Tue, 05 May 2009 18:44:13 +0000 mru mpegaudio: enclose SUM8() macro args in parens when used libavcodec
Tue, 05 May 2009 18:44:10 +0000 mru mpegaudio: avoid unnecessary copy in high-precision mode libavcodec
Tue, 05 May 2009 18:44:07 +0000 mru mpegaudio: use av_clip() libavcodec
Mon, 04 May 2009 14:23:48 +0000 diego Do not scan for MP3 header after the given buffer and return skipped libavcodec
Fri, 17 Apr 2009 13:57:22 +0000 michael Remove unused variable from decode_init() found by CSA. libavcodec
Mon, 13 Apr 2009 16:20:26 +0000 stefano Rename bitstream.h to get_bits.h. libavcodec
Tue, 07 Apr 2009 15:59:50 +0000 rbultje Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an libavcodec
Sun, 22 Feb 2009 13:48:55 +0000 stefano Add missing av_cold in static init/close functions. 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
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. 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
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavcodec
Tue, 13 Jan 2009 19:32:08 +0000 michael Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. libavcodec
Mon, 22 Dec 2008 22:39:55 +0000 andoma Revert r16257: libavcodec
Sun, 21 Dec 2008 21:53:42 +0000 andoma Include "libavutil/common.h" where we use llrint() in case ffmpeg's libavcodec
Mon, 24 Nov 2008 09:28:55 +0000 mru Add shift argument to MULL() macro libavcodec
Tue, 21 Oct 2008 21:40:24 +0000 aurel uses FF_ARRAY_ELEMS() where appropriate libavcodec
Tue, 16 Sep 2008 01:49:32 +0000 michael Only print "invalid new backstep" when it is really invalid. libavcodec
Tue, 16 Sep 2008 00:31:32 +0000 michael Make decoder more robust by default against broken encoders. libavcodec
Mon, 08 Sep 2008 18:18:49 +0000 michael Rename error_resilience to error_recognition. libavcodec
Sun, 31 Aug 2008 20:26:28 +0000 michael Remove debuging junk that probably hasnt been used by anyone since years. libavcodec
Thu, 31 Jul 2008 12:09:11 +0000 benoit Use static vlc structure to decode layer 3 huffman tables. libavcodec
Sun, 20 Jul 2008 15:01:20 +0000 andoma Decrease severity of 'invalid new backstep' log message to warning libavcodec
Sun, 20 Jul 2008 14:58:49 +0000 andoma Supply context argument to av_log() in mpeg audio decoder. libavcodec
Sun, 13 Jul 2008 12:23:02 +0000 mru mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Sun, 27 Apr 2008 22:39:51 +0000 diego Add long names to AVCodec declarations. libavcodec
Sat, 26 Apr 2008 14:41:29 +0000 bcoudurier break if error in header so it can output already decoded frames libavcodec
Sat, 26 Apr 2008 14:36:34 +0000 bcoudurier merge init with declaration libavcodec
Sat, 26 Apr 2008 14:34:01 +0000 bcoudurier cosmetics: merge decls libavcodec
Sat, 26 Apr 2008 14:33:09 +0000 bcoudurier simplify: merge loops libavcodec
Sat, 26 Apr 2008 14:30:06 +0000 bcoudurier simplify libavcodec
Sat, 26 Apr 2008 14:28:18 +0000 bcoudurier simplify: remove useless fields and vars libavcodec
Sat, 26 Apr 2008 14:22:43 +0000 bcoudurier move MP3On4DecodeContext def near the code and under ifdef libavcodec
Sat, 26 Apr 2008 14:18:29 +0000 bcoudurier correctly patch syncword for samples rates < 16000, decoder now fully support all iso ref files libavcodec
Sat, 26 Apr 2008 14:10:31 +0000 bcoudurier fix 1 frame config decoding libavcodec
Sat, 26 Apr 2008 14:08:34 +0000 bcoudurier remove old draft last case not present anymore in iso specs libavcodec
Sat, 26 Apr 2008 13:56:52 +0000 bcoudurier use mpeg4audio common code libavcodec
Sat, 26 Apr 2008 13:08:16 +0000 bcoudurier simplify libavcodec
Sat, 26 Apr 2008 13:03:41 +0000 bcoudurier correctly compute out_size and samples number libavcodec
Sat, 26 Apr 2008 12:59:46 +0000 bcoudurier fsize is 12 bits according to specs libavcodec
Sat, 26 Apr 2008 12:51:52 +0000 bcoudurier simplify using FFMIN3 libavcodec
Sat, 26 Apr 2008 12:39:45 +0000 bcoudurier return error if buf_size is too small libavcodec
Sat, 26 Apr 2008 12:34:37 +0000 bcoudurier values can fit uint8_t libavcodec
Sat, 26 Apr 2008 12:33:02 +0000 bcoudurier add const libavcodec
Thu, 20 Mar 2008 09:38:55 +0000 bcoudurier omg, fix compilation libavcodec
Thu, 20 Mar 2008 09:36:04 +0000 bcoudurier correctly set avctx->frame_size for mp3on4 and mp3adu libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Fri, 01 Feb 2008 03:26:31 +0000 michael consts libavcodec
Fri, 11 Jan 2008 21:34:05 +0000 michael Factorize some code into functions, had this in my tree and will be libavcodec
Fri, 11 Jan 2008 18:20:42 +0000 michael Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com. libavcodec
Fri, 11 Jan 2008 18:18:45 +0000 michael Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. libavcodec
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