summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add PIX_FMT_PAL8 to isPacked().Karl H. Beckers2007-03-08
* include only files actually built in SRCSMåns Rullgård2007-03-08
* Update the documentation to be consistent with the new unit for the "ab"Panagiotis Issaris2007-03-07
* Remove unnecessary the_end label.Limin Wang2007-03-07
* add a -ab with default of 64kMichael Niedermayer2007-03-07
* set defaults based on CodecType by using avcodec_get_context_defaults2()Michael Niedermayer2007-03-07
* remove unused variablesLimin Wang2007-03-07
* add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take Cod...Michael Niedermayer2007-03-07
* only store command line parameters in contexts with matching codec_typeMichael Niedermayer2007-03-07
* Add watermark and drawtext descriptions, plus some random fixes.Piero Bugoni2007-03-07
* add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags...Michael Niedermayer2007-03-07
* make av_find_opt() available to the public and add a mask+flags parameter to ...Michael Niedermayer2007-03-07
* move preroll_time from static variable into definition, might be a good idea ...Alex Beregszaszi2007-03-07
* workaround for broken flvtoolized filesAlex Beregszaszi2007-03-07
* Fix UNKOWN --> UNKNOWN typoDiego Biurrun2007-03-07
* simplificationAlex Beregszaszi2007-03-07
* typo: unkown->unknownAlex Beregszaszi2007-03-07
* 10l, audio_fifo is a static arrayAlex Beregszaszi2007-03-06
* handle http error codesAlex Beregszaszi2007-03-06
* disconnect new feeder if feed is already being receivedAlex Beregszaszi2007-03-06
* add little endian 24bit read/writeAlex Beregszaszi2007-03-06
* add little endian 24bit read/writeAlex Beregszaszi2007-03-06
* free opt_names at the end of main() based on a patch by Limin WangMichael Niedermayer2007-03-05
* indentionMichael Niedermayer2007-03-05
* remove usless if() before av_free()Michael Niedermayer2007-03-05
* prevent audio packets from being fragmented, wmp mac doesnt seem to like that...Michael Niedermayer2007-03-05
* Clarify doxygen description.Panagiotis Issaris2007-03-05
* Cleanup doxygen comment.Panagiotis Issaris2007-03-05
* Fix a typo in a doxygen tag.Panagiotis Issaris2007-03-05
* Convert all the comment sections into Doxygen compatible comments, same forPanagiotis Issaris2007-03-05
* update forgotten regression test chcksums forMichael Niedermayer2007-03-05
* Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris2007-03-05
* Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,Panagiotis Issaris2007-03-05
* Make rtsp_set_callback() comments available to DoxygenPanagiotis Issaris2007-03-05
* Move unaltered rtsp.c comments to the header file.Panagiotis Issaris2007-03-05
* Doxygenize comments in rtsp.hPanagiotis Issaris2007-03-05
* Convert macro+enum into a simple enum: Currently the enum was filled using aPanagiotis Issaris2007-03-05
* Move unaltered av_freep() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_free() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_realloc() comments to the header file.Panagiotis Issaris2007-03-05
* Move unaltered av_malloc() comments to the header file.Panagiotis Issaris2007-03-05
* Doxygenize the unaltered comments for the AUHeaders structure.Panagiotis Issaris2007-03-05
* Doxygenize the unaltered comments for the rtp_payload_data_s struct.Panagiotis Issaris2007-03-05
* Doxygenize the unaltered comments for the RTP_MAX_SDES definition.Panagiotis Issaris2007-03-05
* Doxygenize the existing comments without altering the actual contents of thePanagiotis Issaris2007-03-05
* use AVFormatContext with av_logBaptiste Coudurier2007-03-05
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-05
* more explicit messageBaptiste Coudurier2007-03-05
* Don't mention the number of vhooks, it's a volatile set.Diego Biurrun2007-03-05
* small updates taken from a patch by Piero Bugoni, crboca32 yahoo comPiero Bugoni2007-03-05