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
2013-11-16fraps: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-19fraps: Make the input buffer size checks more strictMartin Storsjö
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-06fraps: fix off-by one bug for version 1.Anton Khirnov
2013-01-06fraps: cosmetics, reformatAnton Khirnov
2013-01-06fraps: return meaningful error codes.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-25fraps: release reference buffer on pix_fmt change.Ronald S. Bultje
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-01fraps: Use av_fast_padded_malloc() instead of av_realloc()Reimar Döffinger
2011-11-26fraps: check for overread.Michael Niedermayer
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