aboutsummaryrefslogtreecommitdiff
path: root/ffserver.c
AgeCommit message (Collapse)Author
2007-03-12Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris
which use av_log() for logging instead of fprintf(). Originally committed as revision 8339 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-09print codec parameters for audio tooAlex Beregszaszi
Originally committed as revision 8303 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-06disconnect new feeder if feed is already being receivedAlex Beregszaszi
Originally committed as revision 8271 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24redirect http get requests of / to index.html (note, the http_parse_request ↵Alex Beregszaszi
may worth a rewrite) Originally committed as revision 8113 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24store internal timestamps in int64_t instead longAlex Beregszaszi
Originally committed as revision 8112 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24rescale pts/dts for output formatAlex Beregszaszi
Originally committed as revision 8111 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24return error if av_write_header failed (it fails on some containers when ↵Alex Beregszaszi
codec is not supported) Originally committed as revision 8110 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-24disconnect client if trailer is sentAlex Beregszaszi
Originally committed as revision 8109 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22if feeder is disconnected, clear the feed registration, thus a new feeder ↵Alex Beregszaszi
can connect Originally committed as revision 8072 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi
Originally committed as revision 8071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22change write/read to send/recv on socket operationsAlex Beregszaszi
Originally committed as revision 8069 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-22change close() to closesocket() on sockets (compatible with libavformat)Alex Beregszaszi
Originally committed as revision 8068 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-21remove gettime_ms and use av_gettime instead of itAlex Beregszaszi
Originally committed as revision 8052 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-21use av_random instead random/srandomAlex Beregszaszi
Originally committed as revision 8051 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-15poll() emulation for BeOS, and maybe MinGW.François Revol
Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård
Originally committed as revision 7078 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård
Originally committed as revision 7018 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-01Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-01Update copyright year and mention other copyright holders.Diego Biurrun
Originally committed as revision 6408 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-09give AVInput/OutputFormat structs consistent namesMåns Rullgård
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-20Use Subversion revision for FFMPEG_VERSION.Diego Biurrun
based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-09Update ffserver regression tests:Aurelien Jacobs
- really produce readable files (instead of 0 byte files or headers only) - use bitexact, fastint dct, simple idct and qscale - gives consistent results across several archs - still fails on altivec ppc Originally committed as revision 5129 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-21make those nasty variables static, also fix a html bugAlex Beregszaszi
Originally committed as revision 5044 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-02remove unused function get_longterm_datarate()Måns Rullgård
Originally committed as revision 4928 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-13support for unlimited feed sizeAlex Beregszaszi
Originally committed as revision 4697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-13debug the launch commandline and new connectionsAlex Beregszaszi
Originally committed as revision 4695 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-13Make Launch more appropriate with support for full paths for the ffmpeg binaryAlex Beregszaszi
Originally committed as revision 4693 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-13Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a ↵Alex Beregszaszi
possible buffer overflow Originally committed as revision 4692 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-10-1410l, dont make bandwidth statistics negative when feed stops being sent (it ↵Alex Beregszaszi
was decreased every time feed sending was aborted) Originally committed as revision 4642 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-18ffserver segfault & other fatal failure fixesMichael Niedermayer
Originally committed as revision 4454 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-17changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-07Turn on the seeking support for ffm streams. Now means that streams arePhilip Gladstone
played from the current time rahter than from the beginning Originally committed as revision 4194 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-06Fill out some mandatory fields in the Codec structure. Also add fields inPhilip Gladstone
the configuration to allow you to set Debug and Strict values. Originally committed as revision 4185 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-04-30switch to native time basesMichael Niedermayer
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-03ffserver now runs again (sort of).Philip Gladstone
* In the test cases, the swf, asf, jpg file formats all work * The avi case doesn't play in winamp. I suspect that the duration field of zero confuses it * The RM doesn't play. This always was pretty flaky. Originally committed as revision 3795 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-08-12HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz ↵Petr Doubek
dot ch>) tested and submitted by (Torsten Spindler <spindler at hbt dot arch dot ethz dot ch>) Originally committed as revision 3381 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-28min rate should be 0 by defaultMichael Niedermayer
Originally committed as revision 3362 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-25ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer
Originally committed as revision 3340 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-06 * making it possible to specify recording date and time in a streamRoman Shaposhnik
Originally committed as revision 2971 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-24warning patrolFalk Hüffner
Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-02-05VideoBufferSize option patch by ("Henning Haaland Kulander" <hennikul at ifi ↵Henning Haaland Kulander
dot uio dot no>) Originally committed as revision 2749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-19Changed a bunch of calls to sprintf to snprintf to protect against bufferPhilip Gladstone
overflows. Fix streaming from non-streaming ffm files. It turned out that you always got 'index & id do not match' errors. Add some more error detection on getting FFM feeds Originally committed as revision 2523 to svn://svn.ffmpeg.org/ffmpeg/trunk