OSDN Git Service

mov: add support for little-endian utf16 chapter names
[android-x86/external-ffmpeg.git] / ffserver.c
2011-01-24 Mans Rullgardffserver: put gcc attribute under proper ifdef
2011-01-23 Reinhard Tartlerffserver: cleanup
2011-01-07 Luca BarbatoUnbreak ffserver
2011-01-02 Martin Storsjörtsp: Pass the method name to ff_rtsp_parse_line
2010-11-04 Stefano SabatiniImplement get_preset_file() in cmdutils.h and use it...
2010-10-15 Aurelien Jacobsffserver: use a local MAX_STREAMS limit
2010-10-15 Aurelien Jacobsffserver: fix prepare_sdp_description() to dynamically...
2010-07-26 Stefano SabatiniDeprecate av_parse_video_frame_size() and av_parse_vide...
2010-07-08 Howard ChuAlso use 503 for bandwidth limit exceeded
2010-07-08 Howard ChuFix "server too busy" status code
2010-06-27 Måns RullgårdMake ff_url_split() public
2010-06-22 Martin Storsjöffserver: Use avcodec_copy_context instead of manually...
2010-06-16 Howard ChuWhen reading a stream, should retry on EAGAIN instead...
2010-06-08 Howard ChuSupport presets in ffserver.conf
2010-06-03 Martin Storsjöffserver: Calculate cur_pts using first_pts as origin...
2010-06-02 Martin Storsjöffserver: Allow floating point audio bit rates
2010-05-25 Martin Storsjöffserver: Send a Content-Base header in the reply to...
2010-05-24 Martin Storsjöffserver: Fix one of the codec parameter checks
2010-05-24 Martin Storsjöffserver: Fix streaming with more than one stream
2010-05-24 Howard Chuffserver: Fix extradata handling
2010-05-24 Martin Storsjöffserver: Fix an out of bounds read
2010-05-24 Martin Storsjöffserver: Fix another memory leak
2010-05-24 Howard Chuffserver: Plug some memory leaks
2010-05-23 Martin StorsjöMake ff_random_get_seed public, rename to av_get_random...
2010-05-21 Howard Chuffserver: Avoid busylooping while reading non-blocking...
2010-05-18 Martin StorsjöCosmetics: reindent
2010-05-18 Howard Chuffserver: Don't set me_method unconditionally
2010-05-18 Howard Chuffserver: Write proper GMT date/times in Date headers
2010-05-17 Martin Storsjöffserver: Make sure a destination URL is set when creat...
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-24 Stefano SabatiniImplement ffserver.c:report_config_error() and a macro...
2010-04-24 Stefano SabatiniStatically initialize ffserver.c:config_filename, simplify.
2010-04-19 Luca BarbatoMake ffserver support rfc3550
2010-04-07 Benjamin LarssonAdd DynamicACL support for FFserver.
2010-03-31 Ronald S. BultjeFix FFM-based streaming from ffmpeg to ffserver. The...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-25 Martin StorsjöActually parse the auth headers in RTSP
2010-03-08 Måns RullgårdMove resolve_host() to ffserver.c
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-08 Måns Rullgårdffserver: remove bogus comment
2010-03-07 Måns RullgårdRemove hacks not required since HAVE_AV_CONFIG_H was...
2010-03-07 Måns Rullgårdffserver: do not use intreadwrite.h
2010-03-06 Måns Rullgårdffserver: use av_stristr()
2010-03-03 Ronald S. BultjeUpdate to work with chunked encoding HTTP streams ...
2010-02-23 Ronald S. BultjePrefix non-static RTSP functions with ff_.
2010-01-04 Diego BiurrunMark http_log() as static; it is only used in this...
2010-01-01 Stefano SabatiniUse av_match_ext() in place of the deprecated match_ext...
2010-01-01 Stefano SabatiniUse av_guess_format() in place of the deprecated guess_...
2009-12-31 Stefano SabatiniDeprecate and mark for deletion the function guess_stre...
2009-11-29 Stefano SabatiniFactorize common commandline options definition.
2009-11-19 Michael NiedermayerSplit show_formats().
2009-10-02 Stefano SabatiniPrefer "loglevel" over "logging level number or string...
2009-09-29 Diego BiurrunRemove disabled code cruft.
2009-09-26 Stefano SabatiniAdd a -loglevel command line option to ffserver.
2009-09-10 Benjamin LarssonMove get_arg to avoid future declaration of function...
2009-07-19 Diego BiurrunConsistently lowercase all HTML tags.
2009-03-21 Baptiste Couduriercheck if feed max file size is too small
2009-03-21 Baptiste Couduriercosmetics, reindent and remove empty line
2009-03-21 Baptiste Couduriernew Truncate option which will make feeder truncate...
2009-03-21 Baptiste Coudurierdo not call av_find_stream_info if stream is ffm, shoul...
2009-03-21 Baptiste Couduriersend busy reply if max connections number is exceeded
2009-03-21 Baptiste Coudurieradjust write index if not set
2009-03-20 Baptiste Couduriercheck av_find_stream_info return value
2009-03-20 Baptiste Coudurieruniformize log messages and add some more
2009-03-20 Baptiste Coudurieruse lfg and ff_random_get_seed instead of deprecated...
2009-03-20 Baptiste Couduriercheck if feed and stream already exist before registeri...
2009-03-08 Michael NiedermayerBump major version of libavutil due to FIFO fixes.
2009-03-01 Aurelien Jacobsconvert ffserver to new metadata API
2009-02-22 Baptiste Coudurieradd bandwidth before failing if feed is already being...
2009-02-22 Baptiste Coudurierdo not set error if an unknown parameter is in config...
2009-02-21 Ronald S. BultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-21 Ronald S. BultjeChange sizeof(struct_type) to sizeof(variable).
2009-02-12 Patrik KullmanCheck return value of ffm_write_write_index and ffm_rea...
2009-02-08 Stefano SabatiniReplace the calls to the deprecated av_alloc_format_con...
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-05 Ronald S. BultjeDelete an enum and a function typedef that aren't used...
2009-01-30 Diego BiurrunAdd 'void' keyword to parameterless function declaration.
2009-01-18 Stefano SabatiniReplace calls to the deprecated function av_init_random...
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 Stefano SabatiniInclude libavformat/avformat.h before all the other...
2009-01-09 Aurelien Jacobsinitialize AVFormatContext before calling av_write_header()
2008-12-30 Carl Eugen HoyosSilence two icc warnings:
2008-12-19 Stefano SabatiniCosmetics, change variable name "o2" to "o" in ffserver...
2008-12-19 Stefano SabatiniRemove calls to deprecated av_set_string2() with calls to
2008-11-29 Stefano Sabatinis/FFserver/ffserver/ in the help message invocation...
2008-10-25 Baptiste Couduriercosmetics: ffserver -> FFserver
2008-10-25 Baptiste Couduriercosmetics, indentation
2008-10-25 Baptiste Couduriercheck if stream is set, fix potential segv
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-01 Baptiste Couduriercosmetics, remove useless spaces
2008-09-30 Ronald S. BultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-09-29 Diego PettenòRemove some format string warnings.
2008-09-28 Michael NiedermayerRename opt_default() so it will not conflict with the...
2008-09-24 Baptiste Coudurieronly write trailer when state says so, should fix issue...
2008-09-07 Baptiste Coudurieradd missing html start tag to ffserver status html...
2008-09-07 Baptiste Couduriercleanup, merge snprintf calls
2008-09-07 Baptiste Coudurier100l, compute correctly poll_table size when allocating
2008-09-03 Stefano SabatiniMake the nb_max_connections and nb_connections int...
next