aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
AgeCommit message (Expand)Author
2005-07-14skip_idctMichael Niedermayer
2005-04-18various fixes related to the non alt_bitstream_readerMichael Niedermayer
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-23more detailed error messagesMichael Niedermayer
2004-06-191000l to myself for FFMIN(...,0) instead of ...,6)Michael Niedermayer
2004-06-19segfault fixMichael Niedermayer
2004-05-21data_size = 0 cleanupMichael Niedermayer
2004-03-14don't fetch the size of SEQH unless SEQH was foundMike Melanson
2004-03-14remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson
2004-03-13be smarter about the variable size of the extra SVQ3 dataMike Melanson
2004-03-13smarten up the SVQ3 extradata decoder without changing the external APIMike Melanson
2004-01-22closed gop support & flags2 as all bits in flags are usedMichael Niedermayer
2003-12-18SVQ3 uses unrestricted motion vectorsMike Melanson
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-06-27- fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)Mike Melanson
2003-06-20don't step on the contextMike Melanson
2003-06-19added support for B-frames and multiple slicesMike Melanson
2003-06-18make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer
2003-05-24Warning and compatibility fixes.Falk Hüffner
2003-05-16bigendian fixMichael Niedermayer
2003-05-16CODEC_CAP_DRAW_HORIZ_BANDMichael Niedermayer
2003-05-15moving the svq3 motion compensation stuff to dsputil (this also means that ex...Michael Niedermayer
2003-05-15optimizeMichael Niedermayer
2003-05-14cleanupMichael Niedermayer
2003-05-13optimizationsMichael Niedermayer
2003-05-13optimizationsMichael Niedermayer
2003-05-10change the way the ImageDescription is passed to the decoderMike Melanson
2003-05-09svq3 decoder by anonymousMichael Niedermayer