log mpc7.c @ 12530:63edd10ad4bc libavcodec tip

age author description
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
Thu, 28 Jan 2010 21:01:50 +0000 reimar Move variable declaration to block where it is used and simplify code. libavcodec
Thu, 28 Jan 2010 20:15:19 +0000 reimar Extract duplicated code into a separate function. libavcodec
Mon, 30 Nov 2009 10:25:20 +0000 attila Fix an issue uncovered by commit 20623: libavcodec
Thu, 14 May 2009 00:02:07 +0000 conrad Use skip_bits_long() for large skips libavcodec
Mon, 20 Apr 2009 15:36:27 +0000 kostya Compact and make constant two tables used by Musepack decoders libavcodec
Fri, 17 Apr 2009 14:09:56 +0000 kostya Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders 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, 08 Mar 2009 16:37:57 +0000 kostya Make Musepack decoders use LFG pseudorandom generator libavcodec
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavcodec
Sun, 18 Jan 2009 23:04:33 +0000 stefano Replace calls to the deprecated function av_init_random() with 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
Wed, 19 Nov 2008 14:57:48 +0000 kostya Add channel layout to several audio decoders I maintain libavcodec
Thu, 31 Jul 2008 10:47:31 +0000 pross Modify all codecs to report their supported input and output sample format(s). libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavcodec
Tue, 29 Apr 2008 07:11:59 +0000 diego Transform codec names into single words. libavcodec
Sun, 27 Apr 2008 10:52:44 +0000 diego Add long names to many AVCodec declarations. libavcodec
Fri, 21 Mar 2008 03:11:20 +0000 zuxy Apply 'cold' attribute to init/uninit functions in libavcodec libavcodec
Wed, 13 Feb 2008 09:26:10 +0000 diego typo fix: inited --> initialized libavcodec
Fri, 01 Feb 2008 13:51:06 +0000 michael Casts to silcence "incompatible pointer type" warnings. libavcodec
Fri, 01 Feb 2008 03:26:31 +0000 michael consts libavcodec
Fri, 02 Nov 2007 06:40:42 +0000 kostya Split Musepack decoder into SV7 decoder and synth core libavcodec base mpc.c@c478c8b52df1