aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doxygenize the unaltered comments for the RTP_MAX_SDES definition.Panagiotis Issaris2007-03-051-1/+1
* Doxygenize the existing comments without altering the actual contents of thePanagiotis Issaris2007-03-051-1/+1
* use AVFormatContext with av_logBaptiste Coudurier2007-03-051-2/+2
* more explicit messageBaptiste Coudurier2007-03-051-2/+2
* create codec_comment_header which looks more like what M$ creates, sane or no...Michael Niedermayer2007-03-051-2/+11
* all asf files i have have the 2 redundant duration fields differ by the prero...Michael Niedermayer2007-03-051-1/+1
* all asf files i have have this field at 2 so lets try to change it to that ...Michael Niedermayer2007-03-051-1/+1
* all the time related fields seem to be 64bit so i guess preroll is too (this ...Michael Niedermayer2007-03-051-2/+1
* off by one errorMichael Niedermayer2007-03-051-1/+1
* Doxygenize the existing comments in avformat.h. The contents of the commentsPanagiotis Issaris2007-03-051-61/+63
* Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-5/+6
* Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-1/+2
* cleanup useless fieldsBaptiste Coudurier2007-03-041-8/+0
* simplify swf muxerBaptiste Coudurier2007-03-041-136/+26
* Close connection on EOFRonald S. Bultje2007-03-041-0/+1
* make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as ...Ronald S. Bultje2007-03-041-1/+1
* add pcm s8 tagBaptiste Coudurier2007-03-041-0/+1
* fix pcm u/s8 muxingBaptiste Coudurier2007-03-041-1/+5
* deobfuscate, clearly split mov caseBaptiste Coudurier2007-03-041-4/+9
* try to move fixed mov.c over the one with cosmetic-functional mixMichael Niedermayer2007-03-031-1690/+0
* recommit of the change below after reverting earlier cosmetic-functional mixMichael Niedermayer2007-03-031-112/+2
* cosmetic part of the commit belowMichael Niedermayer2007-03-031-44/+58
* functional part of the commit belowMichael Niedermayer2007-03-031-0/+1786
* Correct wrong avformat documentation.Panagiotis Issaris2007-03-031-5/+1
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-034-147/+114
* cosmetics, cleanup tables, add pcm 24/32 le tagsBaptiste Coudurier2007-03-031-45/+60
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-031-1/+1
* Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris2007-03-032-278/+308
* Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson2007-03-031-1/+1
* write DTS, based on patch by Luca Abeni, lucabe72 email itMåns Rullgård2007-03-021-25/+44
* replace the auto array "duration_error" with a malloced array.Kristian Amlie2007-03-021-2/+8
* avid imx supportBaptiste Coudurier2007-03-021-0/+2
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-021-0/+1
* use generic atom to extradata reading functionBaptiste Coudurier2007-03-021-33/+9