OSDN Git Service

lavc: use designated initialisers for all codecs.
[coroid/ffmpeg_saccubus.git] / libavcodec / fraps.c
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-12 Alex ConverseConvert some undefined 1<<31 shifts into 1U<<31.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-10-02 Jason Garrett-GlaserMake FRAPS decoder use PC range instead of TV range
2010-07-14 Thilo BorgmannRemove incomplete Doxygen for static decode_frame funct...
2010-07-08 Diego BiurrunAdd back previously removed non-existing function param...
2010-07-02 Diego BiurrunRemove angular brackets from Doxygen comments; Doxygen...
2010-07-02 Diego BiurrunRemove non-existing stray arguments from Doxygen functi...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-24 Kostya ShishkovRemove useless assignment during initialization for...
2009-04-14 Vitor SessakFor every line, copy 3*width bytes instead of linesize...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-04 Kostya ShishkovFraps version 3 seems to be the same as Fraps v5
2008-08-11 Kostya ShishkovSimplify colour conversion in Fraps as suggested by...
2008-08-10 Kostya ShishkovR and B components are stored as a differences to G...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Kostya ShishkovFraps v5 decoding support
2008-03-09 Kostya ShishkovAdd step variable (for future v5 decoding)
2008-03-08 Aurelien Jacobshuffman: add a zero_count flag and use it in fraps
2008-02-19 Reimar DöffingerAdd casts to avoid warnings:
2008-02-01 Michael Niedermayerconst
2007-10-14 Aurelien Jacobsmoves fraps huffman decoder to its own file, making...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-16 Måns Rullgårdcorrect type of qsort() comparison callback
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-06 Kostya ShishkovCheck for symbol count
2006-11-05 Kostya ShishkovCorrect support for Fraps v4 (and Huffman tree for...
2006-11-05 Kostya ShishkovUpdate comment
2006-11-05 Kostya ShishkovFraps v2 and v4 support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-17 Mike Melansonsignature has an 'x'
2005-05-17 Mike MelansonFraps FPS1 video decoder (v1 & v2), courtesy of Roine...