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 (Expand)Author
2016-12-06ffserver: Check chunk sizeMichael Niedermayer
2016-08-13cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes
2016-06-05ffserver: fixed deallocation bug in build_feed_streamsGregor Riepl
2016-02-23ffserver&ffm: Fixed issues preventing ffserver write_index and files_size fro...Oliver Collyer
2015-12-29ffserver: Cast time_t value when using it in a format string.Carl Eugen Hoyos
2015-12-27ffserver: add a doctype heading to our HTML pagesReynaldo H. Verdejo Pinochet
2015-12-27ffserver: HTML encode msgs instead of blindly stripping chars outReynaldo H. Verdejo Pinochet
2015-12-27ffserver: make our 404 explicitly HTML5/UTF-8Reynaldo H. Verdejo Pinochet
2015-12-19ffserver: refactor build_feed_streams()Reynaldo H. Verdejo Pinochet
2015-12-19ffserver: refactor build_file_streams()Reynaldo H. Verdejo Pinochet
2015-12-19ffserver: unify exit path from build_feed_streams()Reynaldo H. Verdejo Pinochet
2015-12-15ffserver: explicitly use time_t for uptime calcReynaldo H. Verdejo Pinochet
2015-12-15ffserver: free pathname before bailing outReynaldo H. Verdejo Pinochet
2015-12-15ffserver: use EXIT_FAILURE on failed child fork()Reynaldo H. Verdejo Pinochet
2015-12-15ffserver: be explicit on failed fork() msgReynaldo H. Verdejo Pinochet
2015-12-15ffserver: allocate AVStream's internal tooReynaldo H. Verdejo Pinochet
2015-12-01ffserver: Clear avio context after closing it in rtp_new_av_stream()Michael Niedermayer
2015-12-01ffserver: Clear avio context after closing itMichael Niedermayer
2015-11-29ffserver: add NULL context to ff_rtsp_parse_line().Nicolas George
2015-11-20ffserver: Use AVOption API to access ffm demuxer instead of direct access dep...Michael Niedermayer
2015-11-11ffserver: Replace one malloc(AVStream) by avformat_new_stream()Michael Niedermayer
2015-11-11ffserver: Do not add or rescale AV_NOPTS_VALUE from the demuxerMichael Niedermayer
2015-11-10ffserver: fix incorrect strlcpy usageGanesh Ajjanagadde
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-05ffserver: avoid leaking pathname at exitReynaldo H. Verdejo Pinochet
2015-10-05ffserver: fix up rate units in server messagesReynaldo H. Verdejo Pinochet
2015-10-05ffserver: wrap around bandwidth exceeded msg textReynaldo H. Verdejo Pinochet
2015-10-05ffserver: wrap around too-busy message textReynaldo H. Verdejo Pinochet
2015-10-05ffserver: unify exit path in _write_index()Reynaldo H. Verdejo Pinochet
2015-09-19ffserver: explicitly free() duped filenameReynaldo H. Verdejo Pinochet
2015-09-19ffserver: start dropping all unneededly harcoded str lengthsReynaldo H. Verdejo Pinochet
2015-09-15lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer
2015-09-12ffserver: remove redundant comment, clarify another oneReynaldo H. Verdejo Pinochet
2015-09-12ffserver: unify exit path in http_server()Reynaldo H. Verdejo Pinochet
2015-09-12ffserver: unify fail path in socket_open_listen()Reynaldo H. Verdejo Pinochet
2015-08-21ffserver: cast PID to int64_t before printingGanesh Ajjanagadde
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27ffserver: add (), fix order of operationsMichael Niedermayer
2015-07-27ffserver: drop superfluous else clauseReynaldo H. Verdejo Pinochet
2015-07-27ffserver: simplify assignment with ternaryReynaldo H. Verdejo Pinochet
2015-07-27ffserver: move decl to start of funcReynaldo H. Verdejo Pinochet
2015-06-25ffserver: make statement block unconditional by exiting earlyReynaldo H. Verdejo Pinochet
2015-06-25ffserver: make statement block unconditional by exiting earlyReynaldo H. Verdejo Pinochet
2015-06-25ffserver: unify comment formating & drop unneeded bracesReynaldo H. Verdejo Pinochet
2015-06-25ffserver: factor out stream params printingReynaldo H. Verdejo Pinochet
2015-06-25ffserver: simplify URLContext cleanupReynaldo H. Verdejo Pinochet
2015-06-22ffserver: drop unneeded else branchingReynaldo H. Verdejo Pinochet
2015-06-22ffserver: drop unneeded else branchingReynaldo H. Verdejo Pinochet
2015-06-22ffserver: drop unneeded else branchingReynaldo H. Verdejo Pinochet
2015-06-22ffserver: formatingReynaldo H. Verdejo Pinochet