Michael Niedermayer
821e46f4a7
alpha amr tip
...
Originally committed as revision 2683 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Chris Flerackers
7f965c1c89
inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>)
...
Originally committed as revision 2681 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
64cba7481b
patch for configuring amr_wb by ("Murphy Chen" <murphychen at mail2000 dot com dot tw>)
...
Originally committed as revision 2675 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
4850b2d243
LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
19d053c5ba
* fixes for broken builds on Solaris, OS2 and all bingendian
...
systems out there.
Originally committed as revision 2480 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
75388c749b
2nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 2475 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
eb592f6af1
;
...
Originally committed as revision 2462 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
b5c950c4f4
int_fast??_t emulation for broken systems which dont conform to ISO C
...
this should be ported to mplayers configure if it works
Originally committed as revision 2461 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michel Bardiaux
99614dd4e9
configure on SGI IRIX patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
...
Originally committed as revision 2457 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Roman Shaposhnik
b292469633
* sh doesn't understand $(command) type of Command substitution.
...
It's a ksh'ism.
Originally committed as revision 2429 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
f2fae326e3
OS/X 10.2.x gcc-3.1 bug workaround by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 2400 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Dan Christiansen
cf9d24adf6
- Moving -Wall from the individual Makefiles to configure (and only
...
have it passed to GCC)
- Moving the usage in configure to the top of it, so you don't have to
wait needlessly
- Silence compiler output during configuration
- Add support for configuring with IBM XLC
patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
Originally committed as revision 2397 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
29d48296a7
Patch for AAC encoding with libfaac by (Gildas Bazin <gbazin at altern dot org>)
...
Originally committed as revision 2342 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Dan Christiansen
fe0f2a9719
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
...
Originally committed as revision 2315 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
d663a1fdc0
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
...
Originally committed as revision 2311 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
951bf3e681
fixed windows build
...
Originally committed as revision 2278 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
258207b7fc
simplified version handling - set win32 install path
...
Originally committed as revision 2262 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Glenn Maynard
cddf3f452a
Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)
...
Originally committed as revision 2240 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
c54d0a1ae0
removed strptime test
...
Originally committed as revision 2235 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
ba9261e531
disable a52 & pp by default
...
Originally committed as revision 2209 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Glenn Maynard
5e4639e200
localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>)
...
Originally committed as revision 2204 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a17236c53c
MingW patches by (Glenn Maynard <g_sf at zewt dot org>)
...
Originally committed as revision 2203 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
23a65308e3
man page installation support
...
Originally committed as revision 2145 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
7eea5766d5
removed deprecated win32 option (use --enable-mingw32 and --cross-prefix)
...
Originally committed as revision 2140 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
f80f796434
enabling Sun medialib support via --enable-sunmlib, the default
...
(even on systems with medialib is to use ffmpeg routines)
Originally committed as revision 2130 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
36b58e850d
* fixing a regression in mpeg encoder (not setting pix_fmt),
...
this is hardly the right way to do things, but it'll suffice for now.
* patch from Gildas Bazin
gbazin at altern dot org
* fix for a 10l in configure
* gcc 2.95.3 and Solaris build in general are not ready
for -Werror in libavformat/Makefile
Originally committed as revision 2123 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
bdb2e37c4a
initial sh4 support
...
Originally committed as revision 2122 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Magnus Damm
b6e52719c6
Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
...
Originally committed as revision 2120 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Dan Christiansen
8d6625b621
Apple GCC 3.3 compile fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
...
Originally committed as revision 2049 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Romain Dolbeau
e45a2872fa
1) remove TBL support in PPC performance. It's much more useful to use the
...
PMCs, and with Apple's CHUD it's fairly easy too. No reason to keep useless
code around
2) make the PPC perf stuff a configure option
3) make put_pixels16_altivec a bit faster by unrolling the loop by 4
patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
Originally committed as revision 2022 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Romain Dolbeau
3efd4952df
PPC fixes & clean-up patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
...
Originally committed as revision 2008 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a4adb60858
PPC970 patch + cpu-specific tuning support by (Romain Dolbeau <dolbeau at irisa dot fr>)
...
Originally committed as revision 1997 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Steven M. Schultz
d3b150363c
'ffserver=no' default for Darwin patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 1994 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
93caefc7d6
support for armv5tel (XScale used in iPAQs)
...
Originally committed as revision 1986 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
31319a8ccd
win32 compile fix for ffplay by gbazin at altern dot org
...
Originally committed as revision 1958 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
94a3401e93
disable ffplay if no SDL
...
Originally committed as revision 1945 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
a86b921c7d
SDL probe - ffplay build option
...
Originally committed as revision 1935 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
bc634f6fc2
* 3gp patch by Joca
...
Originally committed as revision 1931 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
e82c5a8cc0
10000l (__CPU__ wasnt set)
...
Originally committed as revision 1910 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Alex Beregszaszi
e67e14d54c
1l
...
Originally committed as revision 1897 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
a9a07762b8
altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>)
...
Originally committed as revision 1896 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
joca@rixmail.se
891f64b339
AMR-NB audio support patch by (<joca at rixmail dot se>)
...
Originally committed as revision 1876 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
445ad18d65
* link libfaad when needed
...
Originally committed as revision 1862 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
0fc50e58f6
* simple options to enable faad support (no runtime compile checking is made)
...
(just like with few others...)
Originally committed as revision 1860 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Måns Rullgård
5f6b58def2
makes configure create the libpostproc directory and
...
Makefile, when running outside of the source dir patch by (mru at users dot sourceforge dot net (Måns Rullgård))
Originally committed as revision 1854 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
6e023978cf
Changes for SPARC/Solaris compatibility. Now it should be possible to
...
build and test ffmpeg on SPARC/Solaris 8+ out of the box.
Originally committed as revision 1778 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
a7beab731d
bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1753 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Roman Shaposhnik
c9f97d8251
making configure sh script patch by (Roman Shaposhnick <rvs at sun dot com>)
...
Originally committed as revision 1730 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
98ca7790e3
fixing typo in some outcommentet code
...
Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
553a628497
optionally optimize for size (libavcodec.a is >30% smaller), no i didnt test the speed ...
...
Originally committed as revision 1726 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago