Michael Niedermayer
6138ed777d
Arrays where one element too small, fixes CID114.
...
this was possibly exploitable
Originally committed as revision 13475 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5e5c908691
redundant check--
...
Originally committed as revision 13474 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c1815c3700
memleak / fixes CID118
...
Originally committed as revision 13473 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c2a3dcaf25
Fix memleak, fixed CID123.
...
Originally committed as revision 13472 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8e6f8869ab
Do not read from prior the array, fix CID 127.
...
Originally committed as revision 13471 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
406a0fdcab
Do not use the pts/dts calculation code which needs a parser, when no parser
...
is available.
Originally committed as revision 13470 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
d26a180fd6
Add comment
...
Originally committed as revision 13469 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
1fe50db3f2
Fix doxy comments
...
Originally committed as revision 13468 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Dmitry Antipov
1a592ecc47
Add Intel IWMMXT2 link, patch by Dmitry Antipov, dmantipov yandex ru.
...
Originally committed as revision 13467 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d6bd62db95
Call x264 and Xvid libx264 and libxvid in the configure output for consistency.
...
Originally committed as revision 13466 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
842eabc5f9
cosmetics: XviD is now called Xvid.
...
Originally committed as revision 13465 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
ae52bbe5de
cosmetics: typo fixes
...
Originally committed as revision 13464 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
41a0df9b81
Update documentation of show_version() to account for latest changes.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13463 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
ed03be6c49
use AVFifoBuffer
...
Originally committed as revision 13462 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
2aaf590b17
cosmetics
...
Originally committed as revision 13461 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
11dae3365a
merge init and declaration
...
Originally committed as revision 13460 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4a712c3378
simplify and use version instead
...
Originally committed as revision 13459 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
6ef445fede
simplify
...
Originally committed as revision 13458 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
8d4f0e6749
simplify
...
Originally committed as revision 13457 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
9caf6781ed
cosmetics, remove useless cases and braces
...
Originally committed as revision 13456 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
1234da4caf
use av_fifo_generic_write, old func is deprecated
...
Originally committed as revision 13455 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
fbcb081161
remove const qualifier, removes warning:
...
libavformat/file.c:99: warning: passing argument 2 of 'strtol' from incompatible pointer type
Originally committed as revision 13454 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1eacdcc644
Do not remove gmon.out on clean, we never create it.
...
Originally committed as revision 13453 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
bd98e9e230
zero the upper frequencies of the correct coefficients
...
Originally committed as revision 13452 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
936d48911a
Remove TAGS target cruft.
...
Originally committed as revision 13451 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5caf0949c0
Simplify phony target declaration.
...
Originally committed as revision 13450 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
60598b2f9a
Rename test-server target to servertest for consistency with other test targets.
...
Originally committed as revision 13449 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
a077f3bc1a
typo
...
Originally committed as revision 13448 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
9641bf3027
register myself as ffm maintainer
...
Originally committed as revision 13447 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1384e27054
consistency cosmetics: indices --> indexes in variable names
...
Originally committed as revision 13446 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
5231f101d1
Clarify avcodec_encode_audio() vs. PCM audio.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13445 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f4433de9ef
consistency cosmetics: indices --> indexes
...
Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
30bd40f2f1
cosmetics: typo
...
Originally committed as revision 13443 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
756a01f522
cosmetics: Use C-style comments in #endif directives.
...
Originally committed as revision 13442 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
b467be729e
small consistency fixes for the ffplay manual
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13441 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
d6880d4d26
small consistency fixes for the ffserver manual
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13440 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
04fd3e8134
aac and h264 in flv demuxing
...
Originally committed as revision 13439 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
f23496b562
aac and h264 in flv muxing
...
Originally committed as revision 13438 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
391872e467
aac chan config is 0 if bitstream contains program_config_element
...
Originally committed as revision 13437 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
2be83b96b6
Support non interleaved avi with phantom streams.
...
Originally committed as revision 13436 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
6286924461
Rename var: add read coefficients a decent name
...
Originally committed as revision 13435 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
e9655b3dcd
Update comment
...
Originally committed as revision 13434 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
2a7b6f251c
Rename var: val -> energy
...
Originally committed as revision 13433 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
e037baf797
Rename var: swapbuf* are LPC related
...
Originally committed as revision 13432 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
f000bfad3d
Rename var: buffer_2 is an adaptive codebook
...
Originally committed as revision 13431 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
17a7fc8ceb
Context vars are not global vars. glob is a bad name for it.
...
Originally committed as revision 13430 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
fc9fcbaed5
Rename context struct to be more consistent with the rest of ffmpeg
...
Originally committed as revision 13429 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
bc545029bf
Warn about packed B-frames. (especially useful if the file in question is
...
not an avi ...)
Originally committed as revision 13428 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
0bf017c48b
update regression ref due to r13412
...
Originally committed as revision 13427 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
0147b92ea5
Revert "Add version information to DLLs."
...
Revert "Forgot to commit changes to subdir.mak in last revision."
Originally committed as revision 13426 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago