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
Baptiste Coudurier
8999c833d1
replace printf by av_log
...
Originally committed as revision 13425 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
a299832f52
use av_hex_dump_log
...
Originally committed as revision 13424 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
ff978de47c
use dprintf
...
Originally committed as revision 13423 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
376aefddad
cosmetics, add demuxer word
...
Originally committed as revision 13422 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
58c37c30b4
cosmetics, remove useless dot
...
Originally committed as revision 13421 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
eea2f032ad
return error if frame_offset is negative, prevent segfault
...
Originally committed as revision 13420 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
e5ece1831a
return error if len is negative, prevent segfault
...
Originally committed as revision 13419 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
278f987a33
move ffserver specific functions up and only include unistd.h in this case
...
Originally committed as revision 13418 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
a1e01307ad
move ffm_seek1 before get_pts function since func uses it
...
Originally committed as revision 13417 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4adcbbbeef
move DEBUG_SEEK definition before get_pts since func uses it
...
Originally committed as revision 13416 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
979b1a0611
move get_pts function to avoid useless declaration
...
Originally committed as revision 13415 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
ce2b665b3d
remove unneeded include
...
Originally committed as revision 13414 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
85a6b01da4
split ffm de/muxer
...
Originally committed as revision 13413 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
ba26712b5c
reenable test, data is available in this case
...
Originally committed as revision 13412 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
87b6ea8458
indent
...
Originally committed as revision 13411 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
99c1c3887d
allow av_parser_close(NULL)
...
fixes issue300
Originally committed as revision 13410 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
4806b9226c
print direct_spatial_mv_pred
...
Originally committed as revision 13409 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
bcbd328e17
Make stream copy of ac3 from riff based formats work.
...
Originally committed as revision 13408 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
b2677aa2a1
parse audio in ogm demuxer.
...
fixes issue165.
Originally committed as revision 13407 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c8b9377d15
Make ac3 in avi work better.
...
fixes issue355.
Originally committed as revision 13406 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
fa3b98182d
Ensure that one can store X bytes in a fifo of size X.
...
Fixed issue417.
Originally committed as revision 13405 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
0871ae1a93
Make av_fifo*_read() ignore the available amount of data.
...
This is more efficient as in practice the check is redundant most of the
time. Callers which do not know if enough data is available have to check
it with av_fifo_size(). Doing the check in *read() means the caller has
no choice to skip the check when its known to be redundant.
Also the return value was never documented in a public header so
changing it should not break the API. Besides this fixes the case where
read() failed on a 100% full fifo.
Originally committed as revision 13404 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
46eab09341
Make opt_verbose() work again.
...
Originally committed as revision 13403 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
eccba2bc4b
safer solution for setting audio parameters
...
Originally committed as revision 13402 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
5012cf88a3
Merge two if's
...
Originally committed as revision 13401 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
9d3c35fcfc
Use (u)int16_t instead of (unsigned) short
...
Originally committed as revision 13400 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
cf03a8173a
set audio parameters if frame header is ok, even if crc fails
...
Originally committed as revision 13399 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
3336110acf
cosmetics: indent
...
Originally committed as revision 13398 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
ecfe94b294
add error concealment
...
Originally committed as revision 13397 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
6477a940f6
Yet more cosmetics
...
Originally committed as revision 13396 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
6fc4fac06c
More cosmetics
...
Originally committed as revision 13395 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
b906a5e3b7
Cosmetics
...
Originally committed as revision 13394 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
f8b5f7c71d
Rename var
...
Originally committed as revision 13393 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
ac1c27b21c
Minor simplification of dec1()
...
Originally committed as revision 13392 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
4bf8f3029b
Minor simplification of dec2()
...
Originally committed as revision 13391 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
c62c628fb3
Remove useless variable
...
Originally committed as revision 13390 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
14ff7cceeb
Cosmetics: merge declaration and initialization
...
Originally committed as revision 13389 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
cdc15adf16
Cosmetics: braces removal
...
Originally committed as revision 13388 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
58e23a5f21
Move evaluation of variable a to where it is trivial
...
Originally committed as revision 13387 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
d6ff684b12
Make add_wav() receive a vector instead of three integers
...
Originally committed as revision 13386 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
93a2c8c14f
cosmetics: indent
...
Originally committed as revision 13385 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
43ad93a4f1
10l: fix error in commit r13382
...
Originally committed as revision 13384 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
8916d922fc
Remove gbuf2 from context
...
Originally committed as revision 13383 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
82a591d8d1
add checks for missing information in the first block
...
Originally committed as revision 13382 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
3af9131398
add check for invalid channel mode when coupling is used
...
Originally committed as revision 13381 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
e188cb70d8
Forgot to commit changes to subdir.mak in last revision.
...
Originally committed as revision 13380 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jeremy Kolb
3f28da61de
Add version information to DLLs.
...
Patch by Jeremy Kolb.
Originally committed as revision 13379 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago