summaryrefslogtreecommitdiffstats
path: root/libavcodec/fraps.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-091-0/+1
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-071-1/+1
* fraps: Convert to the new bitstream readerAlexandra Hájková2016-11-181-5/+5
* Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-081-3/+1
* Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-281-1/+1
* fraps: increase vlc nb_bitsMichael Niedermayer2015-09-031-2/+3
* huffman: allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer2015-09-031-1/+2
* huffman: use a named identifer for the bits constantMichael Niedermayer2015-09-031-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-4/+5
* fraps: set color_rangeVittorio Giovara2014-03-161-0/+2
* fraps: use the AVFrame API properly.Anton Khirnov2013-11-161-4/+6
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* fraps: Make the input buffer size checks more strictMartin Storsjö2013-09-191-11/+19
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-0/+2
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-25/+9
* fraps: fix off-by one bug for version 1.Anton Khirnov2013-02-061-1/+1
* fraps: cosmetics, reformatAnton Khirnov2013-01-061-48/+52
* fraps: return meaningful error codes.Anton Khirnov2013-01-061-27/+31
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-2/+2
* fraps: release reference buffer on pix_fmt change.Ronald S. Bultje2012-02-241-7/+7
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* fraps: Use av_fast_padded_malloc() instead of av_realloc()Reimar Döffinger2012-02-011-2/+9
* fraps: check for overread.Michael Niedermayer2011-11-261-0/+4
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-10/+10
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-111-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Make FRAPS decoder use PC range instead of TV rangeJason Garrett-Glaser2010-10-021-2/+2
* Remove incomplete Doxygen for static decode_frame functions.Thilo Borgmann2010-07-141-9/+0
* Add back previously removed non-existing function params in doxygen comments.Diego Biurrun2010-07-081-0/+2
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-021-1/+1
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-021-2/+0
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-241-1/+0
* For every line, copy 3*width bytes instead of linesize[0] to avoidVitor Sessak2009-04-141-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fraps version 3 seems to be the same as Fraps v5Kostya Shishkov2008-12-041-2/+3
* Simplify colour conversion in Fraps as suggested by MichaelKostya Shishkov2008-08-111-10/+2
* R and B components are stored as a differences to G component in Fraps v5.Kostya Shishkov2008-08-101-2/+17
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
OpenPOWER on IntegriCloud