summaryrefslogtreecommitdiffstats
path: root/libavcodec/fraps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6612a03d7470af4aa6b8aa313b1eff013691d181'Michael Niedermayer2014-03-171-1/+2
|\
| * fraps: set color_rangeVittorio Giovara2014-03-161-0/+2
| * fraps: use the AVFrame API properly.Anton Khirnov2013-11-161-4/+6
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | avcodec/fraps: increase vlc nb_bitsMichael Niedermayer2013-10-011-2/+3
* | avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer2013-09-281-1/+2
* | avcodec/fraps: use BT.709 colorspace for YUV Fraps versionsHendrik Leppkes2013-09-211-0/+1
* | Merge commit '3185a80259ce1f8f8111073dbd14a69a396e03a3'Michael Niedermayer2013-09-201-0/+5
|\ \ | |/
| * 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
* | fraps: set avctx->color_rangePaul B Mahol2013-05-231-0/+1
* | avcodec/huffman: use named identifer for the bits constantMichael Niedermayer2013-05-211-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-21/+5
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-25/+9
* | Merge commit '2cd4068071b9a8908823a3107f97e938211045ce'Michael Niedermayer2013-02-061-6/+4
|\ \ | |/
| * fraps: fix off-by one bug for version 1.Anton Khirnov2013-02-061-1/+1
* | Merge commit '3c6e5a840c45fd3b832e86881602a72e47d46f19'Michael Niedermayer2013-01-071-34/+38
|\ \ | |/
| * fraps: cosmetics, reformatAnton Khirnov2013-01-061-48/+52
* | Merge commit '57d11e5e28bfe0bc445ad78fc033aafa73068bb4'Michael Niedermayer2013-01-071-12/+16
|\ \ | |/
| * fraps: return meaningful error codes.Anton Khirnov2013-01-061-27/+31
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-4/+4
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | fraps: use meaningful error codesPaul B Mahol2012-10-251-9/+10
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | fraps: fix version 0/1 input data size check.Michael Niedermayer2012-06-011-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-2/+2
|\ \ | |/
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-261-3/+8
|\ \ | |/
| * fraps: release reference buffer on pix_fmt change.Ronald S. Bultje2012-02-241-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-3/+3
|\ \ | |/
| * 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
* | Fix offset validity checks.Reimar Döffinger2012-01-291-2/+2
* | fraps: frame threading support.Reimar Döffinger2012-01-291-3/+4
* | fraps: Deduplicate some code.Reimar Döffinger2012-01-291-30/+17
* | fraps: Minor simplification, use local variable.Reimar Döffinger2012-01-291-2/+2
* | 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
OpenPOWER on IntegriCloud