Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-13ffserver: SA_RESTART and unsetenv require _XOPEN_SOURCEAurelien Jacobs
Originally committed as revision 14724 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-25cosmetics: typo fixesDiego Biurrun
Originally committed as revision 14376 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-16print AVCodecContext address instead of AVClass, better when multiple ↵Baptiste Coudurier
instances of same codecs are used, based on r14237 Originally committed as revision 14255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-10Fix a warning in ffserver.c caused by the use of the functionStefano Sabatini
av_set_string() deprecated since r14134. Originally committed as revision 14145 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25revert r13867, - reference stdout, I was drunkBaptiste Coudurier
Originally committed as revision 13978 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25use http_log now that logfile is setupBaptiste Coudurier
Originally committed as revision 13975 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25move logfile setup right after config parsingBaptiste Coudurier
Originally committed as revision 13974 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25remove useless initBaptiste Coudurier
Originally committed as revision 13973 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25Reindent.Stefano Sabatini
Originally committed as revision 13956 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25Make ffserver show launched commandlines not only in debug-mode.Stefano Sabatini
Originally committed as revision 13955 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25Use http_log() rather than printing on stdout to show the launchedStefano Sabatini
commandlines. Originally committed as revision 13954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-25Make ffserver show each launched commandline just before to launchStefano Sabatini
them rather than print them when parsing the configuration file. This way those commandlines are not showed anymore in no-launch mode. Originally committed as revision 13950 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-24log when feed is already being receivedBaptiste Coudurier
Originally committed as revision 13939 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-24reindentBaptiste Coudurier
Originally committed as revision 13938 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23copy extradata if presentBaptiste Coudurier
Originally committed as revision 13913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23Make ffserver daemon chdir()s just after log init. This way aStefano Sabatini
relative path for the logfile is resolved according to the directory where ffserver has been launched, as the user expects. Originally committed as revision 13911 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23fix segv, fmt_ctx is not set for rtspBaptiste Coudurier
Originally committed as revision 13910 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23cosmetics, braces placementBaptiste Coudurier
Originally committed as revision 13908 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-2310l, do not use ctx before being set, fix segvBaptiste Coudurier
Originally committed as revision 13906 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23fix compilation, this should be betterBaptiste Coudurier
Originally committed as revision 13905 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-2310l, move init after possible gotoBaptiste Coudurier
Originally committed as revision 13904 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23simplify, use istBaptiste Coudurier
Originally committed as revision 13903 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23fix source stream, source_index is refering to fmt_in, needs testingBaptiste Coudurier
Originally committed as revision 13902 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23simplifyBaptiste Coudurier
Originally committed as revision 13901 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-23no need to print date anymore since done in http_logBaptiste Coudurier
Originally committed as revision 13900 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22move code setting output parameters after possible failureBaptiste Coudurier
Originally committed as revision 13876 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22move code after possible failure, so no need to freeBaptiste Coudurier
Originally committed as revision 13875 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22check av_open_input_stream errorBaptiste Coudurier
Originally committed as revision 13874 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22remove return 1, we don't change state, we are still sending dataBaptiste Coudurier
Originally committed as revision 13873 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22free pbBaptiste Coudurier
Originally committed as revision 13872 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22use av_open_input_streamBaptiste Coudurier
Originally committed as revision 13871 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22do not allocate st->codec, it will be overwritten later; fix memleakBaptiste Coudurier
Originally committed as revision 13870 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22log to stderrBaptiste Coudurier
Originally committed as revision 13867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22add callback for av_logBaptiste Coudurier
Originally committed as revision 13866 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22no need to print date anymore since done in http_logBaptiste Coudurier
Originally committed as revision 13865 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22use ctime1Baptiste Coudurier
Originally committed as revision 13864 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22print date in http_logBaptiste Coudurier
Originally committed as revision 13863 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22remove useless initBaptiste Coudurier
Originally committed as revision 13862 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22merge declaration and initBaptiste Coudurier
Originally committed as revision 13861 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22reindentBaptiste Coudurier
Originally committed as revision 13860 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22http or rtsp only supportBaptiste Coudurier
Originally committed as revision 13859 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22fix open return checkBaptiste Coudurier
Originally committed as revision 13858 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22fix feed_filename test, field is char [1024], patch by Erik Hovland, erik at ↵Erik Hovland
hovland dot org Originally committed as revision 13857 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-22use av_seek_frame to flush demxu pending packets, fixes seeking, should have ↵Baptiste Coudurier
been done when av_find_stream_info was added Originally committed as revision 13855 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-21free c->pb_buffer before overwriting it, fix memleakBaptiste Coudurier
Originally committed as revision 13853 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-21return 1 when error during write frame, state changedBaptiste Coudurier
Originally committed as revision 13851 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-21set default preload and max_delay for muxer to avoid mpeg ps muxer to spit ↵Baptiste Coudurier
many underflow errors, use ffmpeg default values Originally committed as revision 13850 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-21change bandwidth to unsignedBaptiste Coudurier
Originally committed as revision 13849 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-21remove useless init, logfilename is staticBaptiste Coudurier
Originally committed as revision 13848 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-21use http_log when log file is setupBaptiste Coudurier
Originally committed as revision 13847 to svn://svn.ffmpeg.org/ffmpeg/trunk