summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-09
|\
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-03
|\|
| * Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun2011-06-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\|
| * ffserver: move close_connection() call to avoid a temporary string and copy.Mike Williams2011-05-26
| * ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams2011-05-26
* | ffserver: dont just crashMike William2011-05-21
* | fix ffserver's SIGSEGVMaksym Veremeyenko2011-05-21
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * Lowercase all ff* program names.Diego Biurrun2011-04-23
| * Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun2011-04-23
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * prefer avio_check() over url_exist()Stefano Sabatini2011-04-19
| * avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
| * lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-19
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-09
|\|
| * lavf: get rid of ffm-specific stuff in avformat.hAnton Khirnov2011-04-08
| * lavf: rename avf_sdp_create to av_sdp_create.Anton Khirnov2011-04-08
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-08
|\|
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * avio: make url_open_dyn_packet_buf internal.Anton Khirnov2011-04-03
| * avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
| * avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* avio: deprecate url_open_bufAnton Khirnov2011-03-16
* avio: avio_ prefix for url_fprintfAnton Khirnov2011-03-16
* avio: rename url_fopen/fclose -> avio_open/close.Anton Khirnov2011-02-23
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* ffserver: Try matching the RTSP url without a trailing slashMartin Storsjö2011-02-17
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
* Replace remaining uses of parse_date with av_parse_time.Anton Khirnov2011-02-16
* ffserver: set the sample aspect ratioNicolas George2011-02-17
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* ffserver: put gcc attribute under proper ifdefMans Rullgard2011-01-24
* ffserver: cleanupReinhard Tartler2011-01-23
* Unbreak ffserverLuca Barbato2011-01-07
* rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö2011-01-02
* Implement get_preset_file() in cmdutils.h and use it to factorize codeStefano Sabatini2010-11-04
* ffserver: use a local MAX_STREAMS limitAurelien Jacobs2010-10-15
* ffserver: fix prepare_sdp_description() to dynamically allocate streamsAurelien Jacobs2010-10-15