Måns Rullgård
a426bbfc28
set SRC_DIR in top-leve Makefile
...
Originally committed as revision 12453 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
c415857d06
rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used
...
Originally committed as revision 12452 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e6a383d695
Use $< to simplify a few lines.
...
Originally committed as revision 12451 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
63d026b1bf
cosmetics: #include config.h before all other FFmpeg headers.
...
Originally committed as revision 12450 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bd10713636
typo fixes
...
Originally committed as revision 12449 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bee972eead
typo
...
Originally committed as revision 26251 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
4477b9f424
Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.
...
Originally committed as revision 12448 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Dave Yeo
b96644bfe3
Add attribute_align_arg to os2thread.c.
...
Patch by Dave Yeo.
Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
69b192acb8
Typo
...
Originally committed as revision 12446 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e982d4d39f
Remove the unused function roundToInt16. It is a duplicate of the same function
...
in swscale.c. Fixes the warning:
yuv2rgb_altivec.c:751: 'roundToInt16' defined but not used
Originally committed as revision 26247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
5dff04fc51
Only check for altivec.h when not using Apple gcc and not adding -faltivec to
...
CFLAGS. This avoids a couple of warnings of the type
'#warning: Ignoring <altivec.h> because "-faltivec" specified'.
Originally committed as revision 12445 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0870c7674a
cosmetics: Reformat Apple cc check.
...
Originally committed as revision 12444 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
216d513c34
typos
...
Originally committed as revision 12443 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b2c26e2717
Use correct t printf modifier for pointer differences.
...
Originally committed as revision 12442 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4e9b8211b0
useless null
...
Originally committed as revision 12441 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
82213f68ba
remove useless img_write_trailer func
...
Originally committed as revision 12440 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6e69586b44
Build ffserver_g as well as ffserver, consistent with the other binaries.
...
Originally committed as revision 12439 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
99c763d143
log aspect ratio forbidden value, and fail if error resilience is high
...
Originally committed as revision 12438 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
d04d9e167e
new attempt at portable endian test
...
Originally committed as revision 12437 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
ccae51d5b9
hopefully portable endian test
...
Originally committed as revision 12436 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
768a920572
#include stddef.h instead of sys/types.h, the former is a standard C header.
...
Originally committed as revision 12435 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
a2338352be
do not fail badly if aspect ratio is 0/forbidden, fix issue 369
...
Originally committed as revision 12434 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
32573a74bf
#include stdint.h instead of inttypes.h like all libavutil headers do.
...
Originally committed as revision 12433 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bfb80dbe21
This file does not use size_t, so no need to #include <sys/types.h>.
...
Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a087028ad8
Add #include "config.h" to headers that need it.
...
Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
9d2cc8c1ee
If consumed does not match nalsize, favor nalsize.
...
Fixes issue385.
Originally committed as revision 12430 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6ef2912879
Add missing stdint.h #include to headers that use it.
...
Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2cab640129
typo fixes
...
Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
88a7a2dc6c
wording improvement by the Wanderer
...
Originally committed as revision 12427 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a6f6b237e2
typos
...
Originally committed as revision 26228 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
315c741d3d
Move dependency generation commands into configure.
...
This will allow specifying gcc-independent commands in the future.
Originally committed as revision 12426 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
8b83d56893
Fix configure to properly build without PIC by default on Darwin
...
Patch by Alexander Strange (astrange ithinksw com)
Originally committed as revision 12425 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Mike Melanson
fecf966f17
Ministry of English Composition edits, courtesy of the Wanderer
...
Originally committed as revision 12424 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0138c54ec6
Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.
...
Originally committed as revision 12423 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f63b6dc0ff
Do not calculate dependencies for header files in the .vhookdepend target.
...
Originally committed as revision 12422 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
8df4da4eb3
Use $^ without header files instead of $(SRCS) to reference the dependencies
...
of the .depend target. $^ apparently includes the full path to files found
in a vpath directory, $(SRCS) does not. This makes out of tree builds fail.
Originally committed as revision 12421 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a04e32407d
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
...
Originally committed as revision 26220 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Mike Melanson
bf99f4fccc
Ministry of English Composition edits
...
Originally committed as revision 12420 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b7860763ca
Clarify comment.
...
Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
98f6dfa653
make input buffer const, as it should be. fixes a warning.
...
Originally committed as revision 12418 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
074ac3c2d0
add out of bound stream index checks
...
fix issue379
Originally committed as revision 12417 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
1b9cec96e1
Remove windows installer. I'm not aware of anyone that uses it.
...
Originally committed as revision 12416 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
6ed4eec550
add a temporary variable to simplify the code
...
Originally committed as revision 12415 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
30a3ad750b
Simplify .depend generation command.
...
Originally committed as revision 12414 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7853bf93b2
Replace the awkward '1>' with the more natural '>'.
...
Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3c889b5cf7
Merge SDL_CFLAGS handling for files that need it.
...
Originally committed as revision 12412 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Björn Axelsson
5acef35f57
Add AVClass to URLContext at next major version bump
...
Patch by Björn Axelsson (bjorn axelsson intinor se)
Originally committed as revision 12411 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7ce6892373
misc spelling fixes
...
Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
06de58d2a8
typo
...
Originally committed as revision 26212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
bab785a5f9
vhooks really need libav* even if they compile fine without on Linux.
...
Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago