]> git.sesse.net Git - ffmpeg/history - libavcodec/Makefile
another MPEG-2 long gop codec ul
[ffmpeg] / libavcodec / Makefile
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.
2006-05-05 Diego BiurrunIgnore errors from recursive AMR cleans.
2006-05-05 Diego BiurrunUnconditionally clean AMR subdirs.
2006-04-27 Diego BiurrunFix amr_nb-fixed build.
2006-04-27 Diego BiurrunDisentangle dependencies between amr_nb and amr_nb...
2006-04-27 Diego Biurruncosmetics: Group all AMR variables together, add some...
2006-04-27 Diego BiurrunMisplaced CLEANAMR.
2006-04-27 Diego BiurrunCLEANAMRWB --> CLEANAMR typo
2006-04-15 Diego BiurrunHave EXTRALIBS appear after other link options, fixes...
2006-04-07 Kostya ShishkovKMVC (used in Worms games) decoder. Works fine with...
2006-03-29 Diego BiurrunEXTRALIBS already contains -lm, no need to add it expli...
2006-03-27 Reimar DöffingerNuppelVideo/MythTVVideo support, including rtjpeg decoder
2006-03-27 Luca Barbatoaltivec support for snow
2006-03-21 Kostya ShishkovSmacker demuxer and decoder.
2006-03-20 Måns Rullgårdsince Michael prefers to keep dsputil.h private to...
2006-03-20 Robert EdeleAdd the mmx and sse2 implementations of ff_snow_vertica...
2006-03-08 Zuxy Meng3DNow! & Extended 3DNow! versions of FFT
2006-02-17 Mike Melansoncomplete AVS playback system (from Creature Shock compu...
2006-02-13 Måns Rullgårdmove common parts of makefiles into common.mak
2006-02-12 Mike Melansondosbox native ZMBV decoder, courtesy of Kostya
2006-02-12 Mike Melansoncomplete American Laser Games MM playback system, court...
2006-02-12 Alex Beregszaszitta decoder, tested with 44khz mono and stereo (for...
2006-02-11 Diego BiurrunMove libpostproc compilation to the top-level Makefile.
2006-02-11 Diego BiurrunSimplify header installation.
2006-02-11 Diego BiurrunSeparate library install into static and shared install...
2006-02-11 Diego BiurrunSeparate header file installation from the general...
2006-02-11 Diego BiurrunInstall static libpostproc if CONFIG_PP is set.
2006-02-11 Diego BiurrunInstall libpostproc headers if CONFIG_PP is set.
2006-02-02 Michael Niedermayeros2 thread, network and freetype2 support by (Paul...
2006-01-30 Diego BiurrunOn MinGW it is not possible to build shared and static...
2006-01-29 Diego BiurrunSimplify LDFLAGS handling for MinGW.
2006-01-26 Diego BiurrunRemove obscure Makefile.bak entry from distclean rules.
2006-01-24 Michael Niedermayerxvid ratecontrol support
2006-01-16 Diego BiurrunMake clean/distclean consistent throughout all the...
2006-01-15 Diego BiurrunDon't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSU...
2006-01-14 Diego BiurrunRemove redundant --enable-shared-pp configure option...
2006-01-14 Diego BiurrunMove library name generation to configure, simplifies...
2006-01-14 Diego BiurrunCreate symbolic links for all library sonames and clean...
2006-01-13 Diego Biurrunminor consistency fix
2006-01-12 Reimar DöffingerOur own LZO (1X) implementation, under LGPL and optimiz...
2006-01-12 Diego BiurrunMove Darwin shared library build peculiarities to confi...
2006-01-09 Reimar DöffingerCamStudio decoder, only 32 bit lzo mode is tested
2006-01-08 Nico Sabbiinstall dsputil.h, that is used by many filters in...
2006-01-03 Diego BiurrunTrueSpeech compatible audio decoder by Konstantin Shishkov
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-10 Luca BarbatoSONAME support for shared libs
2005-12-09 Benjamin LarssonCook compatibe decoder, patch by Benjamin Larsson
2005-11-30 Måns RullgårdBMP image decoder
2005-11-21 Guillaume PoirierMake DV(B|D) subtitles (en|de)coders be conditonnaly...
2005-11-14 Wolfram Glogerdvbsub encoder, patch by Wolfram Gloger < wmglo AH...
2005-11-07 Fredrik OrderudPut double-quotes around the install path in the "insta...
2005-11-05 Roberto TogniPlace qdm2 and truemotion2 in ifdef block so that they...
2005-10-23 Diego BiurrunAdd DTS_INC to the CFLAGS for DTS. This is only set...
2005-10-19 Guillaume Poirierrevert useless patch that was supposed to fix DTS suppo...
2005-10-18 Roberto TogniQDM2 compatible decoder
2005-10-14 Giacomo ComesFix DTS support compilation issue. Patch by Giacomo...
2005-10-13 Mike MelansonDuck TrueMotion 2 video decoder, courtesy of Konstantin...
2005-10-04 j@v2v.ccMove all definitions of external dependencies into...
2005-09-26 Diego Biurrunsupport for building dynamic libraries on Mac OS X
2005-09-10 Michael Niedermayeradd xvid idcts to dct-test
2005-09-10 Michael Niedermayerxvids mmx&mmx2 idcts
2005-09-06 Michael NiedermayerAVOption first try
2005-08-13 Måns Rullgårdfix building in separate directory
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...
2005-07-17 Michael NiedermayerDVB subtitle decoder by (Ian Caulfield: imc25, cam...
2005-06-27 Michael Niedermayerx86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr...
2005-06-03 Fabrice Bellardsubtitle codec type support
2005-05-26 Bernhard RosenkränzerBetter ARM support for mplayer/ffmpeg, ported from...
2005-05-22 Jacob Meuserldconfig as config.mak variable patch by (Jacob Meuser...
2005-05-22 Michael Niedermayerlibgsm warper by (Alban Bedel: albeu, free fr)
2005-05-19 Aurelien Jacobsinstall libav(codec|format).pc/libpostproc.pc for pkg...
next