645 Commits (95a5fd4581c686ea6a7c8eb9188d902bce35d4f9)

Author SHA1 Message Date
Oliver Collyer a2f8beef2d ffserver&ffm: Fixed issues preventing ffserver write_index and files_size from being set correctly which was breaking ffserver streaming. 9 years ago
Carl Eugen Hoyos e5c16e38fe ffserver: Cast time_t value when using it in a format string. 9 years ago
Reynaldo H. Verdejo Pinochet b25ac3c999 ffserver: add a doctype heading to our HTML pages 9 years ago
Reynaldo H. Verdejo Pinochet daaa535867 ffserver: HTML encode msgs instead of blindly stripping chars out 9 years ago
Reynaldo H. Verdejo Pinochet 0e5c1dc9a3 ffserver: make our 404 explicitly HTML5/UTF-8 9 years ago
Reynaldo H. Verdejo Pinochet ae2ed20b59 ffserver: refactor build_feed_streams() 9 years ago
Reynaldo H. Verdejo Pinochet 4ba148a6ea ffserver: refactor build_file_streams() 9 years ago
Reynaldo H. Verdejo Pinochet 532a283383 ffserver: unify exit path from build_feed_streams() 9 years ago
Reynaldo H. Verdejo Pinochet 0bdf84b6b0 ffserver: explicitly use time_t for uptime calc 9 years ago
Reynaldo H. Verdejo Pinochet dadb95142b ffserver: free pathname before bailing out 9 years ago
Reynaldo H. Verdejo Pinochet 1fa81430ca ffserver: use EXIT_FAILURE on failed child fork() 9 years ago
Reynaldo H. Verdejo Pinochet eb68c35670 ffserver: be explicit on failed fork() msg 9 years ago
Reynaldo H. Verdejo Pinochet 5a31f2318b ffserver: allocate AVStream's internal too 9 years ago
Michael Niedermayer a00cc2e40d ffserver: Clear avio context after closing it in rtp_new_av_stream() 9 years ago
Michael Niedermayer 40063a900b ffserver: Clear avio context after closing it 9 years ago
Nicolas George 15206ffdbe ffserver: add NULL context to ff_rtsp_parse_line(). 9 years ago
Michael Niedermayer e33d372023 ffserver: Use AVOption API to access ffm demuxer instead of direct access depending on ABI 9 years ago
Michael Niedermayer 2ec18db75c ffserver: Replace one malloc(AVStream) by avformat_new_stream() 9 years ago
Michael Niedermayer 64e220beb5 ffserver: Do not add or rescale AV_NOPTS_VALUE from the demuxer 9 years ago
Ganesh Ajjanagadde 6c2dbff7f0 ffserver: fix incorrect strlcpy usage 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Reynaldo H. Verdejo Pinochet fe95b0eb8f ffserver: avoid leaking pathname at exit 9 years ago
Reynaldo H. Verdejo Pinochet 84b4998dbd ffserver: fix up rate units in server messages 9 years ago
Reynaldo H. Verdejo Pinochet d8c714cb24 ffserver: wrap around bandwidth exceeded msg text 9 years ago
Reynaldo H. Verdejo Pinochet 8a9089948f ffserver: wrap around too-busy message text 9 years ago
Reynaldo H. Verdejo Pinochet 3388bcced4 ffserver: unify exit path in _write_index() 9 years ago
Reynaldo H. Verdejo Pinochet c677b42f79 ffserver: explicitly free() duped filename 9 years ago
Reynaldo H. Verdejo Pinochet fb349359dc ffserver: start dropping all unneededly harcoded str lengths 9 years ago
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 9 years ago
Reynaldo H. Verdejo Pinochet 314bc20d7a ffserver: remove redundant comment, clarify another one 9 years ago
Reynaldo H. Verdejo Pinochet 2580395e1c ffserver: unify exit path in http_server() 9 years ago
Reynaldo H. Verdejo Pinochet 9a168e9371 ffserver: unify fail path in socket_open_listen() 9 years ago
Ganesh Ajjanagadde 92b1a0fa9e ffserver: cast PID to int64_t before printing 9 years ago
Michael Niedermayer c719b7a42b ffserver: add (), fix order of operations 9 years ago
Reynaldo H. Verdejo Pinochet b16b8c815c ffserver: drop superfluous else clause 9 years ago
Reynaldo H. Verdejo Pinochet c75bc268a2 ffserver: simplify assignment with ternary 9 years ago
Reynaldo H. Verdejo Pinochet 2ea642ff4b ffserver: move decl to start of func 9 years ago
Reynaldo H. Verdejo Pinochet 08724da976 ffserver: make statement block unconditional by exiting early 10 years ago
Reynaldo H. Verdejo Pinochet 36a617c162 ffserver: make statement block unconditional by exiting early 10 years ago
Reynaldo H. Verdejo Pinochet 469c335c55 ffserver: unify comment formating & drop unneeded braces 10 years ago
Reynaldo H. Verdejo Pinochet 1714fe2990 ffserver: factor out stream params printing 10 years ago
Reynaldo H. Verdejo Pinochet 89234deaa2 ffserver: simplify URLContext cleanup 10 years ago
Reynaldo H. Verdejo Pinochet 6504047f82 ffserver: drop unneeded else branching 10 years ago
Reynaldo H. Verdejo Pinochet 758c7a5cbc ffserver: drop unneeded else branching 10 years ago
Reynaldo H. Verdejo Pinochet 683f57354d ffserver: drop unneeded else branching 10 years ago
Reynaldo H. Verdejo Pinochet d8a04d916b ffserver: formating 10 years ago
Caligula useraccount 3b89a67315 ffserver: Use singlejpeg muxer for jpeg 10 years ago
Michael Niedermayer ddda9cee1c ffserver: Check for ffio_set_buf_size() failure 10 years ago
Michael Niedermayer d6039063aa ffserver: Check allocations (likely not all) 10 years ago
Michael Niedermayer cea3c9b281 ffserver: check return code of avio_alloc_context() 10 years ago