]> git.sesse.net Git - ffmpeg/history - libavcodec/Makefile
remove unused context var
[ffmpeg] / libavcodec / Makefile
2007-10-18 Diego BiurrunRename LIB to LIBNAME for consistency.
2007-10-15 Benjamin LarssonNellymoser ASAO decoder
2007-10-14 Aurelien Jacobsadd support for VP6 with huffman encoded blocks
2007-10-14 Aurelien Jacobsmoves fraps huffman decoder to its own file, making...
2007-10-14 Aurelien JacobsVP6A needs its Makefile rules too
2007-10-09 Aurelien Jacobsoops... mpegvideo_enc also depends on motion_est and...
2007-10-09 Aurelien Jacobsdnxhdenc depends on mpegvideo_enc (usage of ff_convert_...
2007-10-08 Baptiste CoudurierDNxHD (SMPTE VC-3) encoder
2007-10-04 Marc Hoffmanblackfin optimized vp3 transform and infastructure...
2007-10-02 Diego BiurrunMerge mpegvideo AltiVec code into mpegvideo_altivec...
2007-10-02 Luca BarbatoSanitize altivec code so it can be built with runtime...
2007-10-02 Diego BiurrunRemove pointless HAVE_ALTIVEC #ifdefs from a file that...
2007-09-29 Vladimir VoroshilovAMV video decoder.
2007-09-27 Vitor SessakAMV audio decoder
2007-09-23 Diego BiurrunMove VIS CFLAGS settings into configure.
2007-09-23 Diego BiurrunVIS-specific code should be compiled conditional to...
2007-09-13 Diego BiurrunPass correct CPU flags to compilation of sparc/simple_i...
2007-09-13 Kostya ShishkovMonkey Audio decoder
2007-09-06 Benoit FouetAdd a bitstream filter for H.264.
2007-09-05 Diego BiurrunSort one more list alphabetically.
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...
2007-08-30 Diego Biurruncosmetics: Sort some lines, whitespace changes.
2007-08-30 Denes Balatoniadd simple_idct implemented in Sparc VIS
2007-08-22 Diego Biurruncosmetics: alphabetical order
2007-08-22 Marc Hoffmanmake clean bfin
2007-08-07 Justin Rugglesenable the native AC-3 decoder
2007-08-05 Reimar DöffingerFirst version of xsub decoder, not yet tested
2007-08-04 Baptiste Couduriermove dnxhd data tables to separate file
2007-07-28 Panagiotis IssarisRename h264dsp.c to h264dspenc.c
2007-07-15 Måns Rullgårdseparate en/decoder specific parts from png.c
2007-07-14 Aurelien JacobsThe mpegaudio parser depends on mpegaudiodata.o.
2007-07-14 Aurelien JacobsAllow selecting only the vp6f decoder.
2007-07-14 Aurelien JacobsThe svq3 decoder depends on h264idct.o and also require...
2007-07-12 Måns Rullgårdsplit lcl.c into lcldec.c, lclenc.c, lcl.h
2007-07-11 Ivan Kalvachevrevert commit 9603
2007-07-11 Ivan KalvachevIntegrate reference mpeg IDCT into dsputil.
2007-07-11 Aurelien Jacobsconditional compilation of ratecontrol.c
2007-07-11 Aurelien Jacobsconditional compilation of motion_est.c
2007-07-10 Aurelien Jacobsmakes compilation of h263.o and mpegvideo_enc.o conditional
2007-07-09 Aurelien Jacobssplit rawvideo encoder and decoder in their own files
2007-07-09 Aurelien Jacobscompile rangecoder.o only when needed
2007-07-08 Stefan Gehrersplit decoder-specific parts into their own file
2007-07-06 Aurelien Jacobssplit SVQ1 decoder and encoder in their own files
2007-07-05 Aurelien Jacobssplit mpeg12 encoder out of mpeg12.c
2007-07-03 Benoit FouetDescription: split mpegvideo.c
2007-07-02 Alexis BallierQT RLE encoder
2007-06-25 Vitor SessakRoQ video encoder
2007-06-15 Måns Rullgårdreplace TARGET_* with HAVE_* simplifying lists in confi...
2007-06-15 Måns Rullgårdreplace TARGET_ARCH_* to ARCH_* for consistency
2007-06-12 Marc Hoffmanintegrating MPV_common_init_bfin into the build system...
2007-06-07 Diego BiurrunUse consistent names for all test programs.
2007-06-07 Diego BiurrunPreprocessor #defines starting with __ are reserved...
2007-06-06 Diego BiurrunAdd some forgotten lib prefixes to Makefile variables.
2007-06-06 Diego BiurrunGive all wrappers for external libraries names starting...
2007-05-29 Vitor SessakSplit RoQ decoder to accommodate future encoder patch
2007-05-23 Panagiotis IssarisMake the compilation of h264idct.c optional.
2007-05-22 Diego BiurrunRemove mdct.o and fft.o from fft-test prerequisites...
2007-05-21 Panagiotis IssarisOnly compile golomb.c when needed.
2007-05-21 Panagiotis IssarisFix compilation when the Sonic encoder and decoder...
2007-05-21 Panagiotis IssarisOnly compile cabac.c when needed.
2007-05-21 Panagiotis IssarisSplit the h261.c file into separate files for the encod...
2007-05-21 Diego BiurrunRename motion_test.c to motion-test.c, which is the...
2007-05-20 Aurelien Jacobsmake compilation of mpegaudiodec conditional
2007-05-20 Aurelien Jacobsremove dependency of mpeg audio encoder over mpeg audio...
2007-05-20 Aurelien Jacobsloosen dependencies over mpegaudiodec
2007-05-19 Aurelien Jacobsmove mjpeg-b decoder in its own file
2007-05-19 Aurelien Jacobsmove sp5x decoder in its own file
2007-05-19 Aurelien Jacobsallows to disable jpegls decoder
2007-05-19 Aurelien Jacobsmove mjpega_dump_header bitstream filter in its own...
2007-05-19 Aurelien Jacobsmove imx_dump_header bitstream filter in its own file
2007-05-19 Aurelien Jacobsmove dump_extradata bitstream filter in its own file
2007-05-19 Aurelien Jacobsmove remove_extradata bitstream filter in its own file
2007-05-19 Aurelien Jacobsmove noise bitstream filter in its own file
2007-05-19 Aurelien Jacobsmove mp3_header_compress bitstream filter in its own...
2007-05-19 Aurelien Jacobsmove mp3_header_decompress bitstream filter in its...
2007-05-19 Aurelien Jacobsmove some common mpeg audio tables from mpegaudiodectab...
2007-05-18 Aurelien Jacobssplit ljpeg encoder out of mjpeg.c
2007-05-17 Aurelien Jacobsremove libdts decoder, we have a native dts decoder
2007-05-17 Aurelien Jacobssplit mjpeg.c into an encoder and a decoder file
2007-05-17 Benjamin LarssonOnly compile fft and mdct when needed.
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-05-14 Panagiotis IssarisMake vp3dsp*.c compilation optional.
2007-05-13 Aurelien Jacobssplit jpeg_ls into jpeglsdec, jpeglsenc and jpegls
2007-05-13 Diego BiurrunUse TARGET_ARMV6 variable instead of HAVE_ARMV6 for...
2007-05-12 Aurelien Jacobsmake compilation of mjpeg.c optional
2007-05-12 Jason Millardallow to enable or disable every bitstream filters...
2007-05-12 Diego Biurruncosmetics: Group all test targets together.
2007-05-11 Aurelien Jacobsrename pnm.c to pnmenc.c and pnm_common.c to pnm.c
2007-05-10 Aurelien Jacobsmake compilation of pnm.c optional
2007-05-10 Aurelien Jacobsmove pnm parser in its own file
2007-05-10 Aurelien Jacobsmove mjpeg parser in its own file
2007-05-10 Aurelien Jacobssplit h264.c to move parser in its own file
2007-05-10 Aurelien Jacobsrename vorbis.c to vorbis_dec.c and vorbis_common.c...
2007-05-10 Aurelien Jacobsloosen vorbis_enc.c dependencies by spliting vorbis.c
2007-05-10 Panagiotis IssarisFix Vorbis encoder Xiph dependency by making sure the...
2007-05-10 Aurelien Jacobssplit msmpeg4 data to easily share some of it with...
2007-05-10 Aurelien Jacobsadd missing rules for wmv2 compilation
2007-05-09 Diego BiurrunAllow conditional compilation of H.263-related decoders.
2007-05-09 Aurelien Jacobsmove cavs parser in it's own file
2007-05-08 Aurelien Jacobsmove aac and ac3 parsers in their own files
next