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-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
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-04-06 * making it possible to specify recording date and time in a streamRoman Shaposhnik
2004-03-25warning patrolFalk Hüffner
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2004-02-05VideoBufferSize option patch by ("Henning Haaland Kulander" <hennikul at ifi ...Henning Haaland Kulander
2003-11-19Changed a bunch of calls to sprintf to snprintf to protect against bufferPhilip Gladstone
2003-11-10simpler bandwidth allocation for RTSP streaming - use av_read_frame() - initi...Fabrice Bellard
2003-09-27Minor bugfix to prevent segfault if a malloc fails. I have no idea whatPhilip Gladstone
2003-09-12simplified version handlingFabrice Bellard