summaryrefslogtreecommitdiff
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAge
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14
* Remove some old disabled debugging outputMichel Bardiaux2007-02-19
* 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
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-13
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* cleanup & memleak fixMichael Niedermayer2004-04-30
* unknown format charsAlex Beregszaszi2004-04-07
* warning patrolFalk Hüffner2004-03-24
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* forgot to commit, i hope its correctMichael Niedermayer2003-10-11
* Fix compilation with cccFalk Hüffner2003-09-22
* remove warningsFabrice Bellard2003-09-09
* fix 4xm yuv->rgb565 transformMichael Niedermayer2003-06-01
* 10l (array[-1] ...)Michael Niedermayer2003-06-01
* 4xm codecMichael Niedermayer2003-06-01