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
2008-08-19Implement av_fifo_realloc2().Stefano Sabatini
2008-08-13move M_PI definition along with other math definitionsAurelien Jacobs
2008-08-08Implement avutil_version().Stefano Sabatini
2008-06-01Macro suggested by Michael which will be used to disable theStefano Sabatini
2008-03-10misc spelling fixesDiego Biurrun
2008-02-26less preprocessor magic in version number macrosMåns Rullgård
2008-02-20Clean up lib* version definitionsMåns Rullgård
2008-01-28Remove integer.h inclusion.Benoit Fouet
2007-12-12Provide sha1 to outside applicationsLuca Barbato
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-09-24add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs
2007-08-12add a new av_clip_int16() function to libavutilAurelien Jacobs
2007-07-18add YUV440P and YUVJ440P supportAndreas Öman
2007-06-24bump micro version: new string functionsLuca Barbato
2007-06-20Clarify comments about PIX_FMT_MONOWHITE/MONOBLACKMichel Bardiaux
2007-05-16Remove extern C declarations for C++.Diego Biurrun
2007-03-19expose av_base64_decode and av_base64_encodeLuca Barbato
2007-02-28Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato
2007-02-28Reverting stray commit part ILuca Barbato
2007-02-28get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato
2007-02-071000l: Revert accidentally committed change.Diego Biurrun
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-02-01Move lzo decompression to libavutilReimar Döffinger
2007-01-20add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi
2006-11-16Remove alpha channel from RGB555Alex Beregszaszi
2006-10-2416-bit grayscale supportKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-25move memory functions from avcodec to avutilLuca Barbato
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-08-28Add some new pixel formats to libavutilLuca Abeni
2006-08-20compatibility warningMichael Niedermayer
2006-08-20cleanup PixelFormat a littleMichael Niedermayer
2006-07-18Move av_log() & friends to libavutilLuca Abeni
2006-03-30move enum PixelFormat from libavcodec to libavutilLuca Abeni
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-08-02libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser