summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
* Use consistent names for all test programs.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun2007-06-07
| | | | Originally committed as revision 9251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some forgotten lib prefixes to Makefile variables.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06
| | | | Originally committed as revision 9226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split RoQ decoder to accommodate future encoder patchVitor Sessak2007-05-29
| | | | | | | | patch by Vitor vitor1001 gmail moc original thread: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2 date: 05/27/2007 12:21 PM Originally committed as revision 9149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the compilation of h264idct.c optional.Panagiotis Issaris2007-05-23
| | | | Originally committed as revision 9105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mdct.o and fft.o from fft-test prerequisites list.Diego Biurrun2007-05-22
| | | | | | | | Both objects were added to the link command, resulting in multiple definitions of symbols. Now linking works in the general case when mdct.o and fft.o are compiled into libavcodec.a. Originally committed as revision 9097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile golomb.c when needed.Panagiotis Issaris2007-05-21
| | | | Originally committed as revision 9094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when the Sonic encoder and decoder were disabled and only ↵Panagiotis Issaris2007-05-21
| | | | | | | | the Sonic LS encoder enabled. Originally committed as revision 9093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile cabac.c when needed.Panagiotis Issaris2007-05-21
| | | | Originally committed as revision 9092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the h261.c file into separate files for the encoder, decoder and ↵Panagiotis Issaris2007-05-21
| | | | | | common stuff. Originally committed as revision 9090 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename motion_test.c to motion-test.c, which is the naming scheme used by allDiego Biurrun2007-05-21
| | | | | | | other test programs. As a positive sideeffect, this makes the build system try to actually create the executable file. Originally committed as revision 9086 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make compilation of mpegaudiodec conditionalAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9083 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9082 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20
| | | | Originally committed as revision 9080 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mjpeg-b decoder in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move sp5x decoder in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allows to disable jpegls decoderAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move imx_dump_header bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dump_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move remove_extradata bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move noise bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mp3_header_compress bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-19
| | | | Originally committed as revision 9060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-18
| | | | Originally committed as revision 9057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove libdts decoder, we have a native dts decoderAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mjpeg.c into an encoder and a decoder fileAurelien Jacobs2007-05-17
| | | | Originally committed as revision 9048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile fft and mdct when needed.Benjamin Larsson2007-05-17
| | | | | | Initial patch by Benjamin Larsson. Originally committed as revision 9046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
| | | | | | | include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make vp3dsp*.c compilation optional.Panagiotis Issaris2007-05-14
| | | | Originally committed as revision 9025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs2007-05-13
| | | | Originally committed as revision 9021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.Diego Biurrun2007-05-13
| | | | Originally committed as revision 9020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make compilation of mjpeg.c optionalAurelien Jacobs2007-05-12
| | | | Originally committed as revision 9011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow to enable or disable every bitstream filters individuallyJason Millard2007-05-12
| | | | | | | | Original patch by Jason Millard jsm174 _at_ gmail Date: On Fri, 11 May 2007 11:14:01 -0400 Subject: [FFmpeg-devel] enable/disable bitstream filters? Originally committed as revision 9010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Group all test targets together.Diego Biurrun2007-05-12
| | | | Originally committed as revision 9004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename pnm.c to pnmenc.c and pnm_common.c to pnm.cAurelien Jacobs2007-05-11
| | | | Originally committed as revision 8996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make compilation of pnm.c optionalAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move pnm parser in its own fileAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move mjpeg parser in its own fileAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.cAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loosen vorbis_enc.c dependencies by spliting vorbis.cAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Vorbis encoder Xiph dependency by making sure the references toPanagiotis Issaris2007-05-10
| | | | | | ff_split_xiph_headers() are there. Originally committed as revision 8978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing rules for wmv2 compilationAurelien Jacobs2007-05-10
| | | | Originally committed as revision 8968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-09
| | | | Originally committed as revision 8949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move cavs parser in it's own fileAurelien Jacobs2007-05-09
| | | | Originally committed as revision 8945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move aac and ac3 parsers in their own filesAurelien Jacobs2007-05-08
| | | | Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk