Age | Commit message (Expand) | Author |
2007-03-31 | Fix warning: | Stanislav Brabec |
2007-03-31 | fix x-octet-stream mime type | Alex Beregszaszi |
2007-03-31 | use av_strdup | Alex Beregszaszi |
2007-03-31 | remove dead code | Alex Beregszaszi |
2007-03-27 | prevent exit missuse | Michael Niedermayer |
2007-03-12 | Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() | Panagiotis Issaris |
2007-03-09 | print codec parameters for audio too | Alex Beregszaszi |
2007-03-06 | disconnect new feeder if feed is already being received | Alex Beregszaszi |
2007-02-24 | redirect http get requests of / to index.html (note, the http_parse_request m... | Alex Beregszaszi |
2007-02-24 | store internal timestamps in int64_t instead long | Alex Beregszaszi |
2007-02-24 | rescale pts/dts for output format | Alex Beregszaszi |
2007-02-24 | return error if av_write_header failed (it fails on some containers when code... | Alex Beregszaszi |
2007-02-24 | disconnect client if trailer is sent | Alex Beregszaszi |
2007-02-22 | if feeder is disconnected, clear the feed registration, thus a new feeder can... | Alex Beregszaszi |
2007-02-22 | codec_tag settable via VideoTag, and transmit codec_tag in ffm | Alex Beregszaszi |
2007-02-22 | change write/read to send/recv on socket operations | Alex Beregszaszi |
2007-02-22 | change close() to closesocket() on sockets (compatible with libavformat) | Alex Beregszaszi |
2007-02-21 | remove gettime_ms and use av_gettime instead of it | Alex Beregszaszi |
2007-02-21 | use av_random instead random/srandom | Alex Beregszaszi |
2007-02-15 | poll() emulation for BeOS, and maybe MinGW. | François Revol |
2006-11-14 | rename HAVE_DLFCN to HAVE_DLFCN_H | Måns Rullgård |
2006-11-13 | rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN | Måns Rullgård |
2006-11-01 | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-10-01 | Update copyright year and mention other copyright holders. | Diego Biurrun |
2006-07-09 | give AVInput/OutputFormat structs consistent names | Måns Rullgård |
2006-06-20 | Use Subversion revision for FFMPEG_VERSION. | Diego Biurrun |
2006-06-18 | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner |
2006-03-09 | Update ffserver regression tests: | Aurelien Jacobs |
2006-02-21 | make those nasty variables static, also fix a html bug | Alex Beregszaszi |
2006-02-02 | remove unused function get_longterm_datarate() | Måns Rullgård |
2006-01-12 | Update licensing information: The FSF changed postal address. | Diego Biurrun |
2005-12-22 | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun |
2005-12-17 | COSMETICS: Remove all trailing whitespace. | Diego Biurrun |
2005-12-12 | use PRIxN, %zd, %td formats where needed | Måns Rullgård |
2005-11-13 | support for unlimited feed size | Alex Beregszaszi |
2005-11-13 | debug the launch commandline and new connections | Alex Beregszaszi |
2005-11-13 | Make Launch more appropriate with support for full paths for the ffmpeg binary | Alex Beregszaszi |
2005-11-13 | Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a po... | Alex Beregszaszi |
2005-10-14 | 10l, dont make bandwidth statistics negative when feed stops being sent (it w... | Alex Beregszaszi |
2005-07-18 | ffserver segfault & other fatal failure fixes | Michael Niedermayer |
2005-07-17 | changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo... | Michael Niedermayer |
2005-05-07 | Turn on the seeking support for ffm streams. Now means that streams are | Philip Gladstone |
2005-05-06 | Fill out some mandatory fields in the Codec structure. Also add fields in | Philip Gladstone |
2005-04-30 | switch to native time bases | Michael Niedermayer |
2005-01-03 | ffserver now runs again (sort of). | Philip Gladstone |
2004-08-12 | HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d... | Petr Doubek |
2004-07-28 | min rate should be 0 by default | Michael Niedermayer |
2004-07-25 | ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>) | Michael Niedermayer |
2004-05-29 | pass AVPacket into av_write_frame() | Michael Niedermayer |