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
Diego Biurrun
f6b375b95e
Merge bfin add_ldflags lines.
...
Originally committed as revision 8064 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
8684704bbe
add bfin cpu specific build options, patch by Marc Hoffman % mmh P pleasantst P com %
...
original thread:
date: Feb 21, 2007 1:32 PM
subject: [Ffmpeg-devel] bfin cpu specific build options
Originally committed as revision 8060 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d5039327f1
Remove unused variable.
...
Originally committed as revision 8050 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f55c7a3359
Move MinGW extralibs setting into MinGW section.
...
Originally committed as revision 8049 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
8ffed8d89f
libgsm_ms codec depends on libgsm
...
Originally committed as revision 8045 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
eea50282bc
generic foo-config --cflags/libs test
...
Originally committed as revision 8033 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f8d7b072fe
feature tests for functions requiring one or more headers
...
Originally committed as revision 8032 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
fcfcde1769
revert last change, it breaks on brain damaged distros
...
Originally committed as revision 8031 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a2e25446e7
simplify check_lib
...
Originally committed as revision 8030 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d1b1363ee1
TARGET_OS in config.mak is unused
...
Originally committed as revision 8020 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
40671fee0a
remove --enable-mingw32 option, --target-os=mingw32 should be used
...
Originally committed as revision 8019 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4a5444db0e
case insensitive OS name
...
Originally committed as revision 8018 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
c9639c394c
libswscale is needed in Cygwin vhooks
...
patch by Víctor Paesa wzrlpy arsystel com
Originally committed as revision 8013 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
aeb292227e
10l: I thought I'd tested all changes...
...
Originally committed as revision 8011 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0a622b984d
rearrange --help text slightly
...
Originally committed as revision 8010 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
abcd6d608c
mention --target-os in --help
...
Originally committed as revision 8009 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
270739bb90
move arch processing after command line loop
...
Originally committed as revision 8008 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4ec9ec8122
put mingw section together with other OS specifics
...
Originally committed as revision 8007 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c597172e43
add --target-os option, and move OS specific settings after command line
...
processing
Originally committed as revision 8006 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c861e7da74
restore lost --enable-amr-if2 option
...
Originally committed as revision 8001 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
36c07acd59
MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock.
...
Originally committed as revision 7990 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
b0c858d834
poll() emulation for BeOS, and maybe MinGW.
...
Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d8bc5f06e4
simplify
...
Originally committed as revision 7985 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
afde41b414
rename video4linux[2] variables to v4l[2], consistent with --disable options
...
Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
ac7030a437
combine handling of --enable/disable-encoder/decoder/muxer/demuxer/parser
...
Originally committed as revision 7971 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago