Ronald S. Bultje
b9b2b8c93b
Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread
...
"[PATCH] rmdec.c: use get_buffer and skip_bytes instead of loops of get_byte".
Originally committed as revision 16139 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
127ed7b07b
Reindent something that looks weird.
...
Originally committed as revision 16138 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
b965ff352f
Add comment to indicate why the SDP line buffer is as big as it is.
...
Originally committed as revision 16137 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
e322d3f5be
Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion
...
in "rtsp.c: increase SDP line buffer size" thread.
Originally committed as revision 16136 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
a3bb564ee5
10l (forgot sample_size)
...
Should fix fate.
Originally committed as revision 16133 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
7a961a46ba
Make register_avcodec() call avcodec_init().
...
This avoids the possibility to use a registered codec without first
initializing libavcodec, which resulted in unexpected behavior.
Originally committed as revision 16131 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
eedfe2227a
oggflac: fix bitstream reader usage
...
Originally committed as revision 16129 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
25983dcd53
Fix non interleaved variable fps ODML avis.
...
Fixed issue738
Originally committed as revision 16127 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
492322fccc
Remove silly FIXME comment.
...
Originally committed as revision 16122 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Mike Melanson
02fb2546e8
The POSIX namespace shall be held sacrosanct. To that end,
...
continue eliminating _t from structure names in FFmpeg.
Originally committed as revision 16118 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
be73a544af
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace
...
Originally committed as revision 16115 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
1afe09d515
Remove useless typedef
...
Originally committed as revision 16114 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
d5574b2839
Remove unused types
...
Originally committed as revision 16113 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
d77ac324fe
Avoid _t in gxf enum type names
...
Originally committed as revision 16112 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
1edddc99dc
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
...
Reason for this is that there are no shared entries in the demuxer/muxer
context, making it a mystery as to why it was shared between the two. See
"[PATCH] clean rmdemux/muxcontext" patch on mailinglist.
Originally committed as revision 16111 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
a15ebf34c7
Don't access RMContext directly in rdt.c. Rather, use the return value of
...
ff_rm_parse_packet() to indicate whether more audio packets are available
in the demuxer from the last RM frame, and save that in the RDT parsing
context. See patch/discussion in "[PATCH] rdt.c: don't access RMContext"
on ML.
Originally committed as revision 16110 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
f27544fd5b
Separate the packet fetching from the data reading, so that the data reading
...
function is assured to parse at most one packet. This makes this function
useful for ASF data packet parsing in a "push-mode" in addition to the
current "pull-mode", and therefore allows for use of these functions in,
for example, the RTSP demuxer (for MS-RTSP support). Tested to give identical
output before and after for regular ASF playback, also see discussion in the
ML thread "[PATCH] asf.c: move packet_time_start=0 statement". Testsuite also
works after the patch, tested by Benoit Fouet.
Originally committed as revision 16108 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
8a9572c26f
100l: Add missing backslashes.
...
Originally committed as revision 16107 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
6d99b2285d
cosmetics: Break some lines for a more aesthetically pleasing result.
...
Originally committed as revision 16106 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
3445c7992b
Remove misleading comment, _t is POSIX-reserved namespace.
...
Originally committed as revision 16105 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
7f37f5687d
whitespace cosmetics
...
Originally committed as revision 16100 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jai Menon
f98dcdedda
Avoid _t in identifier names, _t is reserved by POSIX.
...
patch by Jai Menon, jmenon86 gmail com
Originally committed as revision 16098 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Anders Grönberg
b77aba0a8c
Matroska uses tables from isom.c, so add the object file to its dependencies.
...
extracted from a patch by Anders Grönberg, galileo.m2 gmail com
Originally committed as revision 16096 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Barbato
644e7acba4
Rename type to be consistent
...
Originally committed as revision 16090 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
8c39a7582d
mpegts: replace Program_t typedef with "struct Program"
...
Originally committed as revision 16086 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
737dccfc1d
matroska: sort codec tags list
...
Originally committed as revision 16081 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kurtnoise
ea2a5dec33
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)
...
Originally committed as revision 16080 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ben Littler
41b0534a7a
add another mpeg4 avi fourcc from uncommon codecs list
...
Originally committed as revision 16079 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Dave Yeo
c0a8f8d498
Add sys/time.h header #include, fixes compilation on OS/2.
...
patch by Dave Yeo, daveryeo telus net
Originally committed as revision 16077 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Oded Shimon
bffc76bd17
Update lavf/libnut.c to _tt type names in libnut API
...
Originally committed as revision 16075 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
e998ba4fbc
avoid POSIX reserved _t suffix
...
Originally committed as revision 16067 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
6da5407401
parse pasp atom and set sample aspect ratio,
...
warn if transformation matrix differs from pasp,
based on a patch by Skal.
Originally committed as revision 16066 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
c3e92a6cb4
remove _t in typedef for POSIX compatibility
...
Originally committed as revision 16063 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
089e1bcf10
Remove comment suggesting using variables ending in _t as this would break POSIX.
...
Originally committed as revision 16061 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
b4be93212f
Avoid _t in typedef type
...
Originally committed as revision 16058 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
52afa376b8
remove _t for POSIX compatibility.
...
Originally committed as revision 16057 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
76f940b21e
Fix indenting.
...
Originally committed as revision 16056 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
4e5b854e4c
Use "struct gxf_stream_info" instead of "st_info_t",
...
avoids a typedef that is not really worth it and the
reserved POSIX _t namespace.
Originally committed as revision 16054 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reimar Döffinger
c370a7040b
Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment.
...
Originally committed as revision 16053 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Mike Melanson
65fec2d98f
add 'ACDV' FourCC (which is just complete JPEG files in individual AVI
...
frames) and 'azpr' FourCC (which is Apple's 'rpza', encapsulated in AVI
instead)
Originally committed as revision 16052 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ben Littler
6cffaea8db
add mpeg2 fourcc and aac format tag from asf
...
Originally committed as revision 16036 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jindřich Makovička
36b532815c
bind to the multicast address if possible
...
Originally committed as revision 16032 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Reynaldo H. Verdejo Pinochet
7100376f75
COSMETICS
...
Originally committed as revision 16028 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
dc50773dc5
Remove static variable and a printf using it. See "[PATCH] asf.c: move
...
packet_time_start=0 statement" thread on ML.
Originally committed as revision 16025 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
7b2a070800
Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.
...
This function is called in rtsp.c for each a= line in the SDP of the Describe
response after m= RTSP stream descriptors. The function prototype used to
take an AVStream argument. For RDT, however, every RTSPStream represents
a set of streams of identical content, and can thus represent multiple
AVStreams. Therefore, it should not take an AVStream as argument. This
patch modifies it to accept a AVFormatContext (of the RTSP/SDP demuxer)
instead. See discussion in "[PATCH/RFC] change function prototype of
parse_sdp_a_line" thread on ML.
Originally committed as revision 16024 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
022f0b7c01
Do not access s->gb directly in functions that have a local copy of that
...
variable. See "[PATCH] asf.c: don't access AVFormatContext->pb" thread on
ML.
Originally committed as revision 16023 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ben Littler
62d6f73edc
add VX1K h263 and DMK2 mpeg4 avi fourccs
...
Originally committed as revision 16009 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
485cfbe806
Recognize pnm file as images.
...
Originally committed as revision 16004 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
4d35964d01
WRAW fourcc
...
Originally committed as revision 16001 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
ecfb51d1c2
Add necessary header for av_set_program_name and av_program_add_stream_index.
...
Originally committed as revision 15996 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago