Commit History

Author SHA1 Message Date
  Mans Rullgard efa6ce9982 ffserver: put gcc attribute under proper ifdef 14 years ago
  Reinhard Tartler 305ca590cf ffserver: cleanup 13 years ago
  Luca Barbato 2a12706710 Unbreak ffserver 13 years ago
  Martin Storsjö 77223c5388 rtsp: Pass the method name to ff_rtsp_parse_line 13 years ago
  Stefano Sabatini 6e872935db Implement get_preset_file() in cmdutils.h and use it to factorize code 14 years ago
  Aurelien Jacobs aff8810172 ffserver: use a local MAX_STREAMS limit 14 years ago
  Aurelien Jacobs 9389b925f1 ffserver: fix prepare_sdp_description() to dynamically allocate streams 14 years ago
  Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 14 years ago
  Howard Chu 0aee2a57c8 Also use 503 for bandwidth limit exceeded 14 years ago
  Howard Chu 2a22187f39 Fix "server too busy" status code 14 years ago
  Måns Rullgård f3bfe388b5 Make ff_url_split() public 14 years ago
  Martin Storsjö 5634f30c4a ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContext 14 years ago
  Howard Chu d9aac26761 When reading a stream, should retry on EAGAIN instead of just failing. Also, 14 years ago
  Howard Chu 8190f62f9b Support presets in ffserver.conf 14 years ago
  Martin Storsjö f475f35fdd ffserver: Calculate cur_pts using first_pts as origin instead of ist->start_time 14 years ago
  Martin Storsjö 3b963552bc ffserver: Allow floating point audio bit rates 14 years ago
  Martin Storsjö 577ee94871 ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requests 14 years ago
  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. 14 years ago
  Stefano Sabatini aa13b573b4 Use av_match_ext() in place of the deprecated match_ext() function. 14 years ago
  Stefano Sabatini 0f52ef1a00 Use av_guess_format() in place of the deprecated guess_format(). 14 years ago
  Stefano Sabatini 1642ee4337 Deprecate and mark for deletion the function guess_stream_format(), 14 years ago