summaryrefslogtreecommitdiff
path: root/libavcodec/fraps.c
Commit message (Expand)AuthorAge
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Make FRAPS decoder use PC range instead of TV rangeJason Garrett-Glaser2010-10-02
* Remove incomplete Doxygen for static decode_frame functions.Thilo Borgmann2010-07-14
* Add back previously removed non-existing function params in doxygen comments.Diego Biurrun2010-07-08
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-02
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-02
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-24
* For every line, copy 3*width bytes instead of linesize[0] to avoidVitor Sessak2009-04-14
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fraps version 3 seems to be the same as Fraps v5Kostya Shishkov2008-12-04
* Simplify colour conversion in Fraps as suggested by MichaelKostya Shishkov2008-08-11
* R and B components are stored as a differences to G component in Fraps v5.Kostya Shishkov2008-08-10
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* Fraps v5 decoding supportKostya Shishkov2008-03-09
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-09
* huffman: add a zero_count flag and use it in frapsAurelien Jacobs2008-03-08
* Add casts to avoid warnings:Reimar Döffinger2008-02-19
* constMichael Niedermayer2008-02-01
* moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs2007-10-14
* license header consistency cosmeticsDiego Biurrun2007-07-05
* correct type of qsort() comparison callbackMåns Rullgård2007-06-16
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Check for symbol countKostya Shishkov2006-11-06
* Correct support for Fraps v4 (and Huffman tree for < 256 symbols)Kostya Shishkov2006-11-05
* Update commentKostya Shishkov2006-11-05
* Fraps v2 and v4 supportKostya Shishkov2006-11-05
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* signature has an 'x'Mike Melanson2005-05-17
* Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roineMike Melanson2005-05-17