]> git.sesse.net Git - ffmpeg/history - libavcodec/bethsoftvideo.c
utvideodec: Convert to the new bitstream reader
[ffmpeg] / libavcodec / bethsoftvideo.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2013-11-16 Anton Khirnovbethsoftvid: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: properly initialize AVFrame.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-06 Anton Khirnovbethsoftvideo: return meaningful error codes.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-16 Justin Rugglesbethsoftvid: pass palette in side data instead of in...
2012-02-02 Justin Rugglesbethsoftvideo: fix palette reading.
2012-01-10 Aneesh Dograbethsoftvideo: Use bytestream2 functions to prevent...
2011-11-23 Anton Khirnovbethsoftvideo: return proper consumed size for palette...
2011-07-15 Diego Biurrundoxygen: replace @sa tag by the more readable but equiv...
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-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-06-05 Baptiste Coudurierbethesda vid decoder uses reget_buffer, set CODEC_CAP_DR1
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-04-07 Michael Niedermayershorter variable names
2007-04-07 Michael Niedermayergeneral purpose var should be int
2007-04-07 Michael Niedermayerremove redundant comments
2007-04-07 Michael Niedermayerremove useless debuging av_log()
2007-04-07 Michael Niedermayerindention cleanup
2007-04-07 Michael Niedermayeruse shorter names for the block type enum
2007-04-07 Nicholas TungBethsoft VID demuxer and video decoder