Zuxy Meng
d205abe9f7
Add --enable-auto-image-base for building mingw32 & cygwin DLLs
...
Originally committed as revision 9075 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
670a6b133b
remove libdts decoder, we have a native dts decoder
...
Originally committed as revision 9051 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
facbea9596
prevent misdetection by using a stricter regexp
...
Originally committed as revision 9050 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Zuxy Meng
b9a793eec8
Building both shared and static libraries is now possible on MinGW.
...
patch by Zuxy Meng, zuxy.meng gmail com
Originally committed as revision 9030 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
124bed6fb2
link to ws2_32.dll only if networking is enabled
...
Originally committed as revision 9028 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Jason Millard
cd61e40781
allow to enable or disable every bitstream filters individually
...
Original patch by Jason Millard jsm174 _at_ gmail
Date: On Fri, 11 May 2007 11:14:01 -0400
Subject: [FFmpeg-devel] enable/disable bitstream filters?
Originally committed as revision 9010 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
8e38071003
configure check for whether we can compile ssse3
...
Originally committed as revision 9002 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
26b4fe821c
split h264.c to move parser in its own file
...
Originally committed as revision 8985 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
df495dbd9a
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
...
now h263dec depends on mpeg4video_parser
this fixes compilation when h263 decoder is disabled
Originally committed as revision 8962 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
5880d5b58d
Install MinGW shared libraries (dlls) to bindir
...
Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4a815a7f64
Allow conditional compilation of H.263-related decoders.
...
Originally committed as revision 8949 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c33d98141d
Move H.263 parser to its own file.
...
Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
912f314854
Add a few explanatory comments.
...
Originally committed as revision 8933 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b0caf888d2
Rename oggvorbis decoder to libvorbis.
...
Originally committed as revision 8883 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f5a756ef26
Give libamr decoders/encoders a lib prefix in the name.
...
Originally committed as revision 8880 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
23aee96097
Rename dts_decoder to libdts_decoder.
...
Originally committed as revision 8879 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alexander Strange
074a9d2b58
The configure test for ebx fails because it is run before the -mdynamic-no-pic
...
check. Move it before the ebx test and remove -mdynamic-no-pic from
VHOOKCFLAGS later on.
patch by Alexander Strange, astrange ithinksw com
reference:
Subject: [Ffmpeg-devel] [PATCH] fix CONFIG_EBX_AVAILABLE on Darwin/x86
Date: Fri, 13 Apr 2007 17:24:55 -0400
Originally committed as revision 8863 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
660db1d6e9
cosmetics: Align some lines.
...
Originally committed as revision 8848 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
47b515bf64
10l, rtp_muxer needs config_network
...
Originally committed as revision 8843 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
c08fb00016
Make protocols configure selectable and also cleanup the CONFIG_NETWORK
...
related parts (rtp,rtsp,sdp). Currently they are interdependent.
Originally committed as revision 8842 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f87462ccef
proper dependency on mpegts_demuxer for rtp_muxer
...
Originally committed as revision 8831 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
a53cc2a40f
Remove redundant dependency from ffserver_deps.
...
Originally committed as revision 8830 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
73508bc6d3
Remove hackish support for the non-free fixed-point AMR-NB reference code.
...
Originally committed as revision 8813 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
7b829d2ab6
"fast unaligned" bytestream functions
...
patch by Ramiro Polla ramiro lisha ufsc br
original thread:
date: 03/11/2007 03:06 AM
subject: [Ffmpeg-devel] [PATCH] Machine endian bytestream functions
Originally committed as revision 8803 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
245626d045
Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,
...
it's not configurable by the user.
Originally committed as revision 8795 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
61bc79ec9c
remove possibly broken wince cruft
...
Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
03a76ba9f8
The AC3 demuxer depends on the AC3 parser.
...
Originally committed as revision 8740 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
26c1b3bee9
Simplify Darwin gcc flags setting.
...
Originally committed as revision 8730 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
8d3dc6ba58
Remove redundant 2.95 branch from the Darwin gcc check. It is already
...
being handled by the default case.
Originally committed as revision 8729 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
7dfef2451d
trap signals in tests that can crash
...
Originally committed as revision 8727 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stanislav Brabec
91024272cb
Replace hackish support for amr-nb and amr-wb. Instead of including the source
...
of the reference implementation it is possible to use proper libraries now.
patch by Stanislav Brabec, sbrabec suse cz, changes and bug fixes by me
Originally committed as revision 8717 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
0d0677fbc7
Suppress possible error from ulimit not having -c or being missing.
...
Originally committed as revision 8634 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3af6d5cf2f
There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring
...
the video_grab_device_demuxer AVInputFormat. Use two different names for the
AVInputFormats to reduce confusion and remove ugliness from the Makefile.
Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1a2a5b3ecd
cosmetics: Better variable name, the ENABLE_* lists contain more than codecs.
...
Originally committed as revision 8607 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b966340546
Use $(command) instead of `command`, it's POSIX, clearer and already used.
...
Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ced75d9223
Always lowercase targetos.
...
Originally committed as revision 8585 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
58ecc9cd04
run ebp register check in subshell so we can redirect crash message
...
Originally committed as revision 8583 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
91c5172d26
Force lowercase targetos value for MinGW, we check against lowercase strings.
...
Originally committed as revision 8578 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
846dffeb41
blackfin: Audio buffers are no longer allocated on the stack,
...
thus a 256KB stack is no longer required.
according to Marc Hoffman, mmh pleasantst com
Originally committed as revision 8570 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
449659919c
Fix compilation when using the --disable-opts parameter. This to help those
...
interested in using a debugger to debug FFmpeg.
Original thread:
Subject: [PATCH] Fix compilation when using --disable-opts
Date: 2007-03-15 16:58:35 GMT
Originally committed as revision 8549 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
c9fdab0dab
Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet_aton if not found; remove barpainet.h as it's not longer needed.
...
Originally committed as revision 8488 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
33a0dd378a
DXA demuxer and decoder
...
Originally committed as revision 8405 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3d3361e509
libswscale header files are put in a subdirectory named ffmpeg, not swscale.
...
Originally committed as revision 8347 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7350151b17
small improvements to the help output
...
Originally committed as revision 8314 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
1fc113c405
Use - instead of _ for AMR options in help output.
...
patch by Benoit Fouet, benoit.fouet purplelabs com
Originally committed as revision 8313 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Patrice Bensoussan
0aca87c6fc
Do not hardcode cc on Darwin, fixing --cc option in the process.
...
patch by Patrice Bensoussan, patrice.bensoussan free fr
Originally committed as revision 8198 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
c2a29455e3
enable some 64bit optimized code on 64bit arch
...
Originally committed as revision 8155 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0cb78cef4f
10l: Use double, not single, quotes when variables need to be expanded.
...
Originally committed as revision 8129 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
8eee7025e1
Collect the different thread variables in a nice easy to reuse list.
...
based on a patch by Ramiro Polla, angustia arrozcru no-ip org
Originally committed as revision 8128 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
81a409c8b5
ffserver uses dlopen(), so make sure it links to libdl if needed.
...
Originally committed as revision 8102 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago