log Makefile @ 10839:c6a18dab71d2 libavcodec

age author description
Mon, 11 Jan 2010 00:31:52 +0000 conrad Add support for dirac in ogg libavcodec
Sun, 10 Jan 2010 21:38:15 +0000 vitor SIPR decoder for modes 8k5, 6k5 and 5k0. libavcodec
Sun, 10 Jan 2010 05:41:36 +0000 pross Deluxe Paint Animation decoder libavcodec
Sat, 09 Jan 2010 14:59:06 +0000 michael Split H263 encoder and decoder from common code. libavcodec
Sat, 09 Jan 2010 13:28:04 +0000 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
Thu, 07 Jan 2010 23:53:49 +0000 michael Split the mpeg4 encoder and decoder off h263.c libavcodec
Thu, 07 Jan 2010 06:25:41 +0000 michael Split out intel H263 decoder. libavcodec
Thu, 07 Jan 2010 05:36:45 +0000 michael Split flv decoding out. libavcodec
Thu, 07 Jan 2010 04:42:39 +0000 michael Split out flv encoding. libavcodec
Tue, 29 Dec 2009 17:16:07 +0000 diego Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser. libavcodec
Tue, 29 Dec 2009 14:18:27 +0000 diego The MLP decoder depends on the MLP parser. libavcodec
Tue, 29 Dec 2009 13:48:48 +0000 diego Enable the TrueHD decoder when the MLP decoder is enabled. libavcodec
Tue, 29 Dec 2009 13:14:41 +0000 diego Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. libavcodec
Tue, 29 Dec 2009 11:42:16 +0000 diego Declare AAC parser dependencies in configure. libavcodec
Tue, 29 Dec 2009 11:33:51 +0000 diego The S/P-DIF muxer depends on mpeg4audio.o. libavcodec
Tue, 29 Dec 2009 11:11:07 +0000 diego Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. libavcodec
Tue, 29 Dec 2009 08:48:18 +0000 gb Add H.264 bitstream decoding through VAAPI. libavcodec
Tue, 29 Dec 2009 02:51:38 +0000 diego vc1_parser.o does not depend on h263dec.o and intrax8.o. libavcodec
Mon, 28 Dec 2009 18:05:34 +0000 diego Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure. libavcodec
Mon, 28 Dec 2009 18:00:07 +0000 diego Declare dependencies for H.263 family decoders in configure. libavcodec
Mon, 28 Dec 2009 17:45:31 +0000 diego Declare the dependency of the H.263 decoder on the H.263 parser in configure. libavcodec
Wed, 23 Dec 2009 16:01:15 +0000 kostya Auravision Aura 2 decoder libavcodec
Wed, 23 Dec 2009 13:04:57 +0000 kostya Add Auravision Aura decoding support libavcodec
Thu, 17 Dec 2009 18:56:56 +0000 reimar Add decoder for R210 (uncompressed 10-bit RGB) codec. libavcodec
Thu, 17 Dec 2009 17:25:31 +0000 vitor CD+G demuxer and decoder libavcodec
Wed, 02 Dec 2009 14:56:45 +0000 mru ARM: NEON optimised H264 16x16, 8x8 pred libavcodec
Thu, 26 Nov 2009 21:20:28 +0000 reimar Add support for hardcoding the motionpixels rgb to yuv table. libavcodec
Wed, 25 Nov 2009 23:29:36 +0000 diego -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. libavcodec
Wed, 11 Nov 2009 22:36:17 +0000 cehoyos Add MPEG-4 Audio Lossless Coding (ALS) decoder. libavcodec
Thu, 29 Oct 2009 00:55:35 +0000 mru Add generic rules for building helpers with HOSTCC libavcodec
Wed, 28 Oct 2009 19:49:19 +0000 mru Makefile cosmetics libavcodec
Wed, 28 Oct 2009 19:49:16 +0000 mru Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set libavcodec
Wed, 28 Oct 2009 19:15:42 +0000 reimar Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. libavcodec
Wed, 28 Oct 2009 18:42:52 +0000 reimar Add support for hardcoding the mpegaudiodec tables. libavcodec
Wed, 28 Oct 2009 10:51:51 +0000 michael Split synth filter out of dca.c. libavcodec
Wed, 28 Oct 2009 06:41:58 +0000 diego Split PAM encoder off into its own file. libavcodec
Wed, 28 Oct 2009 06:34:00 +0000 diego Split the decoders from pnmen.c off into their own file. libavcodec
Wed, 28 Oct 2009 06:32:35 +0000 diego The encoders in pnmenc.c now depend on the init/end functions in pnm.c. libavcodec
Fri, 23 Oct 2009 11:51:12 +0000 diego Compile LPC code when CONFIG_LPC is set. libavcodec
Tue, 20 Oct 2009 14:16:23 +0000 reimar sin_tables.c is a generated file, so add it to CLEANFILES libavcodec
Mon, 19 Oct 2009 22:45:22 +0000 diego Add missing dependency of the S/PDIF muxer on the AAC parser. libavcodec
Sun, 18 Oct 2009 19:51:18 +0000 jbr add CONFIG_LPC to the build system for lpc dsputil functions. fixes build libavcodec
Sun, 18 Oct 2009 14:34:45 +0000 diego Fix typo that mistakenly slipped into previous commit: libavcodec
Sun, 18 Oct 2009 10:47:40 +0000 diego cosmetics: Break overly long lines. libavcodec
Sat, 17 Oct 2009 21:00:39 +0000 jbr Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodec
Fri, 16 Oct 2009 07:55:57 +0000 reimar Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodec
Thu, 15 Oct 2009 18:04:55 +0000 reimar Add support for hardcoded ff_sin_* tables. libavcodec
Wed, 14 Oct 2009 21:41:24 +0000 reimar Use hardcoded instead of runtime-calculated ff_cos_* tables if libavcodec
Tue, 13 Oct 2009 18:15:57 +0000 reimar Add decoder for "forward uncompressed". libavcodec
Tue, 06 Oct 2009 21:55:35 +0000 mru ARM: ARMv6 optimised add_pixels_clamped() libavcodec
Sun, 04 Oct 2009 13:13:02 +0000 mru ARM: clean up file/function naming conventions libavcodec
Sun, 04 Oct 2009 13:12:55 +0000 mru ARM: clean up dsputil initialisation libavcodec
Tue, 22 Sep 2009 17:28:03 +0000 banan Hook up the MD studio demuxer and Atrac1 decoder. libavcodec
Tue, 15 Sep 2009 21:14:14 +0000 mru Move per-arch fft init bits into the corresponding subdirs libavcodec
Thu, 10 Sep 2009 08:50:03 +0000 mru ARM: NEON optimised FFT and MDCT libavcodec
Tue, 08 Sep 2009 19:25:54 +0000 banan Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c. libavcodec
Wed, 02 Sep 2009 16:41:49 +0000 faust3 add missing wmapro decoder parts libavcodec
Wed, 26 Aug 2009 22:10:35 +0000 cehoyos Decoder for LPCM as used in Bluray discs. libavcodec
Tue, 25 Aug 2009 08:47:39 +0000 cehoyos Add Bluray Subtitle Support libavcodec
Sun, 23 Aug 2009 11:02:37 +0000 mru Skip headers requiring external libs not present in checkheaders libavcodec