Luca Abeni
c971ff1977
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
...
explicitly include such headers where needed
Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Nico Sabbi
c1a4cdf9bf
removed unused variables accidentally introduced in stream_index_from_inputs()
...
Originally committed as revision 10870 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
39f79f26eb
rename crc.c to crcenc.c
...
Originally committed as revision 10869 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
6b6adf2bc8
move framecrc muxer in its own file
...
Originally committed as revision 10868 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Nico Sabbi
a15bc651f9
reindented after previous commit
...
Originally committed as revision 10867 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Nico Sabbi
50e143c4be
added option programid to select the program to use and relative code to handle it
...
Originally committed as revision 10866 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Loren Merritt
90f0344165
remove a branch from an inner loop.
...
1% faster flac encoding.
Originally committed as revision 10865 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Nico Sabbi
f473666f51
print newline after program id even when the name is missing
...
Originally committed as revision 10864 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
759d98d0c6
Explicitly include rtp.h (needed for rtp_get_payload_type())
...
Originally committed as revision 10863 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
a385446f40
Remove prototype for non-existent function
...
Originally committed as revision 10862 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
97e6ee2064
probe files starting with the 1SNh tag
...
Originally committed as revision 10861 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
94e8c227ba
don't use #define with names starting with _
...
Originally committed as revision 10860 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
98168220b0
add parsing of 1SNh header in the EA demuxer
...
Originally committed as revision 10859 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
63bb42fb36
Remove unused variable, fixes warning:
...
utils.c: In function 'dump_format':
utils.c:2542: warning: unused variable 'flags'
Originally committed as revision 10858 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
446263879b
avoid infinite loop at the end of files which are not properly terminated
...
Originally committed as revision 10857 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
e758396268
EA ADPCM R1, R2 and R3 decoder
...
original patch by Peter Ross
Originally committed as revision 10856 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d2bbb2f743
Rename --disable-opts option to --disable-optimizations in order to be less
...
ambiguous, opts sounds more like options than optimizations.
Originally committed as revision 10855 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
8400d6b8ea
Rename optimize variable to the slightly more meaningful optimizations.
...
Originally committed as revision 10854 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
cfac9ec701
Cosmetics: indentation.
...
Originally committed as revision 10853 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
89a0d7908b
Prevent mov muxer from writing empty udta atoms.
...
Originally committed as revision 10852 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
8862fb41e0
add support for reading duration from VBRI-tag in mp3 files
...
Originally committed as revision 10851 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Jeff Downs
3a1d358825
Move setting of key frame flag for intra-only codecs, ignoring key frame
...
flag of parser for such codecs as intra-only parsers don't set key frame
flag. Corrects lack of key frame marking in mjpeg, possibly others.
Original thread: Key Frame Marking, Fri, 12 Oct 2007 03:35:57
Originally committed as revision 10850 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
c198955252
Updated and rewritten Windows-related documentation.
...
Originally committed as revision 10849 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3d2308b0af
use FFMIN
...
Originally committed as revision 10848 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
478638abad
fix indent
...
Originally committed as revision 10847 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
db233e832f
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support
...
Originally committed as revision 10846 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
ca851a3a08
add support for reading duration from Xing-tag in mp3 files
...
Originally committed as revision 10845 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
71fa13e875
Simplify install-libs prerequisite generation.
...
Originally committed as revision 10844 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
39fe9d79ad
convert a if() into a switch() to ease addition of new tags to probe
...
Originally committed as revision 10843 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
ef59bf60c0
Fix uninstall-vhook, SLIBSUF was being left out.
...
Originally committed as revision 10842 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
282db5fde0
Fix make install of man pages when PROGS is empty.
...
Originally committed as revision 10841 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1217916b0d
Fix make install when PROGS is empty.
...
Originally committed as revision 10840 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e1a3a63f13
Further simplify install-progs prerequisites, no need to duplicate PROGS.
...
Originally committed as revision 10839 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c4fa7ebcda
Simplify install-progs prerequisite declaration.
...
Originally committed as revision 10838 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3a994ca43b
Clarify comment block and rewrite in better English.
...
Originally committed as revision 10837 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
8622613d9f
fix issue 225, instead of stoping when wrong atom size is found,
...
limit atom size to what is left, assuming container atom has correct size..
cricket4.3g2 has incorrect moov atom size which indicates that file size should be
2 bytes bigger than it is and quicktime reads it correctly though.
Originally committed as revision 10836 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
bf672ac73f
Use simple IDCT for now
...
Originally committed as revision 10835 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
c6137a61f4
Remove incorrect and unneeded code
...
Originally committed as revision 10834 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
66f7679c62
Beam Software SIFF demuxer and video decoder
...
Originally committed as revision 10833 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4e745a3b28
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818
...
Originally committed as revision 10832 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
a70a3f0b4d
remove some useless initializations (the whole context is initialized to 0)
...
Originally committed as revision 10831 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
ba8a76b8f8
cosmetics: reindent
...
Originally committed as revision 10830 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
f9cdbfa271
cosmetics: Add #endif comment.
...
Originally committed as revision 10829 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
c6e2f0831c
remove unused context var
...
Originally committed as revision 10828 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
fe7e750fb5
New RM format deserves small version bump
...
Originally committed as revision 10827 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
63e6c1766c
indentation after last commit
...
Originally committed as revision 10826 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
dd55d4a315
Make RV10/20 decoder work with new frame format
...
Originally committed as revision 10825 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
b96b441ad2
Make Matroska demuxer output full frames instead of slices for RealVideo
...
Patch by Aurelien Jacobs (aurel at "... is not unix"age.org)
Thread [RFC] Feed whole frames to RV* decoders
Originally committed as revision 10824 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
383b123ed3
Demux full frames instead of sliced for RealVideo.
...
Some changes by Roberto Togni and blessed by him on IRC.
Originally committed as revision 10823 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
46fb896b9d
Document ff_des_encdec
...
Originally committed as revision 10822 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago