index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ffserver.c
Age
Commit message (
Expand
)
Author
2011-02-21
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-17
ffserver: Try matching the RTSP url without a trailing slash
Martin Storsjö
2011-02-17
Move find_info_tag to lavu and add av_ prefix to it
Anton Khirnov
2011-02-16
Replace remaining uses of parse_date with av_parse_time.
Anton Khirnov
2011-02-17
ffserver: set the sample aspect ratio
Nicolas George
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-01-24
ffserver: put gcc attribute under proper ifdef
Mans Rullgard
2011-01-23
ffserver: cleanup
Reinhard Tartler
2011-01-07
Unbreak ffserver
Luca Barbato
2011-01-02
rtsp: Pass the method name to ff_rtsp_parse_line
Martin Storsjö
2010-11-04
Implement get_preset_file() in cmdutils.h and use it to factorize code
Stefano Sabatini
2010-10-15
ffserver: use a local MAX_STREAMS limit
Aurelien Jacobs
2010-10-15
ffserver: fix prepare_sdp_description() to dynamically allocate streams
Aurelien Jacobs
2010-07-26
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate()
Stefano Sabatini
2010-07-08
Also use 503 for bandwidth limit exceeded
Howard Chu
2010-07-08
Fix "server too busy" status code
Howard Chu
2010-06-27
Make ff_url_split() public
Måns Rullgård
2010-06-22
ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContext
Martin Storsjö
2010-06-16
When reading a stream, should retry on EAGAIN instead of just failing. Also,
Howard Chu
2010-06-08
Support presets in ffserver.conf
Howard Chu
2010-06-03
ffserver: Calculate cur_pts using first_pts as origin instead of ist->start_time
Martin Storsjö
2010-06-02
ffserver: Allow floating point audio bit rates
Martin Storsjö
2010-05-25
ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requests
Martin Storsjö
2010-05-24
ffserver: Fix one of the codec parameter checks
Martin Storsjö
2010-05-24
ffserver: Fix streaming with more than one stream
Martin Storsjö
2010-05-24
ffserver: Fix extradata handling
Howard Chu
2010-05-24
ffserver: Fix an out of bounds read
Martin Storsjö
2010-05-24
ffserver: Fix another memory leak
Martin Storsjö
2010-05-24
ffserver: Plug some memory leaks
Howard Chu
2010-05-23
Make ff_random_get_seed public, rename to av_get_random_seed, export the header
Martin Storsjö
2010-05-21
ffserver: Avoid busylooping while reading non-blocking input
Howard Chu
2010-05-18
Cosmetics: reindent
Martin Storsjö
2010-05-18
ffserver: Don't set me_method unconditionally
Howard Chu
2010-05-18
ffserver: Write proper GMT date/times in Date headers
Howard Chu
2010-05-17
ffserver: Make sure a destination URL is set when creating the SDP
Martin Storsjö
2010-04-25
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
Stefano Sabatini
2010-04-24
Implement ffserver.c:report_config_error() and a macro for logging
Stefano Sabatini
2010-04-24
Statically initialize ffserver.c:config_filename, simplify.
Stefano Sabatini
2010-04-19
Make ffserver support rfc3550
Luca Barbato
2010-04-07
Add DynamicACL support for FFserver.
Benjamin Larsson
2010-03-31
Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is that
Ronald S. Bultje
2010-03-31
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-25
Actually parse the auth headers in RTSP
Martin Storsjö
2010-03-08
Move resolve_host() to ffserver.c
Måns Rullgård
2010-03-08
Rename url_split to ff_url_split
Martin Storsjö
2010-03-08
ffserver: remove bogus comment
Måns Rullgård
2010-03-07
Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps
Måns Rullgård
2010-03-07
ffserver: do not use intreadwrite.h
Måns Rullgård
[next]