Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-10Fix the generation of RTSP reply headers (the "DEF()" macro is not usedLuca Abeni
2007-03-31Fix warning:Stanislav Brabec
2007-03-31fix x-octet-stream mime typeAlex Beregszaszi
2007-03-31use av_strdupAlex Beregszaszi
2007-03-31remove dead codeAlex Beregszaszi
2007-03-28prevent exit missuseMichael Niedermayer
2007-03-12Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris
2007-03-09print codec parameters for audio tooAlex Beregszaszi
2007-03-06disconnect new feeder if feed is already being receivedAlex Beregszaszi
2007-02-24redirect http get requests of / to index.html (note, the http_parse_request m...Alex Beregszaszi
2007-02-24store internal timestamps in int64_t instead longAlex Beregszaszi
2007-02-24rescale pts/dts for output formatAlex Beregszaszi
2007-02-24return error if av_write_header failed (it fails on some containers when code...Alex Beregszaszi
2007-02-24disconnect client if trailer is sentAlex Beregszaszi
2007-02-22if feeder is disconnected, clear the feed registration, thus a new feeder can...Alex Beregszaszi
2007-02-22codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi
2007-02-22change write/read to send/recv on socket operationsAlex Beregszaszi
2007-02-22change close() to closesocket() on sockets (compatible with libavformat)Alex Beregszaszi
2007-02-21remove gettime_ms and use av_gettime instead of itAlex Beregszaszi
2007-02-21use av_random instead random/srandomAlex Beregszaszi
2007-02-15poll() emulation for BeOS, and maybe MinGW.François Revol
2006-11-15rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård
2006-11-14rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-01Update copyright year and mention other copyright holders.Diego Biurrun
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-20Use Subversion revision for FFMPEG_VERSION.Diego Biurrun
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-03-09Update ffserver regression tests:Aurelien Jacobs
2006-02-22make those nasty variables static, also fix a html bugAlex Beregszaszi
2006-02-02remove unused function get_longterm_datarate()Måns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-11-13support for unlimited feed sizeAlex Beregszaszi
2005-11-13debug the launch commandline and new connectionsAlex Beregszaszi
2005-11-13Make Launch more appropriate with support for full paths for the ffmpeg binaryAlex Beregszaszi
2005-11-13Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a po...Alex Beregszaszi
2005-10-1410l, dont make bandwidth statistics negative when feed stops being sent (it w...Alex Beregszaszi
2005-07-18ffserver segfault & other fatal failure fixesMichael Niedermayer
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-07Turn on the seeking support for ffm streams. Now means that streams arePhilip Gladstone
2005-05-06Fill out some mandatory fields in the Codec structure. Also add fields inPhilip Gladstone
2005-05-01switch to native time basesMichael Niedermayer
2005-01-03ffserver now runs again (sort of).Philip Gladstone
2004-08-12HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek
2004-07-28min rate should be 0 by defaultMichael Niedermayer
2004-07-25ffserver fixes by (Koos Vriezen <koos.vriezen at xs4all dot nl>)Michael Niedermayer