log Makefile @ 5196:5e51f2429bf6 libavcodec

age author description
2007-07-02 benoit QT RLE encoder libavcodec
2007-06-25 benoit RoQ video encoder libavcodec
2007-06-15 mru replace TARGET_* with HAVE_* simplifying lists in configure script libavcodec
2007-06-15 mru replace TARGET_ARCH_* to ARCH_* for consistency libavcodec
2007-06-12 mhoffman integrating MPV_common_init_bfin into the build system and mpegvideo.c libavcodec
2007-06-07 diego Use consistent names for all test programs. libavcodec
2007-06-07 diego Preprocessor #defines starting with __ are reserved for the system. libavcodec
2007-06-06 diego Add some forgotten lib prefixes to Makefile variables. libavcodec
2007-06-06 diego Give all wrappers for external libraries names starting with lib. libavcodec
2007-05-29 benoit Split RoQ decoder to accommodate future encoder patch libavcodec
2007-05-23 takis Make the compilation of h264idct.c optional. libavcodec
2007-05-22 diego Remove mdct.o and fft.o from fft-test prerequisites list. libavcodec
2007-05-21 takis Only compile golomb.c when needed. libavcodec
2007-05-21 takis Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic libavcodec
2007-05-21 takis Only compile cabac.c when needed. libavcodec
2007-05-21 takis Split the h261.c file into separate files for the encoder, decoder and common stuff. libavcodec
2007-05-21 diego Rename motion_test.c to motion-test.c, which is the naming scheme used by all libavcodec
2007-05-20 aurel make compilation of mpegaudiodec conditional libavcodec
2007-05-20 aurel remove dependency of mpeg audio encoder over mpeg audio decoder libavcodec
2007-05-20 aurel loosen dependencies over mpegaudiodec libavcodec
2007-05-19 aurel move mjpeg-b decoder in its own file libavcodec
2007-05-19 aurel move sp5x decoder in its own file libavcodec
2007-05-19 aurel allows to disable jpegls decoder libavcodec
2007-05-19 aurel move mjpega_dump_header bitstream filter in its own file libavcodec
2007-05-19 aurel move imx_dump_header bitstream filter in its own file libavcodec
2007-05-19 aurel move dump_extradata bitstream filter in its own file libavcodec
2007-05-19 aurel move remove_extradata bitstream filter in its own file libavcodec
2007-05-19 aurel move noise bitstream filter in its own file libavcodec
2007-05-19 aurel move mp3_header_compress bitstream filter in its own file libavcodec
2007-05-19 aurel move mp3_header_decompress bitstream filter in its own file libavcodec
2007-05-19 aurel move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c libavcodec
2007-05-18 aurel split ljpeg encoder out of mjpeg.c libavcodec
2007-05-17 aurel remove libdts decoder, we have a native dts decoder libavcodec
2007-05-17 aurel split mjpeg.c into an encoder and a decoder file libavcodec
2007-05-17 aurel Only compile fft and mdct when needed. libavcodec
2007-05-16 diego Add libavcodec to compiler include flags in order to simplify header libavcodec
2007-05-14 takis Make vp3dsp*.c compilation optional. libavcodec
2007-05-13 aurel split jpeg_ls into jpeglsdec, jpeglsenc and jpegls libavcodec
2007-05-13 diego Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. libavcodec
2007-05-12 aurel make compilation of mjpeg.c optional libavcodec
2007-05-12 aurel allow to enable or disable every bitstream filters individually libavcodec
2007-05-12 diego cosmetics: Group all test targets together. libavcodec
2007-05-11 aurel rename pnm.c to pnmenc.c and pnm_common.c to pnm.c libavcodec
2007-05-10 aurel make compilation of pnm.c optional libavcodec
2007-05-10 aurel move pnm parser in its own file libavcodec
2007-05-10 aurel move mjpeg parser in its own file libavcodec
2007-05-10 aurel split h264.c to move parser in its own file libavcodec
2007-05-10 aurel rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c libavcodec
2007-05-10 aurel loosen vorbis_enc.c dependencies by spliting vorbis.c libavcodec
2007-05-10 takis Fix Vorbis encoder Xiph dependency by making sure the references to libavcodec
2007-05-10 aurel split msmpeg4 data to easily share some of it with vc1.c libavcodec
2007-05-10 aurel add missing rules for wmv2 compilation libavcodec
2007-05-09 diego Allow conditional compilation of H.263-related decoders. libavcodec
2007-05-09 aurel move cavs parser in it's own file libavcodec
2007-05-08 aurel move aac and ac3 parsers in their own files libavcodec
2007-05-08 diego Move H.263 parser to its own file. libavcodec
2007-05-07 ivo Renderware TXD decoder libavcodec
2007-05-07 benoit RoQ audio encoder libavcodec
2007-05-06 kostya Move VC-1 data to .c file libavcodec
2007-05-06 diego Move dvdsub parser to its own file. libavcodec