]> git.sesse.net Git - ffmpeg/history - libavcodec/Makefile
optimize IDCT of rows with mostly zero coefficients
[ffmpeg] / libavcodec / Makefile
2007-01-31 Reimar DöffingerMove lzo decompression to libavutil
2007-01-28 Måns RullgårdARMv6 SIMD IDCT
2007-01-25 Diego BiurrunMove conditional CFLAGS and OBJS setting to common...
2007-01-25 Diego BiurrunTheora encoding via libtheora.
2007-01-21 Måns Rullgårdremove no longer needed ifeq tests
2007-01-21 Benjamin LarssonFlash screen video encoder.
2007-01-21 Diego BiurrunDeclare zlib dependency in the Makefile, not in the...
2007-01-07 Siarhei SiamashkaOptimization of 'dct_unquantize_h263_intra' for ARM...
2007-01-07 Diego Biurruncosmetics: Reorder external libraries.
2007-01-07 Diego Biurrunvariable renaming: mp3lame --> libmp3lame
2007-01-06 Diego BiurrunRename variables: faad --> libfaad, faac --> libfaac...
2007-01-06 Diego Biurrunvariable renaming: dts --> libdts
2007-01-06 Diego BiurrunRename variables: a52 --> liba52, a52bin --> liba52bin
2006-12-24 Kostya ShishkovMusepack SV7 decoding support
2006-12-11 Panagiotis IssarisAdding H.264 DCT.
2006-12-11 Panagiotis IssarisAdding function which enables writing H.264 NAL units.
2006-12-08 Kostya ShishkovNow ZMBV encoder compiles
2006-12-07 Michael Niedermayerfix compilation
2006-12-07 Kostya ShishkovZMBV encoder
2006-11-22 Diego BiurrunConditionally compile some of the AltiVec optimizations.
2006-11-21 Diego BiurrunFix compilation with VC-1 decoder disabled.
2006-11-13 Måns Rullgårdrename CONFIG_AC3 to CONFIG_A52
2006-11-12 Stefan Gehrermove all cavs-parsing to cavs.c
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-11-02 Baptiste Coudurierchange gif muxer to simple gif encoder
2006-11-01 Diego BiurrunMake tests compile on non-x86.
2006-10-31 Diego Biurruncosmetics: Restore alphabetical order.
2006-10-30 Oded Shimonfix for disabling vorbis decoder but enabling vorbis...
2006-10-30 Kostya ShishkovIMC decoder
2006-10-27 Diego BiurrunRename dvdsub.c to dvdsubdec.c.
2006-10-26 Kostya ShishkovLZW decoder as separate module plus TIFF LZW support
2006-10-23 Luca AbeniDo not use a fake libavcodec/swscale.h, but always...
2006-10-22 Baptiste Coudurierchange gif demuxer to gif decoder
2006-10-15 Diego BiurrunRevert putting EXTRALIBS in common.mak, linking fails...
2006-10-13 Diego BiurrunRemove intrinsics checks, they are no longer used.
2006-10-13 Kostya ShishkovTIFF decoder
2006-10-12 Baptiste Couduriersupport for Tiertex .seq files demuxing/video decoding...
2006-10-11 Baptiste Couduriersupport for Delphine Software .cin files demuxing ...
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-11 Kostya ShishkovTarga image decoder
2006-10-07 Diego BiurrunReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-07 Diego Biurruncosmetics: Add backslashes to the last line of continue...
2006-10-05 Diego BiurrunSimplify test program build.
2006-10-05 Diego BiurrunFix imgresample-test compilation.
2006-10-05 Diego Biurrunimgresample-test depends on $(LIB).
2006-10-05 Diego BiurrunSimplify EXTRALIBS handling.
2006-10-05 Diego BiurrunSwitch idct_mmx_xvid.c from GPL to LGPL as permitted...
2006-10-04 Diego Biurruncosmetics: Put all OBJS on a line of their own for...
2006-10-03 Diego BiurrunMove EXTRALIBS handling to common.mak.
2006-10-03 Diego BiurrunSlightly simplify apiexample compilation command line.
2006-10-03 Diego BiurrunAlso remove cpuid_test on clean.
2006-10-03 Diego BiurrunRemove bogus dependency information.
2006-10-03 Diego BiurrunMark all phony targets as such.
2006-10-02 Oded ShimonAdd vorbis encoder to ffmpeg
2006-09-30 Oded Shimonvorbis.h -> vorbis_data.c
2006-09-26 Måns RullgårdARMv5TE optimized IDCT
2006-09-26 Kostya ShishkovWavPack lossless audio decoder
2006-09-16 Michael BenjaminADI Blackfin optimizations
2006-09-14 Diego BiurrunRemove the LGPL exception clause as discussed on ffmpeg...
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder
2006-09-05 Kostya ShishkovVMware Video decoder (fourcc: VMnc)
2006-08-29 Nico Sabbiinstall opt.h
2006-08-19 Michael Niedermayeraudio format conversion
2006-08-17 Diego BiurrunMove all internal -I parameters to the front of CFLAGS...
2006-08-14 Luca Barbatoaltivec float optimizations
2006-08-13 Luca BarbatoClean up:make dsputil subfile names consistent
2006-08-08 Luca AbeniEnable swscale usage in ffmpeg
2006-08-03 Kostya ShishkovSome AltiVec optimizations for VC-1
2006-07-31 Måns Rullgårdremove libtheora wrapper
2006-07-30 Kostya ShishkovNew functions in DSPContext for VC-1 decoding
2006-07-29 Stefan Gehrersome MMX optimizations for the CAVS decoder
2006-07-19 Luca AbeniMove av_malloc(), av_realloc(), and av_free() from...
2006-07-16 Måns Rullgårdcosmetics
2006-07-13 Måns Rullgårdreplace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid...
2006-07-12 Måns Rullgårdrename AMR config variables to CONFIG_AMR*
2006-07-12 Diego BiurrunRemove MPlayer-specific include option hacks.
2006-07-09 Måns Rullgård--enable/disable parsers. Warning: some combinations...
2006-07-08 Måns Rullgårdonly build dpcm.o if its codecs are enabled
2006-07-08 Måns Rullgårdforgot to remove adx.o from objs always built
2006-07-08 Måns Rullgårdmake the adx adpcm codec available
2006-07-08 Måns Rullgårdenable/disable pcm and adpcm codecs
2006-07-08 Måns Rullgårdcosmetic: sort codec list alphabetically
2006-07-08 Måns Rullgårdrewrite kconfig-style
2006-07-08 Måns RullgårdSun mlib works fine. Remove comment stating otherwise.
2006-07-08 Diego BiurrunRemove bogus IPP section that is not referenced anywhere.
2006-07-07 Måns Rullgårdremove -fforce-addr as it to generate slightly slower...
2006-07-06 Måns Rullgårdsimplify
2006-07-06 Måns Rullgårdbuild mpegaudio.c and ac3enc.c only if needed
2006-07-06 Michael NiedermayerAVBitStreamFilter (some thingy which can modify the...
2006-07-05 Måns Rullgårduse $(LIBOBJFLAGS) when compiling sparc/*.c
2006-07-05 Diego Biurruncosmetics: Break overly long lines.
2006-07-03 Michael NiedermayerCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-06-27 Kostya ShishkovRename VC9 to VC1 as there is no such thing as VC9
2006-06-24 Michael Niedermayerfirst rudimentary version of (Justin Ruggles jruggle...
2006-06-09 Måns Rullgårduse ifeq(...,yes) instead of ifdef
2006-06-01 Måns Rullgårdremove redundant make variable SUBDIR
2006-06-01 Benjamin LarssonFlash Screen Video decoder (fourcc:FSV1)
2006-05-16 Guillaume Poirierfix compilation of 3dnowext instinsincs, both on ia32...
2006-05-14 Guillaume PoirierAdd 3dnow intrinsic support for AMD64 machines: -march...
2006-05-06 Diego BiurrunFurther simplify AMR build.
next