]> git.sesse.net Git - ffmpeg/history - libavcodec/svq1dec.c
ARM: NEON 16x16 and 8x8 avg qpel MC
[ffmpeg] / libavcodec / svq1dec.c
2009-10-19 Stefano SabatiniAdd additional long names for the Sorenson Vector Quant...
2009-09-24 Reimar DöffingerReplace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE...
2009-09-24 Reimar DöffingerUse INIT_VLC_STATIC where easily possible in svq1dec
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-05-22 David ConradMove ALIGN macro to libavutil/common.h and use it in...
2009-04-11 Michael NiedermayerTwo INIT_VLC_USE_STATIC cases Carl missed.
2009-04-11 Carl Eugen HoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2008-12-14 Mike MelansonThe POSIX namespace shall be held sacrosanct. To that...
2008-10-14 Michael NiedermayerExport svq1_packet_checksum() that is needed for svq3...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-01 Michael Niedermayersome const
2008-01-16 Diego BiurrunAdd const qualifiers to unmodified function parameters...
2008-01-16 Diego BiurrunRemove bogus cast.
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-06 Aurelien Jacobssplit SVQ1 decoder and encoder in their own files