]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/Makefile
enable the native AC-3 decoder
[frescor/ffmpeg.git] / libavcodec / Makefile
2007-08-07 jbrenable the native AC-3 decoder
2007-08-05 reimarFirst version of xsub decoder, not yet tested
2007-08-04 bcouduriermove dnxhd data tables to separate file
2007-07-28 takisRename h264dsp.c to h264dspenc.c
2007-07-15 mruseparate en/decoder specific parts from png.c
2007-07-14 aurelThe mpegaudio parser depends on mpegaudiodata.o.
2007-07-14 aurelAllows to select only the vp6f decoder.
2007-07-14 aurelThe svq3 decoder depends on h264idct.o and also require...
2007-07-12 mrusplit lcl.c into lcldec.c, lclenc.c, lcl.h
2007-07-11 iiverevert commit 9603
2007-07-11 iiveIntegrate reference mpeg IDCT into dsputil.
2007-07-11 aurelconditional compilation of ratecontrol.c
2007-07-11 aurelconditional compilation of motion_est.c
2007-07-10 aurelmakes compilation of h263.o and mpegvideo_enc.o conditi...
2007-07-09 aurelsplit rawvideo encoder and decoder in their own files
2007-07-09 aurelcompile rangecoder.o only when needed
2007-07-08 stefangsplit decoder-specific parts into their own file
2007-07-06 aurelsplit SVQ1 decoder and encoder in their own files
2007-07-05 aurelsplit mpeg12 encoder out of mpeg12.c
2007-07-03 benoitDescription: split mpegvideo.c
2007-07-02 benoitQT RLE encoder
2007-06-25 benoitRoQ video encoder
2007-06-15 mrureplace TARGET_* with HAVE_* simplifying lists in confi...
2007-06-15 mrureplace TARGET_ARCH_* to ARCH_* for consistency
2007-06-12 mhoffmanintegrating MPV_common_init_bfin into the build system...
2007-06-07 diegoUse consistent names for all test programs.
2007-06-07 diegoPreprocessor #defines starting with __ are reserved...
2007-06-06 diegoAdd some forgotten lib prefixes to Makefile variables.
2007-06-06 diegoGive all wrappers for external libraries names starting...
2007-05-29 benoitSplit RoQ decoder to accommodate future encoder patch
2007-05-23 takisMake the compilation of h264idct.c optional.
2007-05-22 diegoRemove mdct.o and fft.o from fft-test prerequisites...
2007-05-21 takisOnly compile golomb.c when needed.
2007-05-21 takisFix compilation when the Sonic encoder and decoder...
2007-05-21 takisOnly compile cabac.c when needed.
2007-05-21 takisSplit the h261.c file into separate files for the encod...
2007-05-21 diegoRename motion_test.c to motion-test.c, which is the...
2007-05-20 aurelmake compilation of mpegaudiodec conditional
2007-05-20 aurelremove dependency of mpeg audio encoder over mpeg audio...
2007-05-20 aurelloosen dependencies over mpegaudiodec
2007-05-19 aurelmove mjpeg-b decoder in its own file
2007-05-19 aurelmove sp5x decoder in its own file
2007-05-19 aurelallows to disable jpegls decoder
2007-05-19 aurelmove mjpega_dump_header bitstream filter in it's own...
2007-05-19 aurelmove imx_dump_header bitstream filter in it's own file
2007-05-19 aurelmove dump_extradata bitstream filter in it's own file
2007-05-19 aurelmove remove_extradata bitstream filter in it's own...
2007-05-19 aurelmove noise bitstream filter in it's own file
2007-05-19 aurelmove mp3_header_compress bitstream filter in it's own...
2007-05-19 aurelmove mp3_header_decompress bitstream filter in it's...
2007-05-19 aurelmove some common mpeg audio tables from mpegaudiodectab...
2007-05-18 aurelsplit ljpeg encoder out of mjpeg.c
2007-05-17 aurelremove libdts decoder, we have a native dts decoder
2007-05-17 aurelsplit mjpeg.c into an encoder and a decoder file
2007-05-17 aurelOnly compile fft and mdct when needed.
2007-05-16 diegoAdd libavcodec to compiler include flags in order to...
2007-05-14 takisMake vp3dsp*.c compilation optional.
2007-05-13 aurelsplit jpeg_ls into jpeglsdec, jpeglsenc and jpegls
2007-05-13 diegoUse TARGET_ARMV6 variable instead of HAVE_ARMV6 for...
2007-05-12 aurelmake compilation of mjpeg.c optional
2007-05-12 aurelallow to enable or disable every bitstream filters...
2007-05-12 diegocosmetics: Group all test targets together.
2007-05-11 aurelrename pnm.c to pnmenc.c and pnm_common.c to pnm.c
2007-05-10 aurelmake compilation of pnm.c optional
2007-05-10 aurelmove pnm parser in its own file
2007-05-10 aurelmove mjpeg parser in its own file
2007-05-10 aurelsplit h264.c to move parser in its own file
2007-05-10 aurelrename vorbis.c to vorbis_dec.c and vorbis_common.c...
2007-05-10 aurelloosen vorbis_enc.c dependencies by spliting vorbis.c
2007-05-10 takisFix Vorbis encoder Xiph dependency by making sure the...
2007-05-10 aurelsplit msmpeg4 data to easily share some of it with...
2007-05-10 aureladd missing rules for wmv2 compilation
2007-05-09 diegoAllow conditional compilation of H.263-related decoders.
2007-05-09 aurelmove cavs parser in it's own file
2007-05-08 aurelmove aac and ac3 parsers in their own files
2007-05-08 diegoMove H.263 parser to its own file.
2007-05-07 ivoRenderware TXD decoder
2007-05-07 benoitRoQ audio encoder
2007-05-06 kostyaMove VC-1 data to .c file
2007-05-06 diegoMove dvdsub parser to its own file.
2007-05-06 diegoRename dvbsubdec_parser.c to dvbsub_parser.c.
2007-05-06 diegoMove dvbsubdec parser to its own file.
2007-05-05 aurelmove mpegvideo_parser in it's own file
2007-05-05 aurelmove mpegaudio_parser in it's own file
2007-05-05 aurelmove mpeg4video_parser in it's own file
2007-05-05 diegoparser.c is compiled unconditionally, there is no need...
2007-05-05 diegoparser.c is compiled unconditionally, there is no need...
2007-05-04 diegoMove H.261 parser to its own file.
2007-05-04 diegoMove VC1 parser to its own file.
2007-05-03 diegoMove dca parser to its own file.
2007-05-03 diegoGive libamr decoders/encoders a lib prefix in the name.
2007-04-29 ivoadd V.Flash PTX decoder
2007-04-25 aurelmove ac3 tables from a .h to a .c
2007-04-25 diegocosmetics: Put AMR entry in alphabetical order with...
2007-04-25 diegoRemove hackish support for the non-free fixed-point...
2007-04-21 alexac3 parser requires tables from ac3tab.h, which are...
2007-04-17 bananAtrac3 decoder.
2007-04-15 diegoMove AC3 header parsing code together with the rest...
2007-04-12 diegoReplace hackish support for amr-nb and amr-wb. Instead...
2007-04-10 lu_zerossd_int8_vs_int16_altivec, not completely benchmarkedwi...
next