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
Diego Biurrun
13ca50f367
Rename --enable-swscaler --> enable-swscale to be consistent with the
...
directory name and other option names. Also rename variables accordingly.
Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Panagiotis Issaris
781138d005
Update the regression tests reference values after the changes to the Matroska
...
muxer/demuxer in revision 12358.
Originally committed as revision 12407 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Panagiotis Issaris
635a8cd27d
Make av_class a pointer to const.
...
Patch by Takis.
Originally committed as revision 26210 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Benoit Fouet
710af50e0c
define VOF as double of VOFW.
...
Originally committed as revision 26209 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
3f0bc115f1
Remove redundant swScaler: output from places where av_log()
...
properly prints the context anyway.
Originally committed as revision 26207 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Mike Melanson
32c3047cac
These video decoders do not need to include and initialize the DSP
...
support functions.
Originally committed as revision 12406 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Mike Melanson
d61af67aa1
There is no reason to assign a variable to itself
...
Originally committed as revision 12405 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
b847847a0c
cosmetics: remove some empty lines
...
Originally committed as revision 12404 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
01ccf45b92
remove useless and misleading comments
...
Originally committed as revision 12403 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
1637930fe6
smaller tables
...
Originally committed as revision 12402 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
36b0782e71
consistent use of MKTAG() in the codec_bmp_tags table
...
Originally committed as revision 12401 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
ab0b2e559a
cosmetics: alignment of the codec_bmp_tags table
...
Originally committed as revision 12400 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago