Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-05split mpeg12 encoder out of mpeg12.cAurelien Jacobs
2007-07-03Description: split mpegvideo.cBenoit Fouet
2007-07-02QT RLE encoderAlexis Ballier
2007-06-25RoQ video encoderVitor Sessak
2007-06-16replace TARGET_* with HAVE_* simplifying lists in configure scriptMåns Rullgård
2007-06-16replace TARGET_ARCH_* to ARCH_* for consistencyMåns Rullgård
2007-06-12integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman
2007-06-07Use consistent names for all test programs.Diego Biurrun
2007-06-07Preprocessor #defines starting with __ are reserved for the system.Diego Biurrun
2007-06-06Add some forgotten lib prefixes to Makefile variables.Diego Biurrun
2007-06-06Give all wrappers for external libraries names starting with lib.Diego Biurrun
2007-05-29Split RoQ decoder to accommodate future encoder patchVitor Sessak
2007-05-23Make the compilation of h264idct.c optional.Panagiotis Issaris
2007-05-22Remove mdct.o and fft.o from fft-test prerequisites list.Diego Biurrun
2007-05-21Only compile golomb.c when needed.Panagiotis Issaris
2007-05-21Fix compilation when the Sonic encoder and decoder were disabled and only the...Panagiotis Issaris
2007-05-21Only compile cabac.c when needed.Panagiotis Issaris
2007-05-21Split the h261.c file into separate files for the encoder, decoder and common...Panagiotis Issaris
2007-05-21Rename motion_test.c to motion-test.c, which is the naming scheme used by allDiego Biurrun
2007-05-21make compilation of mpegaudiodec conditionalAurelien Jacobs
2007-05-21remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs
2007-05-20loosen dependencies over mpegaudiodecAurelien Jacobs
2007-05-19move mjpeg-b decoder in its own fileAurelien Jacobs
2007-05-19move sp5x decoder in its own fileAurelien Jacobs
2007-05-19allows to disable jpegls decoderAurelien Jacobs
2007-05-19move mjpega_dump_header bitstream filter in its own fileAurelien Jacobs
2007-05-19move imx_dump_header bitstream filter in its own fileAurelien Jacobs
2007-05-19move dump_extradata bitstream filter in its own fileAurelien Jacobs
2007-05-19move remove_extradata bitstream filter in its own fileAurelien Jacobs
2007-05-19move noise bitstream filter in its own fileAurelien Jacobs
2007-05-19move mp3_header_compress bitstream filter in its own fileAurelien Jacobs
2007-05-19move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs
2007-05-19move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs
2007-05-19split ljpeg encoder out of mjpeg.cAurelien Jacobs
2007-05-17remove libdts decoder, we have a native dts decoderAurelien Jacobs
2007-05-17split mjpeg.c into an encoder and a decoder fileAurelien Jacobs
2007-05-17Only compile fft and mdct when needed.Benjamin Larsson
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-05-14Make vp3dsp*.c compilation optional.Panagiotis Issaris
2007-05-14split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs
2007-05-14Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.Diego Biurrun
2007-05-13make compilation of mjpeg.c optionalAurelien Jacobs
2007-05-13allow to enable or disable every bitstream filters individuallyJason Millard
2007-05-12cosmetics: Group all test targets together.Diego Biurrun
2007-05-11rename pnm.c to pnmenc.c and pnm_common.c to pnm.cAurelien Jacobs
2007-05-11make compilation of pnm.c optionalAurelien Jacobs
2007-05-11move pnm parser in its own fileAurelien Jacobs
2007-05-11move mjpeg parser in its own fileAurelien Jacobs
2007-05-11split h264.c to move parser in its own fileAurelien Jacobs
2007-05-10rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.cAurelien Jacobs