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
Kostya Shishkov
348efc1836
Smacker demuxer and decoder.
...
Originally committed as revision 5189 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
d59518d45d
since Michael prefers to keep dsputil.h private to libavcodec
...
(rather than installing it system-wide) this patch reverses the
mistake I made last month (mplayer was recently fixed accordingly).
patch from Nico Sabbi <nicola_sabbi at fastwebnet it>
Originally committed as revision 5186 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Robert Edele
4567b4bdab
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
...
Patch by Robert Edele < yartrebo AH earthlink POIS net >
Original thread:
Date: Mar 20, 2006 5:54 PM
Subject: [Ffmpeg-devel] [PATCH] snow mmx + sse2 part 3
Originally committed as revision 5185 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Zuxy Meng
82eb4b0f1b
3DNow! & Extended 3DNow! versions of FFT
...
Patch by Zuxy Meng, zuxy <<dot>> meng >>at<< gmail <<dot>> com
Minor non-functional diff-related fixes by me.
Originally committed as revision 5125 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
2637670144
complete AVS playback system (from Creature Shock computer game),
...
courtesy of Aurelien Jacobs <aurel at gnuage dot org>
Originally committed as revision 5028 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
8b2121e3de
move common parts of makefiles into common.mak
...
Originally committed as revision 5015 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
9c8d8e84e0
dosbox native ZMBV decoder, courtesy of Kostya
...
Originally committed as revision 5000 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Mike Melanson
4e114829b1
complete American Laser Games MM playback system, courtesy of Peter Ross
...
(suxen_drol at hotmail dot com)
Originally committed as revision 4999 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
a24c4a2ae4
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE)
...
Originally committed as revision 4996 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1a9150b194
Move libpostproc compilation to the top-level Makefile.
...
Originally committed as revision 4993 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
dc2a1ce5c0
Simplify header installation.
...
Originally committed as revision 4986 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
b12f8273fa
Separate library install into static and shared installation.
...
Originally committed as revision 4983 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f29f3b5d9f
Separate header file installation from the general install target.
...
Originally committed as revision 4981 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
d9c2bab2f8
Install static libpostproc if CONFIG_PP is set.
...
Originally committed as revision 4976 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
b1d2a364d7
Install libpostproc headers if CONFIG_PP is set.
...
Originally committed as revision 4975 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
e2a5fd2049
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
...
Originally committed as revision 4922 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
320d060ae9
On MinGW it is not possible to build shared and static libraries at once.
...
Add means to disable building the static libraries and fix a few issues
with the MinGW build.
All the hard work done by Alexander Strasser, minor changes by myself.
Originally committed as revision 4909 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
c0af384013
Simplify LDFLAGS handling for MinGW.
...
Originally committed as revision 4907 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
04c07634d6
Remove obscure Makefile.bak entry from distclean rules.
...
Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
64b7c5b6f6
xvid ratecontrol support
...
Originally committed as revision 4894 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
98013cc16c
Make clean/distclean consistent throughout all the Makefiles.
...
Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
29a10be0d4
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.
...
Remove all possible shared libs suffixes instead.
Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
ba64106a39
Remove redundant --enable-shared-pp configure option and make the PP code
...
use the standard --enable-shared option.
Originally committed as revision 4858 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
4bdd05e76f
Move library name generation to configure, simplifies build system a bit more.
...
Originally committed as revision 4856 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f3b6010916
Create symbolic links for all library sonames and clean up Makefiles.
...
based on a patch by Luca Barbato < lu_zero -- at -- gentoo -- dot -- org >
Originally committed as revision 4851 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
dfd15b6e4f
minor consistency fix
...
Originally committed as revision 4843 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
517840c654
Our own LZO (1X) implementation, under LGPL and optimized for readability.
...
Tested on CamStudio sample files.
Originally committed as revision 4840 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
fb3d46da69
Move Darwin shared library build peculiarities to configure.
...
Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
e0f80bd744
CamStudio decoder, only 32 bit lzo mode is tested
...
Originally committed as revision 4836 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Nico Sabbi
a305b82d42
install dsputil.h, that is used by many filters in mplayer
...
Originally committed as revision 4825 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
bf3027c87b
TrueSpeech compatible audio decoder by Konstantin Shishkov
...
Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
5a872801d5
SONAME support for shared libs
...
patch by Luca Barbato < .. lu_zero .. @@ .. gentoo .. . .. org .. >
Originally committed as revision 4730 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago