log Makefile @ 10895:1cebb3ea364b libavcodec

age author description
2010-01-16 vitor SIPR16k decoder libavcodec
2010-01-13 michael Split cabac decoding code out of h264.c. libavcodec
2010-01-13 michael Split cavlc out of h264.c. libavcodec
2010-01-12 michael Split all the reference picture handling off h264.c. libavcodec
2010-01-12 michael Split (picture|seq) parameter set decoding out of h264.c. libavcodec
2010-01-12 michael Split SEI code off h264.c. libavcodec
2010-01-12 michael Split direct mode (macro)block decoding off h264.c. libavcodec
2010-01-12 michael Split h264 loop filter off h264.c. libavcodec
2010-01-12 michael Move svq3.o to the correct spot. libavcodec
2010-01-12 michael Get rid of #include "svq3.c" libavcodec
2010-01-11 conrad Add support for dirac in ogg libavcodec
2010-01-10 vitor SIPR decoder for modes 8k5, 6k5 and 5k0. libavcodec
2010-01-10 pross Deluxe Paint Animation decoder libavcodec
2010-01-09 michael Split H263 encoder and decoder from common code. libavcodec
2010-01-09 reimar Add support for hard-coded MDCT-related ff_sine_windows tables. libavcodec
2010-01-07 michael Split the mpeg4 encoder and decoder off h263.c libavcodec
2010-01-07 michael Split out intel H263 decoder. libavcodec
2010-01-07 michael Split flv decoding out. libavcodec
2010-01-07 michael Split out flv encoding. libavcodec
2009-12-29 diego Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser. libavcodec
2009-12-29 diego The MLP decoder depends on the MLP parser. libavcodec
2009-12-29 diego Enable the TrueHD decoder when the MLP decoder is enabled. libavcodec
2009-12-29 diego Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in configure. libavcodec
2009-12-29 diego Declare AAC parser dependencies in configure. libavcodec
2009-12-29 diego The S/P-DIF muxer depends on mpeg4audio.o. libavcodec
2009-12-29 diego Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in configure. libavcodec
2009-12-29 gb Add H.264 bitstream decoding through VAAPI. libavcodec
2009-12-29 diego vc1_parser.o does not depend on h263dec.o and intrax8.o. libavcodec
2009-12-28 diego Declare dependencies of RV10/RV20 decoders on the H.263 decoder in configure. libavcodec
2009-12-28 diego Declare dependencies for H.263 family decoders in configure. libavcodec
2009-12-28 diego Declare the dependency of the H.263 decoder on the H.263 parser in configure. libavcodec
2009-12-23 kostya Auravision Aura 2 decoder libavcodec
2009-12-23 kostya Add Auravision Aura decoding support libavcodec
2009-12-17 reimar Add decoder for R210 (uncompressed 10-bit RGB) codec. libavcodec
2009-12-17 vitor CD+G demuxer and decoder libavcodec
2009-12-02 mru ARM: NEON optimised H264 16x16, 8x8 pred libavcodec
2009-11-26 reimar Add support for hardcoding the motionpixels rgb to yuv table. libavcodec
2009-11-25 diego -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho. libavcodec
2009-11-11 cehoyos Add MPEG-4 Audio Lossless Coding (ALS) decoder. libavcodec
2009-10-29 mru Add generic rules for building helpers with HOSTCC libavcodec
2009-10-28 mru Makefile cosmetics libavcodec
2009-10-28 mru Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set libavcodec
2009-10-28 reimar Fix dependency: generated table is needed to create the mpegaudiodec.o file, not the .c one. libavcodec
2009-10-28 reimar Add support for hardcoding the mpegaudiodec tables. libavcodec
2009-10-28 michael Split synth filter out of dca.c. libavcodec
2009-10-28 diego Split PAM encoder off into its own file. libavcodec
2009-10-28 diego Split the decoders from pnmen.c off into their own file. libavcodec
2009-10-28 diego The encoders in pnmenc.c now depend on the init/end functions in pnm.c. libavcodec
2009-10-23 diego Compile LPC code when CONFIG_LPC is set. libavcodec
2009-10-20 reimar sin_tables.c is a generated file, so add it to CLEANFILES libavcodec
2009-10-19 diego Add missing dependency of the S/PDIF muxer on the AAC parser. libavcodec
2009-10-18 jbr add CONFIG_LPC to the build system for lpc dsputil functions. fixes build libavcodec
2009-10-18 diego Fix typo that mistakenly slipped into previous commit: libavcodec
2009-10-18 diego cosmetics: Break overly long lines. libavcodec
2009-10-17 jbr Move autocorrelation function from flacenc.c to lpc.c. Also rename the libavcodec
2009-10-16 reimar Split parts of dvdata.h into dvdata.c, this ensures that things like libavcodec
2009-10-15 reimar Add support for hardcoded ff_sin_* tables. libavcodec
2009-10-14 reimar Use hardcoded instead of runtime-calculated ff_cos_* tables if libavcodec
2009-10-13 reimar Add decoder for "forward uncompressed". libavcodec
2009-10-06 mru ARM: ARMv6 optimised add_pixels_clamped() libavcodec