Age | Commit message (Expand) | Author |
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 |
2010-03-06 | ffserver: use av_stristr() | Måns Rullgård |
2010-03-03 | Update to work with chunked encoding HTTP streams (as served by FFmpeg since | Ronald S. Bultje |
2010-02-23 | Prefix non-static RTSP functions with ff_. | Ronald S. Bultje |
2010-01-04 | Mark http_log() as static; it is only used in this file. | Diego Biurrun |
2010-01-01 | Use av_match_ext() in place of the deprecated match_ext() function. | Stefano Sabatini |
2010-01-01 | Use av_guess_format() in place of the deprecated guess_format(). | Stefano Sabatini |
2009-12-31 | Deprecate and mark for deletion the function guess_stream_format(), | Stefano Sabatini |
2009-11-29 | Factorize common commandline options definition. | Stefano Sabatini |
2009-11-19 | Split show_formats(). | Michael Niedermayer |
2009-10-02 | Prefer "loglevel" over "logging level number or string" as argname of | Stefano Sabatini |
2009-09-29 | Remove disabled code cruft. | Diego Biurrun |
2009-09-26 | Add a -loglevel command line option to ffserver. | Stefano Sabatini |
2009-09-10 | Move get_arg to avoid future declaration of function when | Benjamin Larsson |
2009-07-19 | Consistently lowercase all HTML tags. | Diego Biurrun |
2009-03-21 | check if feed max file size is too small | Baptiste Coudurier |
2009-03-21 | cosmetics, reindent and remove empty line | Baptiste Coudurier |
2009-03-21 | new Truncate option which will make feeder truncate feed file | Baptiste Coudurier |
2009-03-21 | do not call av_find_stream_info if stream is ffm, should fix stalling | Baptiste Coudurier |
2009-03-21 | send busy reply if max connections number is exceeded | Baptiste Coudurier |
2009-03-21 | adjust write index if not set | Baptiste Coudurier |
2009-03-20 | check av_find_stream_info return value | Baptiste Coudurier |
2009-03-20 | uniformize log messages and add some more | Baptiste Coudurier |
2009-03-20 | use lfg and ff_random_get_seed instead of deprecated av_random | Baptiste Coudurier |
2009-03-20 | check if feed and stream already exist before registering new one | Baptiste Coudurier |
2009-03-08 | Bump major version of libavutil due to FIFO fixes. | Michael Niedermayer |
2009-03-01 | convert ffserver to new metadata API | Aurelien Jacobs |
2009-02-22 | add bandwidth before failing if feed is already being received | Baptiste Coudurier |
2009-02-22 | do not set error if an unknown parameter is in config file, just skip | Baptiste Coudurier |
2009-02-21 | Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the | Ronald S. Bultje |
2009-02-21 | Change sizeof(struct_type) to sizeof(variable). | Ronald S. Bultje |
2009-02-12 | Check return value of ffm_write_write_index and ffm_read_write_index. | Patrik Kullman |
2009-02-08 | Replace the calls to the deprecated av_alloc_format_context() with | Stefano Sabatini |
2009-02-06 | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni |
2009-02-05 | Delete an enum and a function typedef that aren't used anywhere, and | Ronald S. Bultje |
2009-01-30 | Add 'void' keyword to parameterless function declaration. | Diego Biurrun |
2009-01-18 | Replace calls to the deprecated function av_init_random() with | Stefano Sabatini |
2009-01-17 | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2009-01-13 | Include libavformat/avformat.h before all the other libav* headers. | Stefano Sabatini |
2009-01-09 | initialize AVFormatContext before calling av_write_header() | Aurelien Jacobs |
2008-12-30 | Silence two icc warnings: | Carl Eugen Hoyos |
2008-12-19 | Cosmetics, change variable name "o2" to "o" in ffserver_opt_default(). | Stefano Sabatini |