summaryrefslogtreecommitdiffstats
path: root/libavcodec/fraps.c
Commit message (Expand)AuthorAgeFilesLines
...
* | fraps: optimize pseudo-YUV to RGB conversion.Reimar Döffinger2012-01-291-3/+8
* | fraps: Add release_buffer forgotten when reget_buffer was removed.Reimar Döffinger2012-01-291-0/+2
* | fraps: fix indentation.Reimar Döffinger2012-01-291-18/+18
* | FRAPS: Do not needlessly use reget_buffer.Reimar Döffinger2012-01-291-44/+17
* | Extract some duplicated code.Reimar Döffinger2012-01-221-22/+14
* | Remove pointless and distracting ()Reimar Döffinger2012-01-221-13/+13
* | Simplify: just add header_size directly.Reimar Döffinger2012-01-221-3/+1
* | Move some duplicated code, simplify.Reimar Döffinger2012-01-221-28/+15
* | Make variable that always has the same value const.Reimar Döffinger2012-01-221-3/+2
* | Replace a av_fast_malloc with av_fast_padded_malloc.Reimar Döffinger2012-01-181-1/+1
* | Use av_fast_padded_malloc in fraps and mpc decoders.Reimar Döffinger2012-01-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-271-2/+2
|\ \ | |/
| * fraps: check for overread.Michael Niedermayer2011-11-261-0/+4
* | fraps: check overread per sample instead of per lineMichael Niedermayer2011-11-091-4/+4
* | fraps: fix memleakMichael Niedermayer2011-11-091-1/+3
* | fraps: check for overreadMichael Niedermayer2011-11-091-0/+2
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * 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
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-10/+10
* | fraps: do not set avctx->pix_fmt to none in decode_init()Stefano Sabatini2011-04-251-1/+0
* | Check for malloc failures in fraps decoder.Reimar Döffinger2011-04-241-0/+4
* | Use av_fast_malloc instead of av_realloc in fraps decoder.Reimar Döffinger2011-04-241-2/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-131-2/+2
|\ \ | |/
| * 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
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* Fraps v5 decoding supportKostya Shishkov2008-03-091-1/+42
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-091-3/+4
OpenPOWER on IntegriCloud