summaryrefslogtreecommitdiffstats
path: root/libavcodec/fraps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* huffman: add a zero_count flag and use it in frapsAurelien Jacobs2008-03-081-1/+2
* Add casts to avoid warnings:Reimar Döffinger2008-02-191-1/+1
* constMichael Niedermayer2008-02-011-4/+4
* moves fraps huffman decoder to its own file, making it more genericAurelien Jacobs2007-10-141-80/+8
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* correct type of qsort() comparison callbackMåns Rullgård2007-06-161-1/+2
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-4/+4
* Check for symbol countKostya Shishkov2006-11-061-0/+4
* Correct support for Fraps v4 (and Huffman tree for < 256 symbols)Kostya Shishkov2006-11-051-16/+19
* Update commentKostya Shishkov2006-11-051-1/+0
* Fraps v2 and v4 supportKostya Shishkov2006-11-051-23/+165
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-19/+19
* signature has an 'x'Mike Melanson2005-05-171-1/+1
* Fraps FPS1 video decoder (v1 & v2), courtesy of Roine Gustafsson <roineMike Melanson2005-05-171-0/+248
OpenPOWER on IntegriCloud