]> git.sesse.net Git - ffmpeg/history - libavcodec/roqvideodec.c
svq3: rip out the svq3-relevant parts of pred_motion() out of h264
[ffmpeg] / libavcodec / roqvideodec.c
2015-10-26 Hendrik Leppkesroqvideodec: use av_frame_copy
2015-10-21 Vittorio Giovararoqvideodec: Replace avpicture functions with imgutils
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovroqvideodec: fix a potential infinite loop in roqvideo_...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-17 Michael Niedermayerroqvideodec: check dimensions validity
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-03-07 Ronald S. Bultjeroqvideo: cosmetics.
2012-03-07 Ronald S. Bultjeroqvideo: convert to bytestream2 API.
2011-12-04 Reimar Döffingerroqvideodec: set AVFrame reference before reget_buffer.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
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-07-22 Måns RullgårdRemove useless #include <unistd.h> from many files
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-13 Stefano SabatiniCosmetics: s/Id/id/ in libavcodec/roqvideodec.c when...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-10 Mike MelansonThese video decoders do not need to include and initial...
2008-02-02 Reimar DöffingerAdd some const where appropriate
2008-02-01 Michael Niedermayersome const
2008-02-01 Michael Niedermayerconsts
2007-08-11 Michael Niedermayerfix decoding of samples.mplayerhq.hu/game-formats/idroq...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-02 Vitor Sessakuse properly AVFrame.linesize
2007-06-26 Vitor Sessakadd width and height in context and use them
2007-06-06 Eric LasotaRename cb field
2007-06-05 Eric LasotaConvert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
2007-06-02 Ramiro PollaRemove get_byte wrapper
2007-06-01 Michael Niedermayerfix skipped blocks
2007-05-29 Vitor SessakSplit RoQ decoder to accommodate future encoder patch