aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* remove outdated commentAurelien Jacobs2007-03-131-1/+0
* remove no more needed parametersAurelien Jacobs2007-03-131-9/+3
* set pkt->duration for laced packets tooAurelien Jacobs2007-03-131-8/+1
* calculate pts for laced packetsAurelien Jacobs2007-03-131-4/+9
* calculate default_duration for AAC tracksAurelien Jacobs2007-03-131-0/+1
* scale duration and default_durationAurelien Jacobs2007-03-131-6/+7
* move timecode calculation out of laces loopAurelien Jacobs2007-03-121-5/+7
* remove wrong avid imx ntsc fourccBaptiste Coudurier2007-03-121-1/+0
* Properly initialize filesize during input buffer initialization.Ronald S. Bultje2007-03-121-0/+1
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-123-28/+82
* Give context to dprintfMichel Bardiaux2007-03-122-35/+35
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-122-7/+8
* cosmetic: indent after last commitAurelien Jacobs2007-03-111-1/+1
* reorder pts of packets from tracks using V_MPEG* codecsAurelien Jacobs2007-03-111-0/+60
* revert r7181Aurelien Jacobs2007-03-111-1/+1
* check if current block contains a B frame and gives this info to parse_block()Aurelien Jacobs2007-03-111-5/+12
* extract ebml_read_binary() out of matroska_parse_block()Aurelien Jacobs2007-03-111-13/+24
* reindent after last commitAurelien Jacobs2007-03-111-27/+27
* parse clusters until some packets are queuedAurelien Jacobs2007-03-111-6/+5
* fix a stupid bug in ebml_read_sint()Aurelien Jacobs2007-03-111-1/+0
* use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()Aurelien Jacobs2007-03-111-3/+3
* fix gsize=0 / -1 case (if(<24) goto fail) before it is not a good ideaMichael Niedermayer2007-03-111-9/+10
* some url_is_streamed()==1 related fixesMichael Niedermayer2007-03-111-3/+3
* fix demuxing of broken MVI_3011.aviMichael Niedermayer2007-03-101-0/+7
* remove usage of deprecated functions in libnut.c (codec_get_id/tag)Oded Shimon2007-03-101-4/+4
* Add doxygen file header to libnut.cOded Shimon2007-03-101-0/+6
* jpeg fourccMichael Niedermayer2007-03-101-0/+1
* seems safer to set pts timebase to sample rate, fix some mp3Baptiste Coudurier2007-03-081-1/+1
* fix pts handlingBaptiste Coudurier2007-03-081-16/+7
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-081-1/+3
* move preroll_time from static variable into definition, might be a good idea ...Alex Beregszaszi2007-03-071-4/+4
* workaround for broken flvtoolized filesAlex Beregszaszi2007-03-071-0/+6
* Fix UNKOWN --> UNKNOWN typoDiego Biurrun2007-03-072-3/+3
* simplificationAlex Beregszaszi2007-03-071-2/+1
* typo: unkown->unknownAlex Beregszaszi2007-03-071-1/+1
* 10l, audio_fifo is a static arrayAlex Beregszaszi2007-03-061-1/+0
* handle http error codesAlex Beregszaszi2007-03-061-0/+3
* prevent audio packets from being fragmented, wmp mac doesnt seem to like that...Michael Niedermayer2007-03-051-1/+7
* Clarify doxygen description.Panagiotis Issaris2007-03-051-1/+1
* Cleanup doxygen comment.Panagiotis Issaris2007-03-051-1/+1
* Fix a typo in a doxygen tag.Panagiotis Issaris2007-03-051-1/+1
* Convert all the comment sections into Doxygen compatible comments, same forPanagiotis Issaris2007-03-051-24/+26
* Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris2007-03-052-14/+9
* Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,Panagiotis Issaris2007-03-052-40/+49
* Make rtsp_set_callback() comments available to DoxygenPanagiotis Issaris2007-03-051-1/+1
* Move unaltered rtsp.c comments to the header file.Panagiotis Issaris2007-03-052-1/+1
* Doxygenize comments in rtsp.hPanagiotis Issaris2007-03-051-10/+10
* Convert macro+enum into a simple enum: Currently the enum was filled using aPanagiotis Issaris2007-03-052-16/+16
* Doxygenize the unaltered comments for the AUHeaders structure.Panagiotis Issaris2007-03-051-1/+1
* Doxygenize the unaltered comments for the rtp_payload_data_s struct.Panagiotis Issaris2007-03-051-1/+1