376 Commits (a6881c6a385284f89188b11021a13cc7c592c4f9)

Author SHA1 Message Date
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 15 years ago
Howard Chu 0aee2a57c8 Also use 503 for bandwidth limit exceeded 15 years ago
Howard Chu 2a22187f39 Fix "server too busy" status code 15 years ago
Måns Rullgård f3bfe388b5 Make ff_url_split() public 15 years ago
Martin Storsjö 5634f30c4a ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContext 15 years ago
Howard Chu d9aac26761 When reading a stream, should retry on EAGAIN instead of just failing. Also, 15 years ago
Howard Chu 8190f62f9b Support presets in ffserver.conf 15 years ago
Martin Storsjö f475f35fdd ffserver: Calculate cur_pts using first_pts as origin instead of ist->start_time 15 years ago
Martin Storsjö 3b963552bc ffserver: Allow floating point audio bit rates 15 years ago
Martin Storsjö 577ee94871 ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requests 15 years ago
Martin Storsjö 111c935980 ffserver: Fix one of the codec parameter checks 15 years ago
Martin Storsjö a5ba4cedf2 ffserver: Fix streaming with more than one stream 15 years ago
Howard Chu e175b55edf ffserver: Fix extradata handling 15 years ago
Martin Storsjö c966c91279 ffserver: Fix an out of bounds read 15 years ago
Martin Storsjö 9cc9a15510 ffserver: Fix another memory leak 15 years ago
Howard Chu ea4f8aabab ffserver: Plug some memory leaks 15 years ago
Martin Storsjö 576fb48e6d Make ff_random_get_seed public, rename to av_get_random_seed, export the header 15 years ago
Howard Chu 686d6f4022 ffserver: Avoid busylooping while reading non-blocking input 15 years ago
Martin Storsjö 90c9210028 Cosmetics: reindent 15 years ago
Howard Chu 1bf5228eb6 ffserver: Don't set me_method unconditionally 15 years ago
Howard Chu 0156fcf252 ffserver: Write proper GMT date/times in Date headers 15 years ago
Martin Storsjö 43d09fafd4 ffserver: Make sure a destination URL is set when creating the SDP 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Stefano Sabatini 472e12f510 Implement ffserver.c:report_config_error() and a macro for logging 15 years ago
Stefano Sabatini 6675a5bf73 Statically initialize ffserver.c:config_filename, simplify. 15 years ago
Luca Barbato bacde6466c Make ffserver support rfc3550 15 years ago
Benjamin Larsson 58f48adb51 Add DynamicACL support for FFserver. 15 years ago
Ronald S. Bultje d9521cb119 Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is that 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Martin Storsjö 2626308abb Actually parse the auth headers in RTSP 15 years ago
Måns Rullgård 22f73dccad Move resolve_host() to ffserver.c 15 years ago
Martin Storsjö c5c6e67c28 Rename url_split to ff_url_split 15 years ago
Måns Rullgård ffabdaa14a ffserver: remove bogus comment 15 years ago
Måns Rullgård 6580d5e377 Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 15 years ago
Måns Rullgård acd0026c0b ffserver: do not use intreadwrite.h 15 years ago
Måns Rullgård fd7bec5e3c ffserver: use av_stristr() 15 years ago
Ronald S. Bultje 19c8c4ecf4 Update to work with chunked encoding HTTP streams (as served by FFmpeg since 15 years ago
Ronald S. Bultje 3307e6ea86 Prefix non-static RTSP functions with ff_. 15 years ago
Diego Biurrun 7f6a384a4f Mark http_log() as static; it is only used in this file. 15 years ago
Stefano Sabatini aa13b573b4 Use av_match_ext() in place of the deprecated match_ext() function. 15 years ago
Stefano Sabatini 0f52ef1a00 Use av_guess_format() in place of the deprecated guess_format(). 15 years ago
Stefano Sabatini 1642ee4337 Deprecate and mark for deletion the function guess_stream_format(), 15 years ago
Stefano Sabatini 992f8eaee7 Factorize common commandline options definition. 15 years ago
Michael Niedermayer 8447f0bd74 Split show_formats(). 15 years ago
Stefano Sabatini 43d160fd00 Prefer "loglevel" over "logging level number or string" as argname of 15 years ago
Diego Biurrun a392f82a3a Remove disabled code cruft. 15 years ago
Stefano Sabatini 7087a0f525 Add a -loglevel command line option to ffserver. 15 years ago
Benjamin Larsson c64c0a9b76 Move get_arg to avoid future declaration of function when 15 years ago
Diego Biurrun 5e567aae48 Consistently lowercase all HTML tags. 16 years ago