summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
Commit message (Expand)AuthorAge
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Previous commit missed an initialization - this fixes FATE's test sample.Alexander Strange2008-05-11
* Set and use h->mb_xy in SVQ3 too.Alexander Strange2008-05-11
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* constsMichael Niedermayer2008-02-01
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-06
* license header consistency cosmeticsDiego Biurrun2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* dont write over the end of ref_cacheMichael Niedermayer2007-05-14
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* crash fix by Carl Eugen Hoyos cehoyos ag.or atMichael Niedermayer2007-01-24
* maybe fix segfault with missing extradata (unchecked)Michael Niedermayer2007-01-24
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ...Michael Niedermayer2005-12-17
* skip_idctMichael Niedermayer2005-07-14
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-18
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* more detailed error messagesMichael Niedermayer2005-01-23
* 1000l to myself for FFMIN(...,0) instead of ...,6)Michael Niedermayer2004-06-19
* segfault fixMichael Niedermayer2004-06-19
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* don't fetch the size of SEQH unless SEQH was foundMike Melanson2004-03-14
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
* be smarter about the variable size of the extra SVQ3 dataMike Melanson2004-03-13
* smarten up the SVQ3 extradata decoder without changing the external APIMike Melanson2004-03-13
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-22
* SVQ3 uses unrestricted motion vectorsMike Melanson2003-12-18
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* - fix PLANE_PRED8x8 prediction (H/V are swapped, this is correct!)Mike Melanson2003-06-27
* don't step on the contextMike Melanson2003-06-20
* added support for B-frames and multiple slicesMike Melanson2003-06-19
* make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer2003-06-18
* Warning and compatibility fixes.Falk Hüffner2003-05-24
* bigendian fixMichael Niedermayer2003-05-16
* CODEC_CAP_DRAW_HORIZ_BANDMichael Niedermayer2003-05-16
* moving the svq3 motion compensation stuff to dsputil (this also means that ex...Michael Niedermayer2003-05-15
* optimizeMichael Niedermayer2003-05-15
* cleanupMichael Niedermayer2003-05-14
* optimizationsMichael Niedermayer2003-05-13