May 29, 2010
View 1f1d2fa

ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requests

Reinhard Tartler authored on 2010/05/29 23:41:26
View 2a546ce

backport latest ffserver fixes like memory leaks and invalid reads

Reinhard Tartler authored on 2010/05/29 23:40:31
May 22, 2010
View fcaba83

ffserver: Make sure a destination URL is set when creating the SDP

Reinhard Tartler authored on 2010/05/22 03:49:32
April 25, 2010
View 2ef6c12

Mark av_metadata_set() as deprecated, and use av_metadata_set2() in its place.

Stefano Sabatini authored on 2010/04/25 23:27:42
April 24, 2010
View 472e12f

Implement ffserver.c:report_config_error() and a macro for logging error messages / updating the error count.

Stefano Sabatini authored on 2010/04/24 19:39:28
View 6675a5b

Statically initialize ffserver.c:config_filename, simplify.

Stefano Sabatini authored on 2010/04/24 19:39:25
April 19, 2010
View bacde64

Make ffserver support rfc3550

Luca Barbato authored on 2010/04/19 20:42:02
April 8, 2010
View 58f48ad

Add DynamicACL support for FFserver.

Benjamin Larsson authored on 2010/04/08 05:06:02
April 1, 2010
View d9521cb

Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is that we'd memset() the codec context to zero, thereby setting audio input to U8 and video to YUV420P. For most video encoders, that actually works, but for most audio codecs, it doesn't. This patch changes defaults to those set by avcodec_context_get_defaults() and have ffmpeg figure out the optimal encoding format itself if not set explicitely (as it does for the non-ffserver-cases also).

Ronald S. Bultje authored on 2010/04/01 06:02:34
March 31, 2010
View cc947f0

Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.

Jean-Daniel Dupas authored on 2010/03/31 21:29:58
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
March 26, 2010
View 2626308

Actually parse the auth headers in RTSP

Martin Storsjö authored on 2010/03/26 06:48:58
March 9, 2010
View 22f73dc

Move resolve_host() to ffserver.c

Måns Rullgård authored on 2010/03/09 03:43:27
March 8, 2010
View c5c6e67

Rename url_split to ff_url_split

Martin Storsjö authored on 2010/03/08 18:03:25
View ffabdaa

ffserver: remove bogus comment

Måns Rullgård authored on 2010/03/08 09:26:54