Commit History

Author SHA1 Message Date
  Martin Storsjö 111c935980 ffserver: Fix one of the codec parameter checks 14 years ago
  Martin Storsjö a5ba4cedf2 ffserver: Fix streaming with more than one stream 14 years ago
  Howard Chu e175b55edf ffserver: Fix extradata handling 14 years ago
  Martin Storsjö c966c91279 ffserver: Fix an out of bounds read 14 years ago
  Martin Storsjö 9cc9a15510 ffserver: Fix another memory leak 14 years ago
  Howard Chu ea4f8aabab ffserver: Plug some memory leaks 14 years ago
  Martin Storsjö 576fb48e6d Make ff_random_get_seed public, rename to av_get_random_seed, export the header 14 years ago
  Howard Chu 686d6f4022 ffserver: Avoid busylooping while reading non-blocking input 14 years ago
  Martin Storsjö 90c9210028 Cosmetics: reindent 14 years ago
  Howard Chu 1bf5228eb6 ffserver: Don't set me_method unconditionally 14 years ago
  Howard Chu 0156fcf252 ffserver: Write proper GMT date/times in Date headers 14 years ago
  Martin Storsjö 43d09fafd4 ffserver: Make sure a destination URL is set when creating the SDP 14 years ago
  Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 14 years ago
  Stefano Sabatini 472e12f510 Implement ffserver.c:report_config_error() and a macro for logging 14 years ago
  Stefano Sabatini 6675a5bf73 Statically initialize ffserver.c:config_filename, simplify. 14 years ago
  Luca Barbato bacde6466c Make ffserver support rfc3550 14 years ago
  Benjamin Larsson 58f48adb51 Add DynamicACL support for FFserver. 14 years ago
  Ronald S. Bultje d9521cb119 Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is that 14 years ago
  Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 14 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 14 years ago
  Martin Storsjö 2626308abb Actually parse the auth headers in RTSP 14 years ago
  Måns Rullgård 22f73dccad Move resolve_host() to ffserver.c 14 years ago
  Martin Storsjö c5c6e67c28 Rename url_split to ff_url_split 14 years ago
  Måns Rullgård ffabdaa14a ffserver: remove bogus comment 14 years ago
  Måns Rullgård 6580d5e377 Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps 14 years ago
  Måns Rullgård acd0026c0b ffserver: do not use intreadwrite.h 14 years ago
  Måns Rullgård fd7bec5e3c ffserver: use av_stristr() 14 years ago
  Ronald S. Bultje 19c8c4ecf4 Update to work with chunked encoding HTTP streams (as served by FFmpeg since 14 years ago
  Ronald S. Bultje 3307e6ea86 Prefix non-static RTSP functions with ff_. 14 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. 15 years ago
  Baptiste Coudurier 64159a588b check if feed max file size is too small 15 years ago
  Baptiste Coudurier 1f611549e2 cosmetics, reindent and remove empty line 15 years ago
  Baptiste Coudurier 861ec13aae new Truncate option which will make feeder truncate feed file 15 years ago
  Baptiste Coudurier 85fe4ae0d0 do not call av_find_stream_info if stream is ffm, should fix stalling 15 years ago
  Baptiste Coudurier 0bdd8b858f send busy reply if max connections number is exceeded 15 years ago
  Baptiste Coudurier 7e24aa0c13 adjust write index if not set 15 years ago
  Baptiste Coudurier 20f93c3ccf check av_find_stream_info return value 15 years ago
  Baptiste Coudurier 77553ae360 uniformize log messages and add some more 15 years ago
  Baptiste Coudurier 042819c520 use lfg and ff_random_get_seed instead of deprecated av_random 15 years ago
  Baptiste Coudurier 637af098fd check if feed and stream already exist before registering new one 15 years ago