Stefan Huehner
ea138e978a
Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.
...
Originally committed as revision 5506 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
c10824ea67
increase search limit in av_find_stream_info
...
Originally committed as revision 5505 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
4726111362
Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue
...
Originally committed as revision 5504 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5689ec7cde
Remove unused FFMPEG_VERSION_INT.
...
Note: If this is useful I'll put it in version.sh/version.h.
Originally committed as revision 5503 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f1cc88a5d6
Use Subversion revision for FFMPEG_VERSION.
...
based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr
Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
d2845d68c8
Remove unused VERSION definition from config.mak.
...
Originally committed as revision 5501 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
0cfd96cc1f
Avoid binary stripping rule code duplication.
...
Originally committed as revision 5500 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
d8bee8dd1c
allow packets with non-zero PES_scrambling_control
...
Originally committed as revision 5499 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
aa1c1c615a
fix aac in mov for ipod
...
Originally committed as revision 5498 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Stefan Huehner
7b49ce2e34
Add const to (mostly) char* and make some functions static, which aren't used
...
outside their declaring source file and which have no corresponding prototype.
patch by Stefan Huehner stefan^^@^^huehner^^.^^org
Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
3b9bee8889
libfaac uses pascal calling convention on win32 so the generic tests
...
can't be used
Originally committed as revision 5496 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
ab955d4741
add myself as build system maintainer
...
Originally committed as revision 5495 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
5d38ba3384
put local -L flags first in link commands
...
Originally committed as revision 5494 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
e8772eecdc
Cosmetics: should not hurt performance, scream if are
...
Originally committed as revision 5493 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Stefan Huehner
a97c1e93aa
Add (mostly) const to variable and parameter declaration, where a char* was
...
used and 'const char*' should be, plus make some function declarations
static if they aren't used outside their declaring source file.
patch by Stefan Huehner stefan%%at%%huehner%%dot%%org
Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
c8e9f80176
improved logging tests
...
Originally committed as revision 5491 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
407ddb4e17
update libav regression tests for r5449 (adpcm)
...
Originally committed as revision 5490 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2b9c9e097d
Rename version from CVS to the more sensible HEAD.
...
Originally committed as revision 5489 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
79d1ec9129
use standard codec tag if the specified tag is out of range and would be
...
truncated
Originally committed as revision 5488 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
4f8ff17e75
The AAC frame header uses 13 bits for the frame size, so the buffer should
...
have room for such a frame. A frame that large seems unlikely in a valid
file, but leaving room for it spares us the need to check it elsewhere.
Moving the buffer to the end of the struct made debugging this easier.
Originally committed as revision 5487 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
57bd82d4e7
test availability of various compiler flags, and verify that requested
...
libraries are really installed
Originally committed as revision 5486 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2c8e201429
Fix compilation with all combinations of --disable-(de)muxers.
...
Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
a5e9102b4b
free codec extradata in av_close_input_file
...
Originally committed as revision 5484 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
47dd81c75f
make dump_format output more homogenous
...
Originally committed as revision 5483 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
05edc1a75a
export all tracks to libavformat layer
...
Originally committed as revision 5482 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
5e1d273121
vfr mov/mp4 todo item
...
Originally committed as revision 5481 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
R. Brian Anderson
eaddc4717b
Fix segfault
...
Patch by R. Brian Anderson (andersrb AT cliftonlabs DOT com)
Originally committed as revision 5480 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
1449b7220d
10l to whoever wrote this
...
Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Abeni
3c47c1744a
Fix typo
...
Originally committed as revision 5478 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
29f3b38a91
check for SDL_VideoInfo.current_[wh] availability in configure, and
...
fall back on SDL_WM_ToggleFullScreen() if not available
Originally committed as revision 5477 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
4a387d7d3b
update regression tests for r5449 (adpcm)
...
Originally committed as revision 5476 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
b7b225581f
dont load the index if we cant seek back
...
Originally committed as revision 5475 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
ef4c8bbfb7
check fseek return value
...
Originally committed as revision 5474 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
c3daf8d833
fix unused computed value
...
Originally committed as revision 5473 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
543eebd568
fix mp3 muxing
...
Originally committed as revision 5472 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
329b1e755e
fix probe of high bitrate mpeg2video
...
Originally committed as revision 5471 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
bbf84ca1a4
oprofile reference for Linux/PPC
...
Originally committed as revision 5470 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
e6f0ad5167
MIPS doesn't like unaligned accesses
...
Originally committed as revision 5469 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
a2fe3b5869
simplify, completely ignore streams not recognized, that fixes seeking for some files
...
Originally committed as revision 5468 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Loren Merritt
c4da83fb0f
h264: accept rbsp_trailing longer than 1 byte
...
Originally committed as revision 5467 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
a7b286e89c
read_packet return value must be < 0 when no packet is returned, including EOF.
...
Originally committed as revision 5466 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
1f6b1bcb81
10l to myself for being overzealous with $cross_prefix
...
Originally committed as revision 5465 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
38f0d3ce76
Add support for GNU/kFreeBSD systems.
...
patch from Petr Salinger submitted by Sam Hocevar
Originally committed as revision 5464 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
3ef17d626f
don't use xlib in ffplay, and bump required sdl version
...
Originally committed as revision 5463 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
87318d6988
use ifeq(...,yes) instead of ifdef
...
Originally committed as revision 5462 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
36b1b0bcc6
CVS --> Subversion
...
Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
f2cf4a6be7
fix closed gop flag
...
Originally committed as revision 5460 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2b165e2901
www1.mplayerhq.hu --> lists.mplayerhq.hu
...
Originally committed as revision 5459 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1c1b5a4094
CVS --> Subversion
...
Originally committed as revision 5458 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
dc4ed3b141
probe for mpeg audio
...
Originally committed as revision 5457 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago