OSDN Git Service

rtp: remove disabled code
[coroid/libav_saccubus.git] / ffserver.c
2011-07-14 Mike Williamsffserver: Replace two loops with one loop.
2011-07-13 Diego BiurrunReplace some gotos that lead to single return statement...
2011-07-10 Anton Khirnovlavc: make avcodec_alloc_context3 officially public.
2011-07-10 Anton Khirnovlavc: introduce avcodec_open2() as a replacement for...
2011-07-06 Chris Wilsonffserver: remove unused variable.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-16 Anton Khirnovffserver: use new avformat_open_* API.
2011-06-16 Anton KhirnovAVOptions: add av_opt_find() as a replacement for av_fi...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-05-26 Mike Williamsffserver: move close_connection() call to avoid a tempo...
2011-05-26 Mike Williamsffserver: Fix a null pointer dereference as a result...
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-04-23 Diego BiurrunLowercase all ff* program names.
2011-04-23 Diego BiurrunReplace more FFmpeg instances by Libav or ffmpeg.
2011-04-19 Stefano Sabatiniprefer avio_check() over url_exist()
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-04-19 Anton Khirnovlavf: remove FF_API_MAX_STREAMS cruft
2011-04-08 Anton Khirnovlavf: get rid of ffm-specific stuff in avformat.h
2011-04-08 Anton Khirnovlavf: rename avf_sdp_create to av_sdp_create.
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-03 Anton Khirnovavio: make url_open_dyn_packet_buf internal.
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: deprecate url_open_buf
2011-03-17 Anton Khirnovavio: avio_ prefix for url_fprintf
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-23 Martin Storsjölibavformat: Remove FF_NETERRNO()
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-17 Martin Storsjöffserver: Try matching the RTSP url without a trailing...
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-16 Anton KhirnovReplace remaining uses of parse_date with av_parse_time.
2011-02-16 Nicolas Georgeffserver: set the sample aspect ratio
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
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...
next