aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-2/+1
* cosmetics: Add backslashes to the last line of continued lines to makeDiego Biurrun2006-10-071-15/+25
* Simplify test program build.Diego Biurrun2006-10-051-9/+1
* Fix imgresample-test compilation.Diego Biurrun2006-10-051-1/+1
* imgresample-test depends on $(LIB).Diego Biurrun2006-10-051-1/+1
* Simplify EXTRALIBS handling.Diego Biurrun2006-10-051-4/+3
* Switch idct_mmx_xvid.c from GPL to LGPL as permitted by theDiego Biurrun2006-10-051-1/+2
* cosmetics: Put all OBJS on a line of their own for nicer-looking diffs.Diego Biurrun2006-10-041-14/+46
* Move EXTRALIBS handling to common.mak.Diego Biurrun2006-10-031-2/+0
* Slightly simplify apiexample compilation command line.Diego Biurrun2006-10-031-1/+1
* Also remove cpuid_test on clean.Diego Biurrun2006-10-031-2/+2
* Remove bogus dependency information.Diego Biurrun2006-10-031-2/+0
* Mark all phony targets as such.Diego Biurrun2006-10-031-0/+2
* Add vorbis encoder to ffmpegOded Shimon2006-10-021-0/+1
* vorbis.h -> vorbis_data.cOded Shimon2006-09-301-1/+1
* ARMv5TE optimized IDCTMåns Rullgård2006-09-261-0/+1
* WavPack lossless audio decoderKostya Shishkov2006-09-261-0/+1
* ADI Blackfin optimizationsMichael Benjamin2006-09-161-0/+1
* Remove the LGPL exception clause as discussed on ffmpeg-develDiego Biurrun2006-09-141-2/+2
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-0/+2
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-051-0/+1
* install opt.hNico Sabbi2006-08-291-1/+1
* audio format conversionMichael Niedermayer2006-08-191-0/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-171-1/+1
* altivec float optimizationsLuca Barbato2006-08-141-1/+2
* Clean up:make dsputil subfile names consistentLuca Barbato2006-08-131-2/+2
* Enable swscale usage in ffmpegLuca Abeni2006-08-081-1/+8
* Some AltiVec optimizations for VC-1Kostya Shishkov2006-08-031-1/+2
* remove libtheora wrapperMåns Rullgård2006-07-311-1/+0
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-301-1/+1
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-291-0/+3
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-191-1/+1
* cosmeticsMåns Rullgård2006-07-161-1/+1
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-131-1/+1
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-121-4/+4
* Remove MPlayer-specific include option hacks.Diego Biurrun2006-07-121-2/+0
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-091-0/+14
* only build dpcm.o if its codecs are enabledMåns Rullgård2006-07-081-1/+5
* forgot to remove adx.o from objs always builtMåns Rullgård2006-07-081-1/+1
* make the adx adpcm codec availableMåns Rullgård2006-07-081-2/+2
* enable/disable pcm and adpcm codecsMåns Rullgård2006-07-081-3/+75
* cosmetic: sort codec list alphabeticallyMåns Rullgård2006-07-081-17/+17
* rewrite kconfig-styleMåns Rullgård2006-07-081-357/+195
* Sun mlib works fine. Remove comment stating otherwise.Måns Rullgård2006-07-081-1/+0
* Remove bogus IPP section that is not referenced anywhere.Diego Biurrun2006-07-081-6/+0
* remove -fforce-addr as it to generate slightly slower codeMåns Rullgård2006-07-071-1/+0
* simplifyMåns Rullgård2006-07-061-2/+1
* build mpegaudio.c and ac3enc.c only if neededMåns Rullgård2006-07-061-1/+7
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-061-1/+3
* use $(LIBOBJFLAGS) when compiling sparc/*.cMåns Rullgård2006-07-051-1/+1