]> git.sesse.net Git - ffmpeg/history - libavcodec/nuv.c
WMAL: Shift output samples by the specified number of padding zeroes.
[ffmpeg] / libavcodec / nuv.c
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-15 Martin Storsjörtjpeg: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-11-26 Reimar Döffingernuv: check per-frame header for validity.
2011-11-26 Reimar Döffingernuv: use FFALIGN.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
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...
2011-01-24 Reimar DöffingerUse av_fast_malloc instead of av_realloc.
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-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-09-10 Reimar DöffingerSimplify: reget_buffer behaves exactly like get_buffer...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-04 Reimar DöffingerSet AVFrame.reference correctly for nuv decoder.
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-02-02 Reimar DöffingerAdd av_ prefix to LZO stuff and thus make it officially...
2008-09-05 Reimar DöffingerFix nuv decoder to use reget_buffer for non-keyframes...
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
2008-02-01 Michael Niedermayerconsts
2007-09-09 Reimar Döffingerdsputil must be initialized before calling rtjpeg init.
2007-09-09 Reimar DöffingerProperly handle nuv file with changing resolution
2007-09-09 Reimar DöffingerMake sure rtjpeg quality is a valid value
2007-09-09 Reimar DöffingerFix extreme stupidity: buffer size check must of course...
2007-09-09 Reimar Döffinger10l, add check forgotten in last commit
2007-09-09 Reimar DöffingerFirst ugly and slow attempt to fix nuv files with extra...
2007-09-09 Reimar DöffingerSimplify nuv: factor out LZO decompression
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-03-04 Panagiotis IssarisAdd the prefix "av_" to img_crop(), img_copy() and...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-03-27 Reimar DöffingerNuppelVideo/MythTVVideo support, including rtjpeg decoder