log Makefile @ 5866:b1b3dd3324ae libavcodec

age author description
2007-11-01 aurel split adx encoder in its own file libavcodec
2007-11-01 aurel don't register adpcm encoders which are not implemented libavcodec
2007-10-30 aurel EA IMA EACS decoder libavcodec
2007-10-30 aurel EA IMA SEAD decoder libavcodec
2007-10-24 aurel EA ADPCM R1, R2 and R3 decoder libavcodec
2007-10-22 kostya Beam Software SIFF demuxer and video decoder libavcodec
2007-10-18 diego Rename LIB to LIBNAME for consistency. libavcodec
2007-10-15 banan Nellymoser ASAO decoder libavcodec
2007-10-14 aurel add support for VP6 with huffman encoded blocks libavcodec
2007-10-14 aurel moves fraps huffman decoder to its own file, making it more generic libavcodec
2007-10-14 aurel VP6A needs its Makefile rules too libavcodec
2007-10-09 aurel oops... mpegvideo_enc also depends on motion_est and ratecontrol libavcodec
2007-10-09 aurel dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) libavcodec
2007-10-08 bcoudurier DNxHD (SMPTE VC-3) encoder libavcodec
2007-10-04 mhoffman blackfin optimized vp3 transform and infastructure for idct libavcodec
2007-10-02 diego Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. libavcodec
2007-10-02 lu_zero Sanitize altivec code so it can be built with runtime check properly libavcodec
2007-10-02 diego Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec libavcodec
2007-09-29 vitor AMV video decoder. libavcodec
2007-09-27 vitor AMV audio decoder libavcodec
2007-09-23 diego Move VIS CFLAGS settings into configure. libavcodec
2007-09-23 diego VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec
2007-09-13 diego Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. libavcodec
2007-09-13 kostya Monkey Audio decoder libavcodec
2007-09-06 benoit Add a bitstream filter for H.264. libavcodec
2007-09-05 diego Sort one more list alphabetically. libavcodec
2007-09-05 kostya Move H.264 intra prediction functions into their own context libavcodec
2007-08-30 diego cosmetics: Sort some lines, whitespace changes. libavcodec
2007-08-30 gpoirier add simple_idct implemented in Sparc VIS libavcodec
2007-08-22 diego cosmetics: alphabetical order libavcodec
2007-08-22 mhoffman make clean bfin libavcodec
2007-08-07 jbr enable the native AC-3 decoder libavcodec
2007-08-05 reimar First version of xsub decoder, not yet tested libavcodec
2007-08-04 bcoudurier move dnxhd data tables to separate file libavcodec
2007-07-28 takis Rename h264dsp.c to h264dspenc.c libavcodec
2007-07-15 mru separate en/decoder specific parts from png.c libavcodec
2007-07-14 aurel The mpegaudio parser depends on mpegaudiodata.o. libavcodec
2007-07-14 aurel Allow selecting only the vp6f decoder. libavcodec
2007-07-14 aurel The svq3 decoder depends on h264idct.o and also requires h264_parser. libavcodec
2007-07-12 mru split lcl.c into lcldec.c, lclenc.c, lcl.h libavcodec
2007-07-11 iive revert commit 9603 libavcodec
2007-07-11 iive Integrate reference mpeg IDCT into dsputil. libavcodec
2007-07-11 aurel conditional compilation of ratecontrol.c libavcodec
2007-07-11 aurel conditional compilation of motion_est.c libavcodec
2007-07-10 aurel makes compilation of h263.o and mpegvideo_enc.o conditional libavcodec
2007-07-09 aurel split rawvideo encoder and decoder in their own files libavcodec
2007-07-09 aurel compile rangecoder.o only when needed libavcodec
2007-07-08 stefang split decoder-specific parts into their own file libavcodec
2007-07-06 aurel split SVQ1 decoder and encoder in their own files libavcodec
2007-07-05 aurel split mpeg12 encoder out of mpeg12.c libavcodec
2007-07-03 benoit Description: split mpegvideo.c libavcodec
2007-07-02 benoit QT RLE encoder libavcodec
2007-06-25 benoit RoQ video encoder libavcodec
2007-06-15 mru replace TARGET_* with HAVE_* simplifying lists in configure script libavcodec
2007-06-15 mru replace TARGET_ARCH_* to ARCH_* for consistency libavcodec
2007-06-12 mhoffman integrating MPV_common_init_bfin into the build system and mpegvideo.c libavcodec
2007-06-07 diego Use consistent names for all test programs. libavcodec
2007-06-07 diego Preprocessor #defines starting with __ are reserved for the system. libavcodec
2007-06-06 diego Add some forgotten lib prefixes to Makefile variables. libavcodec
2007-06-06 diego Give all wrappers for external libraries names starting with lib. libavcodec
2007-05-29 benoit Split RoQ decoder to accommodate future encoder patch libavcodec
2007-05-23 takis Make the compilation of h264idct.c optional. libavcodec
2007-05-22 diego Remove mdct.o and fft.o from fft-test prerequisites list. libavcodec
2007-05-21 takis Only compile golomb.c when needed. libavcodec
2007-05-21 takis Fix compilation when the Sonic encoder and decoder were disabled and only the Sonic libavcodec
2007-05-21 takis Only compile cabac.c when needed. libavcodec
2007-05-21 takis Split the h261.c file into separate files for the encoder, decoder and common stuff. libavcodec
2007-05-21 diego Rename motion_test.c to motion-test.c, which is the naming scheme used by all libavcodec
2007-05-20 aurel make compilation of mpegaudiodec conditional libavcodec
2007-05-20 aurel remove dependency of mpeg audio encoder over mpeg audio decoder libavcodec
2007-05-20 aurel loosen dependencies over mpegaudiodec libavcodec
2007-05-19 aurel move mjpeg-b decoder in its own file libavcodec
2007-05-19 aurel move sp5x decoder in its own file libavcodec
2007-05-19 aurel allows to disable jpegls decoder libavcodec
2007-05-19 aurel move mjpega_dump_header bitstream filter in its own file libavcodec
2007-05-19 aurel move imx_dump_header bitstream filter in its own file libavcodec
2007-05-19 aurel move dump_extradata bitstream filter in its own file libavcodec
2007-05-19 aurel move remove_extradata bitstream filter in its own file libavcodec
2007-05-19 aurel move noise bitstream filter in its own file libavcodec
2007-05-19 aurel move mp3_header_compress bitstream filter in its own file libavcodec
2007-05-19 aurel move mp3_header_decompress bitstream filter in its own file libavcodec
2007-05-19 aurel move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c libavcodec
2007-05-18 aurel split ljpeg encoder out of mjpeg.c libavcodec
2007-05-17 aurel remove libdts decoder, we have a native dts decoder libavcodec
2007-05-17 aurel split mjpeg.c into an encoder and a decoder file libavcodec
2007-05-17 aurel Only compile fft and mdct when needed. libavcodec
2007-05-16 diego Add libavcodec to compiler include flags in order to simplify header libavcodec
2007-05-14 takis Make vp3dsp*.c compilation optional. libavcodec
2007-05-13 aurel split jpeg_ls into jpeglsdec, jpeglsenc and jpegls libavcodec
2007-05-13 diego Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency. libavcodec
2007-05-12 aurel make compilation of mjpeg.c optional libavcodec
2007-05-12 aurel allow to enable or disable every bitstream filters individually libavcodec
2007-05-12 diego cosmetics: Group all test targets together. libavcodec
2007-05-11 aurel rename pnm.c to pnmenc.c and pnm_common.c to pnm.c libavcodec
2007-05-10 aurel make compilation of pnm.c optional libavcodec
2007-05-10 aurel move pnm parser in its own file libavcodec
2007-05-10 aurel move mjpeg parser in its own file libavcodec
2007-05-10 aurel split h264.c to move parser in its own file libavcodec
2007-05-10 aurel rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c libavcodec
2007-05-10 aurel loosen vorbis_enc.c dependencies by spliting vorbis.c libavcodec
2007-05-10 takis Fix Vorbis encoder Xiph dependency by making sure the references to libavcodec
2007-05-10 aurel split msmpeg4 data to easily share some of it with vc1.c libavcodec
2007-05-10 aurel add missing rules for wmv2 compilation libavcodec
2007-05-09 diego Allow conditional compilation of H.263-related decoders. libavcodec
2007-05-09 aurel move cavs parser in it's own file libavcodec
2007-05-08 aurel move aac and ac3 parsers in their own files libavcodec
2007-05-08 diego Move H.263 parser to its own file. libavcodec
2007-05-07 ivo Renderware TXD decoder libavcodec
2007-05-07 benoit RoQ audio encoder libavcodec
2007-05-06 kostya Move VC-1 data to .c file libavcodec
2007-05-06 diego Move dvdsub parser to its own file. libavcodec
2007-05-06 diego Rename dvbsubdec_parser.c to dvbsub_parser.c. libavcodec
2007-05-06 diego Move dvbsubdec parser to its own file. libavcodec
2007-05-05 aurel move mpegvideo_parser in it's own file libavcodec
2007-05-05 aurel move mpegaudio_parser in it's own file libavcodec
2007-05-05 aurel move mpeg4video_parser in it's own file libavcodec
2007-05-05 diego parser.c is compiled unconditionally, there is no need to compile it libavcodec
2007-05-05 diego parser.c is compiled unconditionally, there is no need to compile it libavcodec
2007-05-04 diego Move H.261 parser to its own file. libavcodec
2007-05-04 diego Move VC1 parser to its own file. libavcodec
2007-05-03 diego Move dca parser to its own file. libavcodec
2007-05-03 diego Give libamr decoders/encoders a lib prefix in the name. libavcodec
2007-04-29 ivo add V.Flash PTX decoder libavcodec
2007-04-25 aurel move ac3 tables from a .h to a .c libavcodec
2007-04-25 diego cosmetics: Put AMR entry in alphabetical order with all external libraries. libavcodec
2007-04-25 diego Remove hackish support for the non-free fixed-point AMR-NB reference code. libavcodec
2007-04-21 alex ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c libavcodec
2007-04-17 banan Atrac3 decoder. libavcodec
2007-04-15 diego Move AC3 header parsing code together with the rest of the AC3 parsing code. libavcodec
2007-04-12 diego Replace hackish support for amr-nb and amr-wb. Instead of including the source libavcodec
2007-04-10 lu_zero ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 libavcodec
2007-04-07 diego Bethsoft VID demuxer and video decoder libavcodec
2007-04-07 diego THP PCM decoder, used on the Nintendo GameCube. libavcodec
2007-04-07 michael TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) libavcodec
2007-04-07 diego Interplay C93 demuxer and video decoder libavcodec
2007-04-06 diego SGI image decoder ported to the new image API. libavcodec
2007-04-03 michael tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) libavcodec
2007-04-03 michael generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl libavcodec
2007-04-02 diego Remove stray object from list of Blackfin assembler objects. libavcodec
2007-04-01 diego bfin dsputils, basic pixel operations sads, diffs, motion compensation libavcodec
2007-04-01 diego Merge redundant comments. libavcodec
2007-03-31 diego dct-test works on non-x86 now. libavcodec
2007-03-25 aurel use generic xiph header spliting func to split theora headers libavcodec
2007-03-25 aurel extract vorbis header spliting code into a reusable function libavcodec
2007-03-18 bcoudurier dnxhd decoder libavcodec
2007-03-15 gpoirier Targa (.tga) encoder, libavcodec
2007-03-14 kostya DXA demuxer and decoder libavcodec
2007-03-11 jbr the AC-3 parser needs ac3.o libavcodec
2007-03-09 jbr Remove common code from AC-3 encoder and utilize ac3.c. libavcodec
2007-02-27 kostya DCA decoder libavcodec
2007-02-27 diego Remove useless conditional. libavcodec
2007-02-24 diego Only compile snowdsp_mmx.c if the Snow decoder is enabled. libavcodec
2007-02-21 diego simplify i386 object handling libavcodec
2007-02-12 diego Restore the possibility to link liba52 instead of dlopening. libavcodec
2007-02-11 diego Remove internal liba52; external lib still works, native decoder coming up. libavcodec
2007-02-07 diego missing spaces libavcodec
2007-02-06 michael wma encoder libavcodec
2007-02-05 diego BMP encoder by Michel Bardiaux, mbardiaux mediaxim be libavcodec
2007-01-31 reimar Move lzo decompression to libavutil libavcodec
2007-01-28 mru ARMv6 SIMD IDCT libavcodec
2007-01-25 diego Move conditional CFLAGS and OBJS setting to common place. libavcodec
2007-01-25 diego Theora encoding via libtheora. libavcodec
2007-01-21 mru remove no longer needed ifeq tests libavcodec
2007-01-21 banan Flash screen video encoder. libavcodec
2007-01-21 diego Declare zlib dependency in the Makefile, not in the source. libavcodec
2007-01-07 gpoirier Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) libavcodec
2007-01-07 diego cosmetics: Reorder external libraries. libavcodec
2007-01-07 diego variable renaming: mp3lame --> libmp3lame libavcodec
2007-01-06 diego Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin libavcodec
2007-01-06 diego variable renaming: dts --> libdts libavcodec
2007-01-06 diego Rename variables: a52 --> liba52, a52bin --> liba52bin libavcodec
2006-12-24 kostya Musepack SV7 decoding support libavcodec
2006-12-11 takis Adding H.264 DCT. libavcodec
2006-12-11 takis Adding function which enables writing H.264 NAL units. libavcodec
2006-12-08 kostya Now ZMBV encoder compiles libavcodec
2006-12-07 michael fix compilation libavcodec
2006-12-07 kostya ZMBV encoder libavcodec
2006-11-22 diego Conditionally compile some of the AltiVec optimizations. libavcodec
2006-11-21 diego Fix compilation with VC-1 decoder disabled. libavcodec
2006-11-13 mru rename CONFIG_AC3 to CONFIG_A52 libavcodec
2006-11-12 stefang move all cavs-parsing to cavs.c libavcodec
2006-11-08 mru allow spaces in source and build directory names libavcodec
2006-11-02 bcoudurier change gif muxer to simple gif encoder libavcodec
2006-11-01 diego Make tests compile on non-x86. libavcodec
2006-10-31 diego cosmetics: Restore alphabetical order. libavcodec
2006-10-30 ods15 fix for disabling vorbis decoder but enabling vorbis encoder libavcodec
2006-10-30 kostya IMC decoder libavcodec
2006-10-27 diego Rename dvdsub.c to dvdsubdec.c. libavcodec
2006-10-26 kostya LZW decoder as separate module plus TIFF LZW support libavcodec
2006-10-23 lucabe Do not use a fake libavcodec/swscale.h, but always use the real one libavcodec
2006-10-22 bcoudurier change gif demuxer to gif decoder libavcodec
2006-10-15 diego Revert putting EXTRALIBS in common.mak, linking fails on MinGW. libavcodec
2006-10-13 diego Remove intrinsics checks, they are no longer used. libavcodec
2006-10-13 kostya TIFF decoder libavcodec
2006-10-12 bcoudurier support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavcodec
2006-10-11 bcoudurier support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net% libavcodec
2006-10-11 diego Move CFLAGS handling to common.mak. libavcodec
2006-10-11 kostya Targa image decoder libavcodec
2006-10-07 diego Replace -I../-I. by -I$(BUILD_ROOT). libavcodec
2006-10-07 diego cosmetics: Add backslashes to the last line of continued lines to make libavcodec
2006-10-05 diego Simplify test program build. libavcodec
2006-10-05 diego Fix imgresample-test compilation. libavcodec
2006-10-05 diego imgresample-test depends on $(LIB). libavcodec
2006-10-05 diego Simplify EXTRALIBS handling. libavcodec
2006-10-05 diego Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the libavcodec
2006-10-04 diego cosmetics: Put all OBJS on a line of their own for nicer-looking diffs. libavcodec
2006-10-03 diego Move EXTRALIBS handling to common.mak. libavcodec
2006-10-03 diego Slightly simplify apiexample compilation command line. libavcodec
2006-10-03 diego Also remove cpuid_test on clean. libavcodec
2006-10-03 diego Remove bogus dependency information. libavcodec
2006-10-03 diego Mark all phony targets as such. libavcodec
2006-10-02 ods15 Add vorbis encoder to ffmpeg libavcodec
2006-09-30 ods15 vorbis.h -> vorbis_data.c libavcodec
2006-09-26 mru ARMv5TE optimized IDCT libavcodec
2006-09-26 kostya WavPack lossless audio decoder libavcodec
2006-09-16 diego ADI Blackfin optimizations libavcodec
2006-09-14 diego Remove the LGPL exception clause as discussed on ffmpeg-devel libavcodec
2006-09-09 aurel VP5 and VP6 video decoder libavcodec
2006-09-05 kostya VMware Video decoder (fourcc: VMnc) libavcodec
2006-08-29 nicodvb install opt.h libavcodec
2006-08-19 michael audio format conversion libavcodec
2006-08-17 diego Move all internal -I parameters to the front of CFLAGS to avoid using external libavcodec
2006-08-14 lu_zero altivec float optimizations libavcodec
2006-08-13 lu_zero Clean up:make dsputil subfile names consistent libavcodec
2006-08-08 lucabe Enable swscale usage in ffmpeg libavcodec
2006-08-03 kostya Some AltiVec optimizations for VC-1 libavcodec
2006-07-31 mru remove libtheora wrapper libavcodec
2006-07-30 kostya New functions in DSPContext for VC-1 decoding libavcodec
2006-07-29 stefang some MMX optimizations for the CAVS decoder libavcodec
2006-07-19 lucabe Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil libavcodec
2006-07-16 mru cosmetics libavcodec
2006-07-13 mru replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use libavcodec
2006-07-12 mru rename AMR config variables to CONFIG_AMR* libavcodec
2006-07-12 diego Remove MPlayer-specific include option hacks. libavcodec
2006-07-09 mru --enable/disable parsers. Warning: some combinations are broken. libavcodec
2006-07-08 mru only build dpcm.o if its codecs are enabled libavcodec
2006-07-08 mru forgot to remove adx.o from objs always built libavcodec
2006-07-08 mru make the adx adpcm codec available libavcodec
2006-07-08 mru enable/disable pcm and adpcm codecs libavcodec
2006-07-08 mru cosmetic: sort codec list alphabetically libavcodec