summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
...
* ADI Blackfin optimizationsMichael Benjamin2006-09-16
| | | | | | patch by Michael Benjamin, neuroptik gmail com Originally committed as revision 6282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the LGPL exception clause as discussed on ffmpeg-develDiego Biurrun2006-09-14
| | | | | | and move the dependent code under CONFIG_GPL. Originally committed as revision 6248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05
| | | | Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* install opt.hNico Sabbi2006-08-29
| | | | Originally committed as revision 6126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio format conversionMichael Niedermayer2006-08-19
| | | | | | untested and unused Originally committed as revision 6029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
| | | | | | header files that happen to have the same name as internal ones. Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec float optimizationsLuca Barbato2006-08-14
| | | | Originally committed as revision 5999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clean up:make dsputil subfile names consistentLuca Barbato2006-08-13
| | | | Originally committed as revision 5993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable swscale usage in ffmpegLuca Abeni2006-08-08
| | | | Originally committed as revision 5959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some AltiVec optimizations for VC-1Kostya Shishkov2006-08-03
| | | | Originally committed as revision 5899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove libtheora wrapperMåns Rullgård2006-07-31
| | | | Originally committed as revision 5873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-30
| | | | Originally committed as revision 5862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-29
| | | | Originally committed as revision 5846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-19
| | | | Originally committed as revision 5784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsMåns Rullgård2006-07-16
| | | | Originally committed as revision 5764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
| | | | | | of gnu extensions Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-12
| | | | Originally committed as revision 5725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove MPlayer-specific include option hacks.Diego Biurrun2006-07-12
| | | | Originally committed as revision 5723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
| | | | Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only build dpcm.o if its codecs are enabledMåns Rullgård2006-07-08
| | | | Originally committed as revision 5681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot to remove adx.o from objs always builtMåns Rullgård2006-07-08
| | | | Originally committed as revision 5680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the adx adpcm codec availableMåns Rullgård2006-07-08
| | | | Originally committed as revision 5679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable/disable pcm and adpcm codecsMåns Rullgård2006-07-08
| | | | Originally committed as revision 5678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: sort codec list alphabeticallyMåns Rullgård2006-07-08
| | | | Originally committed as revision 5675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewrite kconfig-styleMåns Rullgård2006-07-08
| | | | Originally committed as revision 5673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sun mlib works fine. Remove comment stating otherwise.Måns Rullgård2006-07-08
| | | | Originally committed as revision 5672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove bogus IPP section that is not referenced anywhere.Diego Biurrun2006-07-08
| | | | Originally committed as revision 5670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove -fforce-addr as it to generate slightly slower codeMåns Rullgård2006-07-07
| | | | Originally committed as revision 5665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-07-06
| | | | Originally committed as revision 5649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build mpegaudio.c and ac3enc.c only if neededMåns Rullgård2006-07-06
| | | | Originally committed as revision 5648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVBitStreamFilter (some thingy which can modify the bitstream like add or ↵Michael Niedermayer2006-07-06
| | | | | | remove global headers or change the headers or ...) Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use $(LIBOBJFLAGS) when compiling sparc/*.cMåns Rullgård2006-07-05
| | | | Originally committed as revision 5630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
| | | | Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-03
| | | | Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-27
| | | | Originally committed as revision 5529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first rudimentary version of (Justin Ruggles jruggle earthlink net) flac ↵Michael Niedermayer2006-06-24
| | | | | | encoder Originally committed as revision 5514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ifeq(...,yes) instead of ifdefMåns Rullgård2006-06-09
| | | | Originally committed as revision 5462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
| | | | Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
| | | | Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.Guillaume Poirier2006-05-16
| | | | | | | 3dnow intrinsincs are for now only compiled if 3dnowext support is available. (I should add smth that checks for plain 3dnow later) Originally committed as revision 5386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for ↵Guillaume Poirier2006-05-14
| | | | | | | | GCC, so use -m3dnow instead. Note that there's no way to specificly activate 3dnow ext support Originally committed as revision 5380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Further simplify AMR build.Diego Biurrun2006-05-06
| | | | Originally committed as revision 5347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore errors from recursive AMR cleans.Diego Biurrun2006-05-05
| | | | Originally committed as revision 5345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unconditionally clean AMR subdirs.Diego Biurrun2006-05-05
| | | | Originally committed as revision 5344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix amr_nb-fixed build.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed doesDiego Biurrun2006-04-27
| | | | | | work even without amr_nb. Originally committed as revision 5321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Group all AMR variables together, add some newlines.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misplaced CLEANAMR.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CLEANAMRWB --> CLEANAMR typoDiego Biurrun2006-04-27
| | | | Originally committed as revision 5317 to svn://svn.ffmpeg.org/ffmpeg/trunk