1955 Commits (6b27f3b87f5a5b4ab3afb00e915d156301b41958)

Author SHA1 Message Date
Aurelien Jacobs ded669f836 cosmetic: indent after last commit 18 years ago
Aurelien Jacobs ac9073c926 reorder pts of packets from tracks using V_MPEG* codecs 18 years ago
Aurelien Jacobs 3d20538d07 revert r7181 18 years ago
Aurelien Jacobs 6bed20f45a check if current block contains a B frame and gives this info to parse_block() 18 years ago
Aurelien Jacobs 4d41f3eea0 extract ebml_read_binary() out of matroska_parse_block() 18 years ago
Aurelien Jacobs 12f3278dc5 reindent after last commit 18 years ago
Aurelien Jacobs 0fb7a2b9bf parse clusters until some packets are queued 18 years ago
Aurelien Jacobs 0f3bd8ce1b fix a stupid bug in ebml_read_sint() 18 years ago
Aurelien Jacobs 912c94f3ff use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id() 18 years ago
Michael Niedermayer 09d9672ad6 fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good idea 18 years ago
Michael Niedermayer e1315fb160 some url_is_streamed()==1 related fixes 18 years ago
Michael Niedermayer 755c18ae5d fix demuxing of broken MVI_3011.avi 18 years ago
Oded Shimon 1017fafb20 remove usage of deprecated functions in libnut.c (codec_get_id/tag) 18 years ago
Oded Shimon 0020596f92 Add doxygen file header to libnut.c 18 years ago
Michael Niedermayer 140fba0985 jpeg fourcc 18 years ago
Baptiste Coudurier dc13d0b5ae seems safer to set pts timebase to sample rate, fix some mp3 18 years ago
Baptiste Coudurier b912ef3fc9 fix pts handling 18 years ago
Michel Bardiaux bdb4b698d8 Corrections so that builds with DEBUG work 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 18 years ago
Alex Beregszaszi 031311cbd1 workaround for broken flvtoolized files 18 years ago
Diego Biurrun 9ff85412ad Fix UNKOWN --> UNKNOWN typo 18 years ago
Alex Beregszaszi fd9a71acaa simplification 18 years ago
Alex Beregszaszi cbc09a7d5a typo: unkown->unknown 18 years ago
Alex Beregszaszi 73d6ca4fee 10l, audio_fifo is a static array 18 years ago
Alex Beregszaszi 7b19aa64dc handle http error codes 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 18 years ago
Panagiotis Issaris cf29452b63 Clarify doxygen description. 18 years ago
Panagiotis Issaris 15786dc471 Cleanup doxygen comment. 18 years ago
Panagiotis Issaris 90c07b56e0 Fix a typo in a doxygen tag. 18 years ago
Panagiotis Issaris c3316802da Convert all the comment sections into Doxygen compatible comments, same for 18 years ago
Panagiotis Issaris c306748c29 Move avio.h's url_get_max_packet_size() comment from source to header file. 18 years ago
Panagiotis Issaris a8c5ab2707 Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, 18 years ago
Panagiotis Issaris 50c5f1598d Make rtsp_set_callback() comments available to Doxygen 18 years ago
Panagiotis Issaris 0af4407d35 Move unaltered rtsp.c comments to the header file. 18 years ago
Panagiotis Issaris 37d2210ae9 Doxygenize comments in rtsp.h 18 years ago
Panagiotis Issaris 391fbb656c Convert macro+enum into a simple enum: Currently the enum was filled using a 18 years ago
Panagiotis Issaris bdd54e3758 Doxygenize the unaltered comments for the AUHeaders structure. 18 years ago
Panagiotis Issaris 01f132a126 Doxygenize the unaltered comments for the rtp_payload_data_s struct. 18 years ago
Panagiotis Issaris 190e507be3 Doxygenize the unaltered comments for the RTP_MAX_SDES definition. 18 years ago
Panagiotis Issaris 01c9c33a59 Doxygenize the existing comments without altering the actual contents of the 18 years ago
Baptiste Coudurier 5095aaa91c use AVFormatContext with av_log 18 years ago
Baptiste Coudurier c544ded699 more explicit message 18 years ago
Michael Niedermayer 7205395b68 create codec_comment_header which looks more like what M$ creates, sane or not ... 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 18 years ago
Michael Niedermayer 634b256913 all asf files i have have this field at 2 so lets try to change it to that ... 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 ...) 18 years ago
Michael Niedermayer b9c6d01b6f off by one error 18 years ago
Panagiotis Issaris 43d414ba2a Doxygenize the existing comments in avformat.h. The contents of the comments 18 years ago
Panagiotis Issaris 7874024062 Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. 18 years ago
Panagiotis Issaris 1dd7345abc Move rtp_get_payload_type()'s unaltered comments to the header file. 18 years ago