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
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-02cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-18cosmetics: remove one unneeded spaceKostya Shishkov
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-25mark read-only data as constStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-15DPCM codec long names, patch by Stefano Sabatini, stefano.sabatini-lala poste itStefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2007-11-01simplify dpcm decoders declaration using a macroAurelien Jacobs
2007-09-22Guard against output buffer overflowsKostya Shishkov
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-06Mark some read-only datastructures as const.Stefan Huehner
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-09-28support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson
2004-03-14remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson
2004-01-31handle 0-length buffersMike Melanson
2003-09-19fix Interplay DPCM (frames are intracoded, predictors do not carryMike Melanson
2003-09-08New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson
2003-09-02initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson