Commit History

Author SHA1 Message Date
  Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 13 years ago
  Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 13 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 13 years ago
  Anton Khirnov 83fddaeb81 avio: deprecate url_open_buf 13 years ago
  Anton Khirnov d9d86e00b2 avio: avio_ prefix for url_fprintf 13 years ago
  Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 13 years ago
  Martin Storsjö 28c4741a66 libavformat: Remove FF_NETERRNO() 13 years ago
  Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 13 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 13 years ago
  Martin Storsjö c2ca851b23 ffserver: Try matching the RTSP url without a trailing slash 13 years ago
  Anton Khirnov ab0287fcbd Move find_info_tag to lavu and add av_ prefix to it 13 years ago
  Anton Khirnov 9fcae9735e Replace remaining uses of parse_date with av_parse_time. 13 years ago
  Nicolas George 6741f7c9be ffserver: set the sample aspect ratio 13 years ago
  Reinhard Tartler 737eb5976f Merge libavcore into libavutil 13 years ago
  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