summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cosmetics. remove space before semi-colon.Justin Ruggles2007-03-08
* seems safer to set pts timebase to sample rate, fix some mp3Baptiste Coudurier2007-03-08
* fix pts handlingBaptiste Coudurier2007-03-08
* Simplify gain block handling.Ian Braithwaite2007-03-08
* Don't output the first two frames, since they don't contain valid audio.Ian Braithwaite2007-03-08
* fix drop frame timecode flagBaptiste Coudurier2007-03-08
* Corrections so that builds with DEBUG workMichel Bardiaux2007-03-08
* As avcodec_decode_audio() is deprecated, replace it with avcodec_decode_audio...Limin Wang2007-03-08
* bitrate sanity check (fixes assertion failure)Michael Niedermayer2007-03-08
* Remove useless casts as recommended by Måns Rullgård.Benoit Fouet2007-03-08
* Cosmetics in amr.c.Benoit Fouet2007-03-08
* Move the initialization on context definition. In amr.c, only theBenoit Fouet2007-03-08
* 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