summaryrefslogtreecommitdiff
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAge
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* fix memory leaks in vp3 decoderMåns Rullgård2008-02-24
* Fix ;;Michael Niedermayer2008-02-19
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* Print Theora bitstream version at DEBUG, not at VERBOSE level.Diego Biurrun2008-02-13
* constMichael Niedermayer2008-02-01
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* Reduce Theora decoder verbosity.Diego Biurrun2007-08-03
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* cosmetics: fix inconsistent indentationAurelien Jacobs2007-05-07
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-07
* Only compile in Theora-specific functions if the Theora decoder has beenDiego Biurrun2007-04-08
* cosmetics: Move one code block to save an #ifdef in the next commit.Diego Biurrun2007-04-08
* Remove #if 0 code.Diego Biurrun2007-04-08
* Fix compilation when Theora decoder is disabled, but VP3 is enabled.Diego Biurrun2007-04-08
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* use generic xiph header spliting func to split theora headersAurelien Jacobs2007-03-25
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* cosmetics: aswell --> as well typo fixDiego Biurrun2007-02-22
* Unconditionally enable Theora decoder. It works fine now and there is noDiego Biurrun2007-01-10
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix decoding of ED-small-sample-file.oggMichael Niedermayer2006-10-06
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-03
* fix some signedness warningsMåns Rullgård2006-09-27
* cleanupMichael Niedermayer2006-08-17
* Do not crash when the first frame is not a keyframe (and thus none of theReimar Döffinger2006-07-23
* simplifyMichael Niedermayer2006-07-19
* more simplificationsMichael Niedermayer2006-07-19
* simplificationMichael Niedermayer2006-07-19
* iabs -> ABSMichael Niedermayer2006-07-19
* simplifyMichael Niedermayer2006-07-19
* fix loop filterMichael Niedermayer2006-07-19
* parse all QIS values (we still ignore them though ...)Michael Niedermayer2006-07-17
* 100l for meMichael Niedermayer2006-07-17
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet2006-07-17
* attempt to implement xiphs useless and stupid quantization matrix messMichael Niedermayer2006-07-17
* replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for t...Michael Niedermayer2006-07-17
* use RSHIFTMichael Niedermayer2006-07-16
* useless memcpyMichael Niedermayer2006-07-16
* some fixmes if someone ever wants to implement theora support correctly ...Michael Niedermayer2006-07-16
* check how many bits are left after decoding extradataMichael Niedermayer2006-07-16
* cleanupMichael Niedermayer2006-07-16
* kill some warningsMåns Rullgård2006-02-25
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* 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
* 10l, left debugging onAlex Beregszaszi2005-11-13