]> git.sesse.net Git - ffmpeg/history - libavcodec/vqavideo.c
cook: use av_dlog() for debug logging instead of av_log() with AV_LOG_ERROR
[ffmpeg] / libavcodec / vqavideo.c
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-05-10 Mans Rullgardvqavideo: change x/y loop counters to the usual pattern
2012-05-03 Mans Rullgardvqavideo: return error if image size is not a multiple...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-22 Ronald S. Bultjevqa: check palette chunk size before reading data.
2012-03-18 Paul B Maholvqavideo: port to bytestream2 API
2012-03-16 Paul B Maholvqavideo: check malloc return values
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-15 Diego Biurrundoxygen: use Doxygen markup for authors and web links...
2011-06-02 Diego BiurrunReplace custom debug output functions by av_dlog().
2011-04-22 Diego Biurrunvqavideo: We no longer need to ask for version 1 samples.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
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.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-26 Diego Biurrunconsistency cosmetics: indices --> indexes
2008-04-29 Stefano SabatiniAdd long names to some 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-19 Michael NiedermayerFix ;;
2008-02-01 Michael Niedermayerconst
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
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-29 Kostya ShishkovVQA v1 support
2006-11-28 Kostya ShishkovCorrect information in header
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-30 Michael Niedermayerpalette (if we memcpy it into AVFrame) must be uint32_t
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-30 Mike Melansonrevised palette API, courtesy of Roberto Togni (rtogni...
2003-10-11 Mike Melansonsupport a few more types of VQA files
2003-10-04 Mike Melansonadded solid color vectors; basic PAL8, 4x2-vector video...
2003-10-02 Mike Melansonfirst pass at a VQA video decoder