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
2012-01-29fraps: Add release_buffer forgotten when reget_buffer was removed.Reimar Döffinger
2012-01-29fraps: fix indentation.Reimar Döffinger
2012-01-29FRAPS: Do not needlessly use reget_buffer.Reimar Döffinger
2012-01-22Extract some duplicated code.Reimar Döffinger
2012-01-22Remove pointless and distracting ()Reimar Döffinger
2012-01-22Simplify: just add header_size directly.Reimar Döffinger
2012-01-22Move some duplicated code, simplify.Reimar Döffinger
2012-01-22Make variable that always has the same value const.Reimar Döffinger
2012-01-19Replace a av_fast_malloc with av_fast_padded_malloc.Reimar Döffinger
2012-01-19Use av_fast_padded_malloc in fraps and mpc decoders.Reimar Döffinger
2011-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-26fraps: check for overread.Michael Niedermayer
2011-11-09fraps: check overread per sample instead of per lineMichael Niedermayer
2011-11-09fraps: fix memleakMichael Niedermayer
2011-11-09fraps: check for overreadMichael Niedermayer
2011-11-06Try to set AVFrame.reference to correct values.Reimar Döffinger
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-26fraps: do not set avctx->pix_fmt to none in decode_init()Stefano Sabatini
2011-04-24Check for malloc failures in fraps decoder.Reimar Döffinger
2011-04-24Use av_fast_malloc instead of av_realloc in fraps decoder.Reimar Döffinger
2011-04-13Merge remote branch 'qatar/master'Michael Niedermayer
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-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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