Michael Niedermayer
0eb6817d98
audio format conversion
...
untested and unused
Originally committed as revision 6029 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
7981555d89
Move all internal -I parameters to the front of CFLAGS to avoid using external
...
header files that happen to have the same name as internal ones.
Originally committed as revision 6016 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
241807f32d
altivec float optimizations
...
Originally committed as revision 5999 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
b5f7e6eb95
Clean up:make dsputil subfile names consistent
...
Originally committed as revision 5993 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
790c9ca72a
Enable swscale usage in ffmpeg
...
Originally committed as revision 5959 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
481fb636b1
Some AltiVec optimizations for VC-1
...
Originally committed as revision 5899 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
6c9ce82f74
remove libtheora wrapper
...
Originally committed as revision 5873 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
64db55aedb
New functions in DSPContext for VC-1 decoding
...
Originally committed as revision 5862 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Stefan Gehrer
595e7bd940
some MMX optimizations for the CAVS decoder
...
Originally committed as revision 5846 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
cea8f6f323
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil
...
Originally committed as revision 5784 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
7a5f09f66e
cosmetics
...
Originally committed as revision 5764 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
4b65d88fd7
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
...
of gnu extensions
Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
6636b7e8e3
rename AMR config variables to CONFIG_AMR*
...
Originally committed as revision 5725 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f7f03a6303
Remove MPlayer-specific include option hacks.
...
Originally committed as revision 5723 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
af9e7d1810
--enable/disable parsers. Warning: some combinations are broken.
...
Originally committed as revision 5691 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
f7e79298d1
only build dpcm.o if its codecs are enabled
...
Originally committed as revision 5681 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
6f3d6022cf
forgot to remove adx.o from objs always built
...
Originally committed as revision 5680 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
7239fb5738
make the adx adpcm codec available
...
Originally committed as revision 5679 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
327dcfd315
enable/disable pcm and adpcm codecs
...
Originally committed as revision 5678 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
a29ff6b76b
cosmetic: sort codec list alphabetically
...
Originally committed as revision 5675 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
bac3be382e
rewrite kconfig-style
...
Originally committed as revision 5673 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
7f53b77c83
Sun mlib works fine. Remove comment stating otherwise.
...
Originally committed as revision 5672 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6be4846a1a
Remove bogus IPP section that is not referenced anywhere.
...
Originally committed as revision 5670 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
ab7e315396
remove -fforce-addr as it to generate slightly slower code
...
Originally committed as revision 5665 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
1ede1725f1
simplify
...
Originally committed as revision 5649 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
0ac3dcb8e8
build mpegaudio.c and ac3enc.c only if needed
...
Originally committed as revision 5648 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
748c2fca7e
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...)
...
Originally committed as revision 5643 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
bb428277fa
use $(LIBOBJFLAGS) when compiling sparc/*.c
...
Originally committed as revision 5630 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f130fd4630
cosmetics: Break overly long lines.
...
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b482e2d12f
CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
...
Originally committed as revision 5590 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
10b9c374cf
Rename VC9 to VC1 as there is no such thing as VC9
...
Originally committed as revision 5529 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
9e96ab0389
first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder
...
Originally committed as revision 5514 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
87318d6988
use ifeq(...,yes) instead of ifdef
...
Originally committed as revision 5462 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
42225a3058
remove redundant make variable SUBDIR
...
Originally committed as revision 5442 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
0919e788ae
Flash Screen Video decoder (fourcc:FSV1)
...
Originally committed as revision 5436 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Guillaume Poirier
c2f69579bb
fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.
...
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
19 years ago
Guillaume Poirier
fce9551efc
Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for 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
19 years ago
Diego Biurrun
60827a1a80
Further simplify AMR build.
...
Originally committed as revision 5347 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
215e46e6e5
Ignore errors from recursive AMR cleans.
...
Originally committed as revision 5345 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
c7f1a2f56e
Unconditionally clean AMR subdirs.
...
Originally committed as revision 5344 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
3ed410a6bd
Fix amr_nb-fixed build.
...
Originally committed as revision 5324 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6eb07e7349
Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does
...
work even without amr_nb.
Originally committed as revision 5321 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
e0fb7e5b0d
cosmetics: Group all AMR variables together, add some newlines.
...
Originally committed as revision 5319 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
90d9a1ba70
Misplaced CLEANAMR.
...
Originally committed as revision 5318 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1ea00ed061
CLEANAMRWB --> CLEANAMR typo
...
Originally committed as revision 5317 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2cf30841b5
Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.
...
based on patch by Marcus Engene, ffmpeg AATT engene DDOOTT se
Originally committed as revision 5295 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Kostya Shishkov
fd7b199199
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
...
Originally committed as revision 5273 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
dc9cc5ed85
EXTRALIBS already contains -lm, no need to add it explicitly.
...
Originally committed as revision 5240 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
dfca23e361
NuppelVideo/MythTVVideo support, including rtjpeg decoder
...
Originally committed as revision 5232 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
22b48b85b6
altivec support for snow
...
Originally committed as revision 5228 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago