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