]> git.sesse.net Git - ffmpeg/history - libavcodec/nuv.c
ppc: Centralize compiler-specific altivec.h #include handling in one place
[ffmpeg] / libavcodec / nuv.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-10-21 Vittorio Giovaranuv: Replace avpicture functions with imgutils
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-03-22 Diego Biurrunnuv: Reuse the DSPContext from RTJpegContext
2014-03-13 Diego Biurrundsputil: Move intreadwrite.h #include from header file...
2013-11-16 Anton Khirnovnuv: use the AVFrame API properly.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-07 Luca Barbatonuv: check ff_rtjpeg_decode_frame_yuv420 return value
2013-08-13 Luca Barbatonuv: Use av_fast_realloc
2013-08-13 Luca Barbatonuv: Reset the frame on resize
2013-08-13 Luca Barbatonuv: Pad the lzo outbuf
2013-08-13 Luca Barbatonuv: Do not ignore lzo decompression failures
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-06 Anton Khirnovnuv: do not rely on get_buffer() initializing the frame.
2013-01-14 Anton Khirnovnuv: return meaningful error codes.
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-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-06 Diego Biurrunnuv: K&R formatting cosmetics
2012-08-06 Janne Grunaunuv: check RTjpeg header for validity
2012-08-06 Janne GrunauRevert "nuv: check per-frame header for validity."
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