]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/Makefile
allow spaces in source and build directory names
[frescor/ffmpeg.git] / libavcodec / Makefile
2006-11-08 mruallow spaces in source and build directory names
2006-11-02 bcoudurierchange gif muxer to simple gif encoder
2006-11-01 diegoMake tests compile on non-x86.
2006-10-31 diegocosmetics: Restore alphabetical order.
2006-10-30 ods15fix for disabling vorbis decoder but enabling vorbis...
2006-10-30 kostyaIMC decoder
2006-10-27 diegoRename dvdsub.c to dvdsubdec.c.
2006-10-26 kostyaLZW decoder as separate module plus TIFF LZW support
2006-10-23 lucabeDo not use a fake libavcodec/swscale.h, but always...
2006-10-22 bcoudurierchange gif demuxer to gif decoder
2006-10-15 diegoRevert putting EXTRALIBS in common.mak, linking fails...
2006-10-13 diegoRemove intrinsics checks, they are no longer used.
2006-10-13 kostyaTIFF decoder
2006-10-12 bcouduriersupport for Tiertex .seq files demuxing/video decoding...
2006-10-11 bcouduriersupport for Delphine Software .cin files demuxing ...
2006-10-11 diegoMove CFLAGS handling to common.mak.
2006-10-11 kostyaTarga image decoder
2006-10-07 diegoReplace -I../-I. by -I$(BUILD_ROOT).
2006-10-07 diegocosmetics: Add backslashes to the last line of continue...
2006-10-05 diegoSimplify test program build.
2006-10-05 diegoFix imgresample-test compilation.
2006-10-05 diegoimgresample-test depends on $(LIB).
2006-10-05 diegoSimplify EXTRALIBS handling.
2006-10-05 diegoSwitch idct_mmx_xvid.c from GPL to LGPL as permitted...
2006-10-04 diegocosmetics: Put all OBJS on a line of their own for...
2006-10-03 diegoMove EXTRALIBS handling to common.mak.
2006-10-03 diegoSlightly simplify apiexample compilation command line.
2006-10-03 diegoAlso remove cpuid_test on clean.
2006-10-03 diegoRemove bogus dependency information.
2006-10-03 diegoMark all phony targets as such.
2006-10-02 ods15Add vorbis encoder to ffmpeg
2006-09-30 ods15vorbis.h -> vorbis_data.c
2006-09-26 mruARMv5TE optimized IDCT
2006-09-26 kostyaWavPack lossless audio decoder
2006-09-16 diegoADI Blackfin optimizations
2006-09-14 diegoRemove the LGPL exception clause as discussed on ffmpeg...
2006-09-09 aurelVP5 and VP6 video decoder
2006-09-05 kostyaVMware Video decoder (fourcc: VMnc)
2006-08-29 nicodvbinstall opt.h
2006-08-19 michaelaudio format conversion
2006-08-17 diegoMove all internal -I parameters to the front of CFLAGS...
2006-08-14 lu_zeroaltivec float optimizations
2006-08-13 lu_zeroClean up:make dsputil subfile names consistent
2006-08-08 lucabeEnable swscale usage in ffmpeg
2006-08-03 kostyaSome AltiVec optimizations for VC-1
2006-07-31 mruremove libtheora wrapper
2006-07-30 kostyaNew functions in DSPContext for VC-1 decoding
2006-07-29 stefangsome MMX optimizations for the CAVS decoder
2006-07-19 lucabeMove av_malloc(), av_realloc(), and av_free() from...
2006-07-16 mrucosmetics
2006-07-13 mrureplace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid...
2006-07-12 mrurename AMR config variables to CONFIG_AMR*
2006-07-12 diegoRemove MPlayer-specific include option hacks.
2006-07-09 mru--enable/disable parsers. Warning: some combinations...
2006-07-08 mruonly build dpcm.o if its codecs are enabled
2006-07-08 mruforgot to remove adx.o from objs always built
2006-07-08 mrumake the adx adpcm codec available
2006-07-08 mruenable/disable pcm and adpcm codecs
2006-07-08 mrucosmetic: sort codec list alphabetically
2006-07-08 mrurewrite kconfig-style
2006-07-08 mruSun mlib works fine. Remove comment stating otherwise.
2006-07-08 diegoRemove bogus IPP section that is not referenced anywhere.
2006-07-07 mruremove -fforce-addr as it to generate slightly slower...
2006-07-06 mrusimplify
2006-07-06 mrubuild mpegaudio.c and ac3enc.c only if needed
2006-07-06 michaelAVBitStreamFilter (some thingy which can modify the...
2006-07-05 mruuse $(LIBOBJFLAGS) when compiling sparc/*.c
2006-07-05 diegocosmetics: Break overly long lines.
2006-07-03 michaelCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-06-27 kostyaRename VC9 to VC1 as there is no such thing as VC9
2006-06-24 michaelfirst rudimentary version of (Justin Ruggles jruggle...
2006-06-09 mruuse ifeq(...,yes) instead of ifdef
2006-06-01 mruremove redundant make variable SUBDIR
2006-06-01 bananFlash Screen Video decoder (fourcc:FSV1)
2006-05-16 gpoirierfix compilation of 3dnowext instinsincs, both on ia32...
2006-05-14 gpoirierAdd 3dnow intrinsic support for AMD64 machines: -march...
2006-05-06 diegoFurther simplify AMR build.
2006-05-05 diegoIgnore errors from recursive AMR cleans.
2006-05-05 diegoUnconditionally clean AMR subdirs.
2006-04-27 diegoFix amr_nb-fixed build.
2006-04-27 diegoDisentangle dependencies between amr_nb and amr_nb...
2006-04-27 diegocosmetics: Group all AMR variables together, add some...
2006-04-27 diegoMisplaced CLEANAMR.
2006-04-27 diegoCLEANAMRWB --> CLEANAMR typo
2006-04-15 diegoHave EXTRALIBS appear after other link options, fixes...
2006-04-07 kostyaKMVC (used in Worms games) decoder. Works fine with...
2006-03-29 diegoEXTRALIBS already contains -lm, no need to add it expli...
2006-03-27 reimarNuppelVideo/MythTVVideo support, including rtjpeg decoder
2006-03-27 lu_zeroaltivec support for snow
2006-03-21 kostyaSmacker demuxer and decoder.
2006-03-20 mrusince Michael prefers to keep dsputil.h private to...
2006-03-20 gpoirierAdd the mmx and sse2 implementations of ff_snow_vertica...
2006-03-08 corey3DNow! & Extended 3DNow! versions of FFT
2006-02-17 melansoncomplete AVS playback system (from Creature Shock compu...
2006-02-13 mrumove common parts of makefiles into common.mak
2006-02-12 melansondosbox native ZMBV decoder, courtesy of Kostya
2006-02-12 melansoncomplete American Laser Games MM playback system, court...
2006-02-12 alextta decoder, tested with 44khz mono and stereo (for...
2006-02-11 diegoMove libpostproc compilation to the top-level Makefile.
2006-02-11 diegoSimplify header installation.
next