summaryrefslogtreecommitdiffstats
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-061-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-3/+3
* misc spelling fixesDiego Biurrun2007-06-121-4/+4
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-2/+2
* dont write over the end of ref_cacheMichael Niedermayer2007-05-141-2/+2
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-141-2/+2
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-4/+4
* crash fix by Carl Eugen Hoyos cehoyos ag.or atMichael Niedermayer2007-01-241-1/+2
* maybe fix segfault with missing extradata (unchecked)Michael Niedermayer2007-01-241-1/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-1/+1
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-181/+181
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-14/+14
* bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ...Michael Niedermayer2005-12-171-1/+1
* skip_idctMichael Niedermayer2005-07-141-0/+4
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-181-6/+6
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-1/+1
* more detailed error messagesMichael Niedermayer2005-01-231-9/+28
* 1000l to myself for FFMIN(...,0) instead of ...,6)Michael Niedermayer2004-06-191-6/+11
* segfault fixMichael Niedermayer2004-06-191-2/+3
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* don't fetch the size of SEQH unless SEQH was foundMike Melanson2004-03-141-1/+1
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-141-3/+1
* be smarter about the variable size of the extra SVQ3 dataMike Melanson2004-03-131-1/+5
* smarten up the SVQ3 extradata decoder without changing the external APIMike Melanson2004-03-131-4/+12
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-221-2/+7
* SVQ3 uses unrestricted motion vectorsMike Melanson2003-12-181-1/+2
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-4/+4
* - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)Mike Melanson2003-06-271-137/+141
* don't step on the contextMike Melanson2003-06-201-3/+3
* added support for B-frames and multiple slicesMike Melanson2003-06-191-130/+380
* make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer2003-06-181-2/+2
* Warning and compatibility fixes.Falk Hüffner2003-05-241-1/+1
* bigendian fixMichael Niedermayer2003-05-161-1/+1
* CODEC_CAP_DRAW_HORIZ_BANDMichael Niedermayer2003-05-161-13/+19
* moving the svq3 motion compensation stuff to dsputil (this also means that ex...Michael Niedermayer2003-05-151-124/+17
* optimizeMichael Niedermayer2003-05-151-25/+41
* cleanupMichael Niedermayer2003-05-141-1/+1
* optimizationsMichael Niedermayer2003-05-131-17/+34
* optimizationsMichael Niedermayer2003-05-131-0/+7
* change the way the ImageDescription is passed to the decoderMike Melanson2003-05-101-13/+19
* svq3 decoder by anonymousMichael Niedermayer2003-05-091-0/+770
OpenPOWER on IntegriCloud