summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* typo: unkown->unknownAlex Beregszaszi2007-03-07
| | | | Originally committed as revision 8274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, audio_fifo is a static arrayAlex Beregszaszi2007-03-06
| | | | Originally committed as revision 8273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle http error codesAlex Beregszaszi2007-03-06
| | | | Originally committed as revision 8272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disconnect new feeder if feed is already being receivedAlex Beregszaszi2007-03-06
| | | | Originally committed as revision 8271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add little endian 24bit read/writeAlex Beregszaszi2007-03-06
| | | | Originally committed as revision 8270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add little endian 24bit read/writeAlex Beregszaszi2007-03-06
| | | | Originally committed as revision 8269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free opt_names at the end of main() based on a patch by Limin WangMichael Niedermayer2007-03-05
| | | | Originally committed as revision 8268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-03-05
| | | | Originally committed as revision 8267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove usless if() before av_free()Michael Niedermayer2007-03-05
| | | | Originally committed as revision 8266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent audio packets from being fragmented, wmp mac doesnt seem to like ↵Michael Niedermayer2007-03-05
| | | | | | that and microshitty also doesnt seem to ever fragment them Originally committed as revision 8265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify doxygen description.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup doxygen comment.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo in a doxygen tag.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert all the comment sections into Doxygen compatible comments, same forPanagiotis Issaris2007-03-05
| | | | | | warning and notes. Originally committed as revision 8261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update forgotten regression test chcksums forMichael Niedermayer2007-03-05
| | | | | | | | | | | | | | | ==== Author: michael Date: Mon Mar 5 03:41:49 2007 New Revision: 8240 Modified: trunk/libavformat/asf-enc.c Log: create codec_comment_header which looks more like what M$ creates, sane or not ... Originally committed as revision 8260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris2007-03-05
| | | | | | | 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
* Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,Panagiotis Issaris2007-03-05
| | | | | | | 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
* Make rtsp_set_callback() comments available to DoxygenPanagiotis Issaris2007-03-05
| | | | Originally committed as revision 8257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move unaltered rtsp.c comments to the header file.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize comments in rtsp.hPanagiotis Issaris2007-03-05
| | | | Originally committed as revision 8255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert macro+enum into a simple enum: Currently the enum was filled using aPanagiotis Issaris2007-03-05
| | | | | | | | | 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
* Move unaltered av_freep() comments to the header file.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move unaltered av_free() comments to the header file.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move unaltered av_realloc() comments to the header file.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move unaltered av_malloc() comments to the header file.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the unaltered comments for the AUHeaders structure.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the unaltered comments for the rtp_payload_data_s struct.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the unaltered comments for the RTP_MAX_SDES definition.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the existing comments without altering the actual contents of thePanagiotis Issaris2007-03-05
| | | | | | comment. Originally committed as revision 8246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext with av_logBaptiste Coudurier2007-03-05
| | | | Originally committed as revision 8245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-05
| | | | | | | | | patch by Benoit Fouet % benoit P fouet A purplelabs P com % Original thread: Subj: [Ffmpeg-devel] [PATCH] use new way to handle "ab" option Date: 03/03/2007 10:51 PM Originally committed as revision 8244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more explicit messageBaptiste Coudurier2007-03-05
| | | | Originally committed as revision 8243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't mention the number of vhooks, it's a volatile set.Diego Biurrun2007-03-05
| | | | Originally committed as revision 8242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small updates taken from a patch by Piero Bugoni, crboca32 yahoo comPiero Bugoni2007-03-05
| | | | Originally committed as revision 8241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create codec_comment_header which looks more like what M$ creates, sane or ↵Michael Niedermayer2007-03-05
| | | | | | not ... Originally committed as revision 8240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all asf files i have have the 2 redundant duration fields differ by the ↵Michael Niedermayer2007-03-05
| | | | | | preroll time so lets set them up like that too Originally committed as revision 8239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all asf files i have have this field at 2 so lets try to change it to that ...Michael Niedermayer2007-03-05
| | | | Originally committed as revision 8238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all the time related fields seem to be 64bit so i guess preroll is too (this ↵Michael Niedermayer2007-03-05
| | | | | | is just a cosmetic anyway ...) Originally committed as revision 8237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* off by one errorMichael Niedermayer2007-03-05
| | | | Originally committed as revision 8236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the existing comments in avformat.h. The contents of the commentsPanagiotis Issaris2007-03-05
| | | | | | were left unaltered. Originally committed as revision 8235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log2_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_i2int()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_int2i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_cmp_i()'s unaltered comment to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_shr_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_div_i()'s comments to the header file. The comments are unaltered.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_mod_i()'s comment to the header file. The moved comment is unmodified.Panagiotis Issaris2007-03-04
| | | | Originally committed as revision 8226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the unaltered Doxygen docs from the log source code to the accompanyingPanagiotis Issaris2007-03-04
| | | | | | header file. Originally committed as revision 8225 to svn://svn.ffmpeg.org/ffmpeg/trunk