Alex Beregszaszi
fd9a71acaa
simplification
...
Originally committed as revision 8275 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
cbc09a7d5a
typo: unkown->unknown
...
Originally committed as revision 8274 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
73d6ca4fee
10l, audio_fifo is a static array
...
Originally committed as revision 8273 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
7b19aa64dc
handle http error codes
...
Originally committed as revision 8272 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
75b213ed54
prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them
...
Originally committed as revision 8265 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
cf29452b63
Clarify doxygen description.
...
Originally committed as revision 8264 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
15786dc471
Cleanup doxygen comment.
...
Originally committed as revision 8263 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
90c07b56e0
Fix a typo in a doxygen tag.
...
Originally committed as revision 8262 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
c3316802da
Convert all the comment sections into Doxygen compatible comments, same for
...
warning and notes.
Originally committed as revision 8261 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
c306748c29
Move avio.h's url_get_max_packet_size() comment from source to header file.
...
Remove the comment section of url_set_interrupt_cb() which was a duplicate as it
appeared identically in both the header and the source file.
Originally committed as revision 8259 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
a8c5ab2707
Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,
...
these comments can be extracted by Doxygen by only accessing the installed
headers.
Originally committed as revision 8258 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
50c5f1598d
Make rtsp_set_callback() comments available to Doxygen
...
Originally committed as revision 8257 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
0af4407d35
Move unaltered rtsp.c comments to the header file.
...
Originally committed as revision 8256 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
37d2210ae9
Doxygenize comments in rtsp.h
...
Originally committed as revision 8255 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
391fbb656c
Convert macro+enum into a simple enum: Currently the enum was filled using a
...
macro that also contained a description for every field, but, that description
was not being used anywhere. This changes it, to make the description available
as a Doxygen comment. Furthermore, it is now easily parsable by Doxygen, while
before it messed up the documentation.
Originally committed as revision 8254 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
bdd54e3758
Doxygenize the unaltered comments for the AUHeaders structure.
...
Originally committed as revision 8249 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
01f132a126
Doxygenize the unaltered comments for the rtp_payload_data_s struct.
...
Originally committed as revision 8248 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
190e507be3
Doxygenize the unaltered comments for the RTP_MAX_SDES definition.
...
Originally committed as revision 8247 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
01c9c33a59
Doxygenize the existing comments without altering the actual contents of the
...
comment.
Originally committed as revision 8246 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
5095aaa91c
use AVFormatContext with av_log
...
Originally committed as revision 8245 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
c544ded699
more explicit message
...
Originally committed as revision 8243 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
7205395b68
create codec_comment_header which looks more like what M$ creates, sane or not ...
...
Originally committed as revision 8240 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
737287f802
all asf files i have have the 2 redundant duration fields differ by the preroll time so lets set them up like that too
...
Originally committed as revision 8239 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
634b256913
all asf files i have have this field at 2 so lets try to change it to that ...
...
Originally committed as revision 8238 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6e26856b1a
all the time related fields seem to be 64bit so i guess preroll is too (this is just a cosmetic anyway ...)
...
Originally committed as revision 8237 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b9c6d01b6f
off by one error
...
Originally committed as revision 8236 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
43d414ba2a
Doxygenize the existing comments in avformat.h. The contents of the comments
...
were left unaltered.
Originally committed as revision 8235 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
7874024062
Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.
...
Originally committed as revision 8234 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
1dd7345abc
Move rtp_get_payload_type()'s unaltered comments to the header file.
...
Originally committed as revision 8233 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
8fafc1cf36
cleanup useless fields
...
Originally committed as revision 8224 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
013e0a8f35
simplify swf muxer
...
Originally committed as revision 8223 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
167c553176
Close connection on EOF
...
this makes downloading some asx files from MS
streaming servers work again (they would hang on eos).
The http request header property connection:close is needed for _some_
1.1 HTTP servers to close the connection at the end of file.
patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net%
Original thread:
Date: Mar 3, 2007 10:48 PM
Subject: [Ffmpeg-devel] [PATCH] close connection on end-of-file
Originally committed as revision 8221 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
a3fd2bd87d
make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303).
...
patch by "Ronald S. Bultje" % rbultje A ronald P bitfreak P net%
original thread:
Date: Mar 4, 2007 1:21 AM
Subject: [Ffmpeg-devel] http move
Originally committed as revision 8219 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
36264d3586
add pcm s8 tag
...
Originally committed as revision 8214 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
10fc840c52
fix pcm u/s8 muxing
...
Originally committed as revision 8213 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
2260499caf
deobfuscate, clearly split mov case
...
Originally committed as revision 8212 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6cb8b1c364
try to move fixed mov.c over the one with cosmetic-functional mix
...
Originally committed as revision 8210 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0355ca6100
recommit of the change below after reverting earlier cosmetic-functional mix
...
========
Author: bcoudurier
Date: Sat Mar 3 15:55:11 2007
New Revision: 8205
Modified:
trunk/libavformat/isom.c
trunk/libavformat/isom.h
trunk/libavformat/mov.c
trunk/libavformat/movenc.c
Log:
use common tables for mov muxer and demuxer
Originally committed as revision 8209 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a3a7f6c9d1
cosmetic part of the commit below
...
========
Author: bcoudurier
Date: Sat Mar 3 15:33:55 2007
New Revision: 8204
Modified:
trunk/libavformat/mov.c
Log:
cosmetics, cleanup tables, add pcm 24/32 le tags
Originally committed as revision 8208 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
aaf805f67d
functional part of the commit below
...
=====
Author: bcoudurier
Date: Sat Mar 3 15:33:55 2007
New Revision: 8204
Modified:
trunk/libavformat/mov.c
Log:
cosmetics, cleanup tables, add pcm 24/32 le tags
Originally committed as revision 8207 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
a050f80234
Correct wrong avformat documentation.
...
Originally committed as revision 8206 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
1e5f5e3b7a
use common tables for mov muxer and demuxer
...
Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
25f5f17fbd
cosmetics, cleanup tables, add pcm 24/32 le tags
...
Originally committed as revision 8204 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
b0c59da234
partial avid meridien uncompressed support
...
Originally committed as revision 8203 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
3217cb424c
Move the libavformat public API comments to avformat.h. The comments are
...
unmodified.
Originally committed as revision 8202 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
e9509536a9
Set FLV_SAMPLESSIZE_16BIT for ADPCM.
...
Originally committed as revision 8201 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
700b971156
write DTS, based on patch by Luca Abeni, lucabe72 email it
...
Originally committed as revision 8196 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kristian Amlie
0cbff0275b
replace the auto array "duration_error" with a malloced array.
...
prevents stack overflow on some plateforms
patch by Kristian Amlie %kristian A gridmedia P com %
Original thread:
Date: Mar 1, 2007 11:29 PM
Subject: [Ffmpeg-devel] Stack overflow patch
Originally committed as revision 8194 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
57d4d6e733
avid imx support
...
Originally committed as revision 8193 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
9a63497b0f
support for mjpeg bottom field first in mov
...
Originally committed as revision 8192 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago