Adam Thayer
1ddadfa9e3
XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)
...
Originally committed as revision 3325 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
23c9925329
libdts support by (Benjamin Zores <ben at geexbox dot org>)
...
Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Nicolas Boos
146ea95228
autobuild doc if possible patch by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)
...
Originally committed as revision 3288 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
da9b170c6f
optional and disabled by default memalign hack for SSE/SSE2 on that alternative OS
...
Originally committed as revision 3199 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
c3f6b4728e
check for sdl-config
...
avoid which
Originally committed as revision 3190 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Luca Abeni
ffc0ef960b
don't compile ffserver if network is not enabled patch by (Luca Abeni <lucabe72 at email dot it>)
...
Originally committed as revision 3137 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
7802d373b7
imlib2 needs -lm
...
Originally committed as revision 3118 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
bb801c97ea
dont use always_inine with -Os
...
Originally committed as revision 3101 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
James Morrison
bb476ff367
vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>)
...
Originally committed as revision 3057 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Romain Dolbeau
9007f51460
better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>)
...
Originally committed as revision 3038 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
0abd691683
10l by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 3022 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Steven M. Schultz
12043e1d8b
FreeBSD pthread patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
...
Originally committed as revision 3021 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
a18b518368
10l
...
Originally committed as revision 3013 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
b2e3c52814
require the user to explicitly specifiy --enable-gpl before enabling of gpl parts becomes possible
...
print correct license if --enable-gpl is specified
Originally committed as revision 2985 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Falk Hüffner
7906085fcc
warning patrol
...
Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
16806499fc
w32threads by (Gildas Bazin <gbazin at altern dot org>)
...
Originally committed as revision 2803 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
9c3d33d67f
multithreaded/SMP motion estimation
...
multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263
all pthread specific code is in pthread.c
to try it, run configure --enable-pthreads and ffmpeg ... -threads <num>
the internal thread API is a simple AVCodecContext.execute() callback which executes a given function pointer with different arguments and returns after finishing all, that way no mutexes or other thread-mess is needed outside pthread.c
Originally committed as revision 2772 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Tinic Uro
747a0554ea
- made --extra-cflags option work on darwin
...
- allow INTER4V macroblocks for FLV1 codec
- fixed issue in flv file format saving 8 mp3 frames per packet instead of 1
- fixed crasher in flv file format involving mp3 buffer handling
- added FLV1 codec support for swf file format (FlashPlayer6 or above
required) and made it default
- fixed broken mp3 support in swf file format
patch by (Tinic Uro <turo at macromedia dot com>)
cleanup by me
Originally committed as revision 2756 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michael Niedermayer
d2a9bdddd8
more sane inttypes emulation behavior if libavcodec is used outside ffmpeg
...
Originally committed as revision 2685 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
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