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
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
2003-09-09removed ctype.hFabrice Bellard
2003-08-24more sections in help - copyright fixesFabrice Bellard
2003-07-29rate distortion mb decision supportMichael Niedermayer
2003-07-17added RTP/TCP protocol supportFabrice Bellard
2003-07-12- Gracefully handle the case where not all the streams are requested/wantedGiancarlo Formicuccia
2003-07-04Missing ffserver.c format parameter fix by (Giancarlo Formicuccia <ilsensine ...Michael Niedermayer
2003-07-04segfault fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)Michael Niedermayer
2003-06-29*** fix for read()Giancarlo Formicuccia
2003-04-12Fix a horrible bug with the launch keyword not handling arguments of length 1!Philip Gladstone
2003-04-12Applied Roumen Petrov patch to fix crash/memory leakPhilip Gladstone
2003-04-11bunch of small thing patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik
2003-04-09* Add Video4MotionVector in a stream description to behave like the -4mv flagPhilip Gladstone
2003-04-04RTSP "OPTIONS" command patch by (Andriy Rysin <arysin at bcsii dot net>)Andriy Rysin
2003-03-26ffserver deallocate ctx->streams on closing patch by (Mark Hills <mark at pog...Mark Hills