524 Commits (6865337f7bfa38029cf73b7b7026b446051ce1a2)

Author SHA1 Message Date
Aurelien Jacobs bdf5df0865 conditional compilation of motion_est.c 17 years ago
Aurelien Jacobs df8e34603b makes compilation of h263.o and mpegvideo_enc.o conditional 17 years ago
Aurelien Jacobs 3a763f0f0b split rawvideo encoder and decoder in their own files 17 years ago
Aurelien Jacobs 0d336e44db compile rangecoder.o only when needed 17 years ago
Stefan Gehrer 844d9012a6 split decoder-specific parts into their own file 17 years ago
Aurelien Jacobs 5416616588 split SVQ1 decoder and encoder in their own files 17 years ago
Aurelien Jacobs a6bc573158 split mpeg12 encoder out of mpeg12.c 17 years ago
Benoit Fouet 3ada94ba28 Description: split mpegvideo.c 17 years ago
Alexis Ballier d3b7406c6f QT RLE encoder 18 years ago
Vitor Sessak 03e3e76544 RoQ video encoder 18 years ago
Måns Rullgård 3f5b56e58b replace TARGET_* with HAVE_* simplifying lists in configure script 18 years ago
Måns Rullgård 18ca9a4a99 replace TARGET_ARCH_* to ARCH_* for consistency 18 years ago
Marc Hoffman 1a822d303f integrating MPV_common_init_bfin into the build system and mpegvideo.c 18 years ago
Diego Biurrun 2458c5c1c4 Use consistent names for all test programs. 18 years ago
Diego Biurrun 34933442ac Preprocessor #defines starting with __ are reserved for the system. 18 years ago
Diego Biurrun 9097a8e48d Add some forgotten lib prefixes to Makefile variables. 18 years ago
Diego Biurrun 6f1af73557 Give all wrappers for external libraries names starting with lib. 18 years ago
Vitor Sessak 55c970e349 Split RoQ decoder to accommodate future encoder patch 18 years ago
Panagiotis Issaris 4edda03480 Make the compilation of h264idct.c optional. 18 years ago
Diego Biurrun f353fbd205 Remove mdct.o and fft.o from fft-test prerequisites list. 18 years ago
Panagiotis Issaris 6f9a35bb35 Only compile golomb.c when needed. 18 years ago
Panagiotis Issaris d72ecaf5af Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic 18 years ago
Panagiotis Issaris 8fae7b6f60 Only compile cabac.c when needed. 18 years ago
Panagiotis Issaris d632239c9c Split the h261.c file into separate files for the encoder, decoder and common stuff. 18 years ago
Diego Biurrun 86c33b29d2 Rename motion_test.c to motion-test.c, which is the naming scheme used by all 18 years ago
Aurelien Jacobs 9f77cab2a0 make compilation of mpegaudiodec conditional 18 years ago
Aurelien Jacobs 08aa2c9bd2 remove dependency of mpeg audio encoder over mpeg audio decoder 18 years ago
Aurelien Jacobs 4bd8e17c8d loosen dependencies over mpegaudiodec 18 years ago
Aurelien Jacobs 0a59a18b4e move mjpeg-b decoder in its own file 18 years ago
Aurelien Jacobs 40cce9ff91 move sp5x decoder in its own file 18 years ago
Aurelien Jacobs 5acd8d9e77 allows to disable jpegls decoder 18 years ago
Aurelien Jacobs d2f43ca998 move mjpega_dump_header bitstream filter in its own file 18 years ago
Aurelien Jacobs ab8072a6a2 move imx_dump_header bitstream filter in its own file 18 years ago
Aurelien Jacobs 8bf63e1c80 move dump_extradata bitstream filter in its own file 18 years ago
Aurelien Jacobs 5209c83607 move remove_extradata bitstream filter in its own file 18 years ago
Aurelien Jacobs cd7105e6a0 move noise bitstream filter in its own file 18 years ago
Aurelien Jacobs a975d9e288 move mp3_header_compress bitstream filter in its own file 18 years ago
Aurelien Jacobs b57eed12da move mp3_header_decompress bitstream filter in its own file 18 years ago
Aurelien Jacobs 4991c0516d move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c 18 years ago
Aurelien Jacobs d9c9259f89 split ljpeg encoder out of mjpeg.c 18 years ago
Aurelien Jacobs 670a6b133b remove libdts decoder, we have a native dts decoder 18 years ago
Aurelien Jacobs 4922a5b0ee split mjpeg.c into an encoder and a decoder file 18 years ago
Benjamin Larsson 78a010fb00 Only compile fft and mdct when needed. 18 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Panagiotis Issaris 9b5dc86746 Make vp3dsp*.c compilation optional. 18 years ago
Aurelien Jacobs 6ba04c2b03 split jpeg_ls into jpeglsdec, jpeglsenc and jpegls 18 years ago
Diego Biurrun 1adf2e564a Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. 18 years ago
Aurelien Jacobs f6993c9fa1 make compilation of mjpeg.c optional 18 years ago
Jason Millard cd61e40781 allow to enable or disable every bitstream filters individually 18 years ago
Diego Biurrun 7f4f3e169f cosmetics: Group all test targets together. 18 years ago