summaryrefslogtreecommitdiff
path: root/ffserver.c
Commit message (Expand)AuthorAge
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
* print codec parameters for audio tooAlex Beregszaszi2007-03-09
* disconnect new feeder if feed is already being receivedAlex Beregszaszi2007-03-06
* redirect http get requests of / to index.html (note, the http_parse_request m...Alex Beregszaszi2007-02-24
* store internal timestamps in int64_t instead longAlex Beregszaszi2007-02-24
* rescale pts/dts for output formatAlex Beregszaszi2007-02-24
* return error if av_write_header failed (it fails on some containers when code...Alex Beregszaszi2007-02-24
* disconnect client if trailer is sentAlex Beregszaszi2007-02-24
* if feeder is disconnected, clear the feed registration, thus a new feeder can...Alex Beregszaszi2007-02-22
* codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi2007-02-22
* change write/read to send/recv on socket operationsAlex Beregszaszi2007-02-22
* change close() to closesocket() on sockets (compatible with libavformat)Alex Beregszaszi2007-02-22
* remove gettime_ms and use av_gettime instead of itAlex Beregszaszi2007-02-21
* use av_random instead random/srandomAlex Beregszaszi2007-02-21
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-15
* rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård2006-11-14
* rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård2006-11-13
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update copyright year and mention other copyright holders.Diego Biurrun2006-10-01
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Use Subversion revision for FFMPEG_VERSION.Diego Biurrun2006-06-20
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Update ffserver regression tests:Aurelien Jacobs2006-03-09
* make those nasty variables static, also fix a html bugAlex Beregszaszi2006-02-21
* remove unused function get_longterm_datarate()Måns Rullgård2006-02-02
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* support for unlimited feed sizeAlex Beregszaszi2005-11-13
* debug the launch commandline and new connectionsAlex Beregszaszi2005-11-13
* Make Launch more appropriate with support for full paths for the ffmpeg binaryAlex Beregszaszi2005-11-13
* Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a po...Alex Beregszaszi2005-11-13
* 10l, dont make bandwidth statistics negative when feed stops being sent (it w...Alex Beregszaszi2005-10-14
* ffserver segfault & other fatal failure fixesMichael Niedermayer2005-07-18
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* Turn on the seeking support for ffm streams. Now means that streams arePhilip Gladstone2005-05-07
* Fill out some mandatory fields in the Codec structure. Also add fields inPhilip Gladstone2005-05-06
* switch to native time basesMichael Niedermayer2005-04-30
* ffserver now runs again (sort of).Philip Gladstone2005-01-03
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek2004-08-12
* min rate should be 0 by defaultMichael Niedermayer2004-07-28
* ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer2004-07-25
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* * making it possible to specify recording date and time in a streamRoman Shaposhnik2004-04-06
* warning patrolFalk Hüffner2004-03-24
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* VideoBufferSize option patch by ("Henning Haaland Kulander" <hennikul at ifi ...Henning Haaland Kulander2004-02-05
* Changed a bunch of calls to sprintf to snprintf to protect against bufferPhilip Gladstone2003-11-19