]> git.sesse.net Git - ffmpeg/history - libavcodec/cyuv.c
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
[ffmpeg] / libavcodec / cyuv.c
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...