aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/eatqi.c
Commit message (Expand)AuthorAgeFilesLines
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-121-1/+1
* Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger2009-04-121-2/+2
* Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decodersReimar Döffinger2009-04-121-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* remove warning about incompatible pointerBaptiste Coudurier2009-02-081-1/+1
* Electronic Arts TQI decoderPeter Ross2009-02-051-0/+166