aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move unaltered av_freep() comments to the header file.Panagiotis Issaris2007-03-052-4/+5
* Move unaltered av_free() comments to the header file.Panagiotis Issaris2007-03-052-5/+6
* Move unaltered av_realloc() comments to the header file.Panagiotis Issaris2007-03-052-5/+6
* Move unaltered av_malloc() comments to the header file.Panagiotis Issaris2007-03-052-5/+6
* 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
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-053-18/+10
* more explicit messageBaptiste Coudurier2007-03-051-2/+2
* Don't mention the number of vhooks, it's a volatile set.Diego Biurrun2007-03-051-1/+1
* small updates taken from a patch by Piero Bugoni, crboca32 yahoo comPiero Bugoni2007-03-051-0/+9
* 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-052-2/+2
* all asf files i have have this field at 2 so lets try to change it to that ...Michael Niedermayer2007-03-052-2/+2
* 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
* Move av_log2_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-4/+5
* Move av_i2int()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-5/+6
* Move av_int2i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-3/+4
* Move av_cmp_i()'s unaltered comment to the header file.Panagiotis Issaris2007-03-042-3/+4
* Move av_shr_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-4/+5
* Move av_div_i()'s comments to the header file. The comments are unaltered.Panagiotis Issaris2007-03-042-3/+4
* Move av_mod_i()'s comment to the header file. The moved comment is unmodified.Panagiotis Issaris2007-03-042-4/+5
* Move the unaltered Doxygen docs from the log source code to the accompanyingPanagiotis Issaris2007-03-042-14/+14
* cleanup useless fieldsBaptiste Coudurier2007-03-041-8/+0
* simplify swf muxerBaptiste Coudurier2007-03-041-136/+26
* change myself to mov.c maintainer in favor of Francois, who agreedBaptiste Coudurier2007-03-041-1/+1
* Close connection on EOFRonald S. Bultje2007-03-041-0/+1
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-046-14/+46
* make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as ...Ronald S. Bultje2007-03-041-1/+1
* imx dump header bitstream filter, modifies bitstream to fit in mov and be dec...Baptiste Coudurier2007-03-043-2/+34
* add bytestream_get/put_be24 functionsBaptiste Coudurier2007-03-041-0/+1
* add R/WB24 functionsBaptiste Coudurier2007-03-041-0/+8
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-045-10/+39
* 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
* check for no frame and prevent segfaultMichael Niedermayer2007-03-031-0/+5
* 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