Ronald S. Bultje
ecb4a895b2
Properly initialize filesize during input buffer initialization.
...
patch by Ronald S. Bultje, rbultje ronald.bitfreak net
Originally committed as revision 8343 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
750f0e1f8b
Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()
...
which use av_log() for logging instead of fprintf().
Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
318c5e0524
Give context to dprintf
...
Originally committed as revision 8338 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
ea486ab3be
remove codec_info_duration/nb_frames from AVStream
...
Originally committed as revision 8337 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
ded669f836
cosmetic: indent after last commit
...
Originally committed as revision 8335 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
ac9073c926
reorder pts of packets from tracks using V_MPEG* codecs
...
Originally committed as revision 8334 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
3d20538d07
revert r7181
...
This was a stupid mistake. We already take care of time_scale
in av_set_pts_info().
Originally committed as revision 8333 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
6bed20f45a
check if current block contains a B frame and gives this info to parse_block()
...
Originally committed as revision 8332 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
4d41f3eea0
extract ebml_read_binary() out of matroska_parse_block()
...
This allows to read all the blockgroup parameters before
parsing the block itself.
Originally committed as revision 8331 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
12f3278dc5
reindent after last commit
...
Originally committed as revision 8330 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
0fb7a2b9bf
parse clusters until some packets are queued
...
instead of parsing only one cluster
Originally committed as revision 8329 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
0f3bd8ce1b
fix a stupid bug in ebml_read_sint()
...
Originally committed as revision 8328 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
912c94f3ff
use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()
...
Originally committed as revision 8327 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
09d9672ad6
fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea
...
Originally committed as revision 8320 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e1315fb160
some url_is_streamed()==1 related fixes
...
Originally committed as revision 8319 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
755c18ae5d
fix demuxing of broken MVI_3011.avi
...
Originally committed as revision 8317 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
1017fafb20
remove usage of deprecated functions in libnut.c (codec_get_id/tag)
...
Originally committed as revision 8316 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
0020596f92
Add doxygen file header to libnut.c
...
Originally committed as revision 8315 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
140fba0985
jpeg fourcc
...
Originally committed as revision 8310 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
dc13d0b5ae
seems safer to set pts timebase to sample rate, fix some mp3
...
Originally committed as revision 8300 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
b912ef3fc9
fix pts handling
...
Originally committed as revision 8299 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michel Bardiaux
bdb4b698d8
Corrections so that builds with DEBUG work
...
Originally committed as revision 8295 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
3caa0d9343
move preroll_time from static variable into definition, might be a good idea moving this into the context and making user-settable
...
Originally committed as revision 8278 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
031311cbd1
workaround for broken flvtoolized files
...
Originally committed as revision 8277 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9ff85412ad
Fix UNKOWN --> UNKNOWN typo
...
Originally committed as revision 8276 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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