Måns Rullgård
a2830dca2b
tidy up ffserver deps
...
Originally committed as revision 7928 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4b62f9f965
consistency cosmetics for the option handling routine
...
Originally committed as revision 7927 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e484407c47
Force liba52 to yes if liba52bin is set.
...
Originally committed as revision 7926 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
80a289b9bf
mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul
...
Originally committed as revision 7925 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
c964c2c745
add key field to AVFormatContext for de/encryption support, patch by Reimar
...
Originally committed as revision 7924 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b7d3bfa6d3
Remove unused libac3 AC3 decoding interface.
...
Originally committed as revision 7923 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
225e21ef6c
simplify SDL check
...
Originally committed as revision 7922 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
30f35ab06f
don't skip freetype2 check on beos
...
Originally committed as revision 7921 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
ec1e9c4486
simplify imlib2 check
...
Originally committed as revision 7920 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4f562a6624
simplify freetype check
...
Originally committed as revision 7919 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f5d28d106e
do nothing in restore_flags() if flags are not saved
...
Originally committed as revision 7918 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
703afd0780
rewrite some one-line if/then/fi using && and ||
...
Originally committed as revision 7917 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
bc8ec47bbe
simplify altivec warning
...
Originally committed as revision 7916 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
412c156201
check for gnu make
...
Originally committed as revision 7915 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d569777997
prettify texi2html check
...
Originally committed as revision 7914 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3eac5c6309
disable bktr if required headers not found, enable by default
...
Originally committed as revision 7913 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
74476a3a98
#include detected soundcard.h instead of testing for OpenBSD
...
Originally committed as revision 7912 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
deb2977736
test for OSS audio
...
Originally committed as revision 7911 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
77d3bfe216
remove extraneous per-OS disabling of video4linux[2]
...
Originally committed as revision 7910 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f6f147525e
test for video4linux
...
Originally committed as revision 7909 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
6c7aaa48ad
simplify video4linux2 test
...
Originally committed as revision 7908 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
392b76ca93
Minor AMD64 compilation fix
...
Originally committed as revision 7907 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
9bc0d3ef3e
maybe fix x86_64 (untested)
...
Originally committed as revision 7906 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
559a55ad52
use dvr-ms timestamps
...
Originally committed as revision 7905 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Francois Oligny-Lemieux
6ff9b4226b
always decode extradata when of non-avc stream (like RTSP)
...
Patch by Francois Oligny-Lemieux % eucloid A gmail P com %
Original thread:
Date: Feb 9, 2007 12:00 AM
Subject: [Ffmpeg-devel] h264.c patch, always decoding extradata when on non avc stream
Originally committed as revision 7904 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2d241e6687
fix broken memset(padding, 0) code
...
add a few asserts
Originally committed as revision 7903 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Nico Sabbi
cf10ee184f
demux VC1 in mpegts
...
Originally committed as revision 7902 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Matthijs Douze
8d74e55b83
Print error message instead of crashing when combining -vcodec copy and -vhook.
...
patch by Matthijs Douze, Matthijs.Douze inrialpes fr
Originally committed as revision 7901 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b2a581dc71
packets with half pcm samples are invalid
...
Originally committed as revision 7900 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7e0429129c
fix rawvideo
...
Originally committed as revision 7899 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7c4fd7eb0c
factor out common subexprssion (gcc of course is too stupid to do this ...)
...
5% faster avg_h264_chroma_mc2_mmx2()
10% faster put_h264_chroma_mc2_mmx2()
Originally committed as revision 7898 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
9301a0b4a9
merge asm fragments in H264_CHROMA_MC2_TMPL()
...
10% faster avg_h264_chroma_mc2_mmx2()
5% faster put_h264_chroma_mc2_mmx2()
Originally committed as revision 7897 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
7bb5c2a6ea
Raw VC-1 demuxer
...
Originally committed as revision 7896 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
928e00948a
happy new year
...
Originally committed as revision 7895 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f2390590e0
Remove obsolete imgformat1 leftovers.
...
Originally committed as revision 7894 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f248d017a7
Remove commented-out NUT muxer entry, can be added once we have a native muxer.
...
Originally committed as revision 7893 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7a7a6486aa
cosmetics: Reorder NUT entries.
...
Originally committed as revision 7892 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d7c592475d
Properly separate native and libnut NUT (de)muxers.
...
Originally committed as revision 7891 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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