Michael Niedermayer
04cfef21ff
sanity check
...
Originally committed as revision 7890 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
960964f5a9
fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not easily)
...
Originally committed as revision 7889 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
f7a49547de
fix parsing of RealAudio AC-3/DolbyNet
...
Originally committed as revision 7888 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
7156aeb98a
add read_probe function to raw ac3 demuxer
...
Originally committed as revision 7887 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
François Revol
74cec57d8e
BeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it just runs here :) ; comment about network checks.
...
Originally committed as revision 7886 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fbabf1e0b6
av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com
...
Originally committed as revision 7885 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
a264a081b2
special-case AES-128 decrypter is no longer necessary, the more general
...
AES-implementation works at least as well in all case I tested.
Originally committed as revision 7884 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
a0bbb2e977
Use av_set_pts_info and set some arbitrary timebase fallback
...
Originally committed as revision 7883 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
ab1c6dc95c
Directly access av_log_level instead of calling av_log_{set, get}_level()
...
(which will be removed at the next avutil version increment)
Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ff5b8d8360
remove senseless and wrong direct access to ByteIOContext internals
...
Originally committed as revision 7881 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
51bd81f64d
set pts_wrap_bits to 32 since timestamps in packets are 32 bit
...
Originally committed as revision 7880 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
190972a06e
iam pretty sure send time is dts and not pts ...
...
Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
2a1c3b8b90
10l, forgot to skip payload description in UMF packet parsing
...
Originally committed as revision 7878 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
9bc932294f
muxing packets with unknown timestamps is not allowed
...
Originally committed as revision 7877 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d09ea618ed
supporting files with A,V,I,0x19 header
...
Originally committed as revision 7876 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
5959a29893
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.
...
Fixes bug 739.
Originally committed as revision 7875 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3160138fc2
vorbis regression test
...
(using .asf as our .ogg muxer depends on libogg, nut muxer depends on libnut and vorbis in avi/mpeg is not really a good idea)
Originally committed as revision 7874 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7dda43eefd
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back)
...
Originally committed as revision 7873 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6836af5250
doxygenize
...
Originally committed as revision 7872 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
013591c5f2
Add a comment about swapped numerator and denominator.
...
Originally committed as revision 7871 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9b1a3ea0de
missing spaces
...
Originally committed as revision 7870 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
dc8918ad93
fix regression tests due to pixel format name changes
...
Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4e960d0a5e
1000l: Revert accidentally committed change.
...
Originally committed as revision 7868 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
71e445fca3
Replace deprecated PIX_FMT names by the newer variants.
...
Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael McConnell
917fa192c7
Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// soruk put at here eridani and here a dot co.uk)
...
Originally committed as revision 7866 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6d3d8daef9
wma regression test
...
Originally committed as revision 7865 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a1fd944f73
workaround sign bug
...
Originally committed as revision 7864 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
21ac1d47d1
10l use of uninitalized var
...
Originally committed as revision 7863 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d474299a0d
indent
...
Originally committed as revision 7862 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
8a608357d1
reorder setting of defaults by category
...
Originally committed as revision 7861 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d0115a2614
Add seektest to list of PHONY targets.
...
Originally committed as revision 7860 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
862abb373c
spelling/wording
...
Originally committed as revision 7859 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
74882049e1
WMA encoding
...
Originally committed as revision 7858 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
039cd4a70a
WMA encoder
...
Originally committed as revision 7857 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e8ebd57360
kill debuging code
...
Originally committed as revision 7856 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5968607304
wma encoder
...
Originally committed as revision 7855 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
f824ba7b61
Even powerpc/power needs PIC for shared objects today
...
Originally committed as revision 7854 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
aad512b4ec
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>)
...
Originally committed as revision 7853 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7d4495dafe
simplify and remove useless index in AV_W*
...
Originally committed as revision 7852 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
dac0ebbb65
a few words about libavutil
...
Originally committed as revision 7851 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
ddf50e4cc3
Simplify libvorbis/libtheora check for libogg dependency.
...
patch by Ramiro Polla, ramiro lisha.ufsc br
Originally committed as revision 7850 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
ac91185fb7
Progressive frames disguised as interlaced are supported
...
Originally committed as revision 7849 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
6eda6e37a9
B-frames could not be determined from broken_link/closed_entry, use fixed value
...
Originally committed as revision 7848 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
02c823d4f3
Wrong flag tested
...
Originally committed as revision 7847 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
5e5067c73d
ensure that data[0] is set to NULL for next frame
...
to please avcodec_default_get_buffer()
Originally committed as revision 7846 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
4323b09d38
indent
...
Originally committed as revision 7845 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
716ae7caf8
indent
...
Originally committed as revision 7844 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b929eb5041
dont output information about what is demuxed after a seek failure
...
Originally committed as revision 7843 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
ded3c7da61
dynamic index building so forward and backward seeking in avi without an index is possible
...
Originally committed as revision 7842 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e9b78eeba2
better generic index building and seeking code
...
Originally committed as revision 7841 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago