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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-12Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-10-02Make FRAPS decoder use PC range instead of TV rangeJason Garrett-Glaser
2010-07-14Remove incomplete Doxygen for static decode_frame functions.Thilo Borgmann
2010-07-09Add back previously removed non-existing function params in doxygen comments.Diego Biurrun
2010-07-02Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun
2010-07-02Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-04-24Remove useless assignment during initialization for some decodersKostya Shishkov
2009-04-15For every line, copy 3*width bytes instead of linesize[0] to avoidVitor Sessak
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-04Fraps version 3 seems to be the same as Fraps v5Kostya Shishkov
2008-08-11Simplify colour conversion in Fraps as suggested by MichaelKostya Shishkov
2008-08-10R and B components are stored as a differences to G component in Fraps v5.Kostya Shishkov
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-09Fraps v5 decoding supportKostya Shishkov
2008-03-09Add step variable (for future v5 decoding)Kostya Shishkov
2008-03-08huffman: add a zero_count flag and use it in frapsAurelien Jacobs
2008-02-20Add casts to avoid warnings:Reimar Döffinger
2008-02-01constMichael Niedermayer
2007-10-15moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-16correct type of qsort() comparison callbackMåns Rullgård
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-06Check for symbol countKostya Shishkov
2006-11-05Correct support for Fraps v4 (and Huffman tree for < 256 symbols)Kostya Shishkov
2006-11-05Update commentKostya Shishkov
2006-11-05Fraps v2 and v4 supportKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-05-18signature has an 'x'Mike Melanson
2005-05-18Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roineMike Melanson