]> git.sesse.net Git - ffmpeg/history - libavcodec/svq1dec.c
svq1: Drop a bunch of useless parentheses
[ffmpeg] / libavcodec / svq1dec.c
2012-10-10 Diego Biurrunsvq1: Drop a bunch of useless parentheses
2012-10-10 Diego Biurrunsvq1: K&R formatting cosmetics
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-08-24 Diego Biurrunsvq1/svq3: Move common code out of SVQ1 decoder-specifi...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2011-12-23 Michael Niedermayersvq1dec: call avcodec_set_dimensions() after dimensions...
2011-12-02 Mans Rullgardsvq1dec: avoid undefined get_bits(0) call
2011-11-26 Mans Rullgardsvq1dec: use sign_extend()
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-06-07 Diego Biurrunsvq1dec: Fix debug statements that referenced non-exist...
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Diego BiurrunReplace #ifdef + av_log() combinations by av_dlog().
2011-06-02 Mans RullgardRemove unused variables
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
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-06-26 Måns Rullgårdsvq1dec: replace VLA with malloc/free
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-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