summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove useless init, logfilename is staticBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use http_log when log file is setupBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use stdout to log when running in debug modeBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale duration when outputting packetBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log accept errorBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use http_log when log file is setupBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* upgrade bandwidth config to use int64_t, raise limitBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* upgrade bandwidth to uint64_tBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add staticBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not write junk in the end of truncated files. FATEVitor Sessak2008-06-20
| | | | | | ra144 test will probably need to be updated. Originally committed as revision 13839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
| | | | Originally committed as revision 13838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-20
| | | | Originally committed as revision 13837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check if there is at least a stream before writing trailer.Art Clarke2008-06-20
| | | | | | Patch by Art Clarke: aclarke vlideshow com Originally committed as revision 13836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless close funcsBaptiste Coudurier2008-06-19
| | | | Originally committed as revision 13835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless close funcBaptiste Coudurier2008-06-19
| | | | Originally committed as revision 13834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless close funcBaptiste Coudurier2008-06-19
| | | | Originally committed as revision 13833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffm has no per stream priv_data anymoreBaptiste Coudurier2008-06-19
| | | | Originally committed as revision 13832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a "Status stream" section in ffserver-doc.texi.Stefano Sabatini2008-06-19
| | | | Originally committed as revision 13831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misc cosmeticsVitor Sessak2008-06-19
| | | | Originally committed as revision 13830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless commentVitor Sessak2008-06-19
| | | | Originally committed as revision 13829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Last table renamingVitor Sessak2008-06-19
| | | | Originally committed as revision 13828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet more table renamingVitor Sessak2008-06-19
| | | | Originally committed as revision 13827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix typoVitor Sessak2008-06-19
| | | | Originally committed as revision 13826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More table renamingVitor Sessak2008-06-19
| | | | Originally committed as revision 13825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename tableVitor Sessak2008-06-19
| | | | Originally committed as revision 13824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename vars: s/decsp/out/Vitor Sessak2008-06-19
| | | | Originally committed as revision 13823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2008-06-19
| | | | Originally committed as revision 13822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-06-19
| | | | Originally committed as revision 13821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dependency generationMåns Rullgård2008-06-19
| | | | Originally committed as revision 13820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable version.h to be created from subdirsMåns Rullgård2008-06-19
| | | | Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not shift F[I] twice, it is also clearer and smaller now.Michael Niedermayer2008-06-19
| | | | Originally committed as revision 13818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize c->ap += (-c->ap) >> 4 outMichael Niedermayer2008-06-19
| | | | Originally committed as revision 13817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of G726Tables.bits.Michael Niedermayer2008-06-19
| | | | Originally committed as revision 13816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Copy 4 pointers to avid dozends of ptr dereferences.Michael Niedermayer2008-06-19
| | | | Originally committed as revision 13815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Does not need to be int16.Michael Niedermayer2008-06-19
| | | | Originally committed as revision 13814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix neverending loop which might happen when sending high-bitrate MPEG2Luca Abeni2008-06-19
| | | | | | video over RTP Originally committed as revision 13813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize I >> (c->tbls->bits - 1) out.Michael Niedermayer2008-06-19
| | | | Originally committed as revision 13812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve an lclenc.c error message in case of unsupported input pixelStefano Sabatini2008-06-19
| | | | | | format. Originally committed as revision 13811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 abs() lessMichael Niedermayer2008-06-19
| | | | Originally committed as revision 13810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: s/stats/status/ in ffserver.c.Stefano Sabatini2008-06-19
| | | | Originally committed as revision 13809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an "How does it work" section in ffserver-doc.texi.Stefano Sabatini2008-06-18
| | | | Originally committed as revision 13808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-06-18
| | | | Originally committed as revision 13807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless ()Michael Niedermayer2008-06-18
| | | | Originally committed as revision 13806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded tr == 0Michael Niedermayer2008-06-18
| | | | Originally committed as revision 13805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-06-18
| | | | Originally committed as revision 13804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of the redundant AVG726Context.Michael Niedermayer2008-06-18
| | | | Originally committed as revision 13803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the truncated bitstream handling from our g726 decoder.Michael Niedermayer2008-06-18
| | | | | | The stuff belongs in a parser. Originally committed as revision 13802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse 'dats' as data.Florian Echtler2008-06-18
| | | | | | Patch by Florian Echtler: floe butterbrot org Originally committed as revision 13801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free private streamcontext when closing demuxer, fix memory leak, patch by ↵Art Clarke2008-06-18
| | | | | | Art Clarke, aclarke at vlideshow dot com Originally committed as revision 13800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert DOS-style carriage return to Unix-styleGuillaume Poirier2008-06-17
| | | | Originally committed as revision 13799 to svn://svn.ffmpeg.org/ffmpeg/trunk