January 23, 2011
View 305ca59

ffserver: cleanup

Reinhard Tartler authored on 2011/01/23 16:53:40
January 8, 2011
View 2a12706

Unbreak ffserver

Luca Barbato authored on 2011/01/08 03:48:45
January 2, 2011
View 77223c5

rtsp: Pass the method name to ff_rtsp_parse_line

Martin Storsjö authored on 2011/01/02 19:10:12
November 5, 2010
View 6e87293

Implement get_preset_file() in cmdutils.h and use it to factorize code from ffmpeg.c and ffserver.c.

Stefano Sabatini authored on 2010/11/05 08:07:04
October 17, 2010
View efa6ce9

ffserver: put gcc attribute under proper ifdef

Mans Rullgard authored on 2010/10/17 04:56:32
October 16, 2010
View aff8810

ffserver: use a local MAX_STREAMS limit

Aurelien Jacobs authored on 2010/10/16 04:09:54
View 9389b92

ffserver: fix prepare_sdp_description() to dynamically allocate streams

Aurelien Jacobs authored on 2010/10/16 04:09:05
July 27, 2010
View 126b638

Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() in favor of the newly added corresponding functions av_parse_video_size() and av_parse_video_rate() defined in libavcore/parseutils.h.

Stefano Sabatini authored on 2010/07/27 08:12:28
July 8, 2010
View 0aee2a5

Also use 503 for bandwidth limit exceeded

Howard Chu authored on 2010/07/08 18:21:24
View 2a22187

Fix "server too busy" status code

Howard Chu authored on 2010/07/08 17:59:53
June 27, 2010
View f3bfe38

Make ff_url_split() public

Måns Rullgård authored on 2010/06/27 23:16:46
June 22, 2010
View 5634f30

ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContext

Martin Storsjö authored on 2010/06/22 15:45:05
June 16, 2010
View d9aac26

When reading a stream, should retry on EAGAIN instead of just failing. Also, when reading a live feed, should retry regardless of whether any client has opened the stream.

Howard Chu authored on 2010/06/16 10:12:26
June 8, 2010
View 8190f62

Support presets in ffserver.conf

Howard Chu authored on 2010/06/08 18:55:30
June 4, 2010
View f475f35

ffserver: Calculate cur_pts using first_pts as origin instead of ist->start_time

Martin Storsjö authored on 2010/06/04 05:58:22