]> git.sesse.net Git - ffmpeg/history - libavcodec/cyuv.c
Remove unnecessary dsputil.h #includes
[ffmpeg] / libavcodec / cyuv.c
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-26 Anton Khirnovcyuv: return meaningful error codes.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
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-04-06 Martin Storsjöcosmetics: Align codec declarations
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
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-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-08 Daniel VerkampRelease cyuv/aura decoder buffer
2009-12-23 Kostya ShishkovAdd Auravision Aura decoding support
2009-12-23 Kostya ShishkovThere is no need to print FFmpeg or codec name in error...
2009-12-23 Kostya Shishkovcosmetics: correct formatting a bit
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.
2008-10-02 Reimar DöffingerRemove useless cyuv_decode_end function
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-02-01 Michael Niedermayerconst
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-13 Mike Melansontinfoil patch: accept no widths that are no multiples...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-05-02 Roberto TogniAdd buffer hints, enable DR1
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-05-06 Michael Niedermayerrelease buffer cleanup
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-09 Michael NiedermayerCreative YUV (CYUV) decoder by (Mike Melanson <melanson...