summaryrefslogtreecommitdiff
path: root/libavcodec/cyuv.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Remove useless cyuv_decode_end functionReimar Döffinger2008-10-02
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* constMichael Niedermayer2008-02-01
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* tinfoil patch: accept no widths that are no multiples of 4Mike Melanson2005-08-13
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* Add buffer hints, enable DR1Roberto Togni2004-05-02
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* Warning and compatibility fixes.Falk Hüffner2003-05-24
* release buffer cleanupMichael Niedermayer2003-05-06
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>)Michael Niedermayer2003-02-09