summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* cosmetics: fix inconsistent indentationAurelien Jacobs2007-05-071-4/+4
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-071-10/+9
* Only compile in Theora-specific functions if the Theora decoder has beenDiego Biurrun2007-04-081-1/+1
* cosmetics: Move one code block to save an #ifdef in the next commit.Diego Biurrun2007-04-081-10/+10
* Remove #if 0 code.Diego Biurrun2007-04-081-22/+0
* Fix compilation when Theora decoder is disabled, but VP3 is enabled.Diego Biurrun2007-04-081-0/+2
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* use generic xiph header spliting func to split theora headersAurelien Jacobs2007-03-251-9/+13
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-5/+5
* cosmetics: aswell --> as well typo fixDiego Biurrun2007-02-221-1/+1
* Unconditionally enable Theora decoder. It works fine now and there is noDiego Biurrun2007-01-101-2/+0
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix decoding of ED-small-sample-file.oggMichael Niedermayer2006-10-061-1/+1
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-031-1/+1
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* cleanupMichael Niedermayer2006-08-171-6/+2
* Do not crash when the first frame is not a keyframe (and thus none of theReimar Döffinger2006-07-231-0/+5
* simplifyMichael Niedermayer2006-07-191-43/+2
* more simplificationsMichael Niedermayer2006-07-191-39/+29
* simplificationMichael Niedermayer2006-07-191-114/+21
* iabs -> ABSMichael Niedermayer2006-07-191-4/+3
* simplifyMichael Niedermayer2006-07-191-99/+36
* fix loop filterMichael Niedermayer2006-07-191-7/+8
* parse all QIS values (we still ignore them though ...)Michael Niedermayer2006-07-171-3/+9
* 100l for meMichael Niedermayer2006-07-171-1/+1
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet2006-07-171-0/+4
* attempt to implement xiphs useless and stupid quantization matrix messMichael Niedermayer2006-07-171-126/+81
* replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for t...Michael Niedermayer2006-07-171-36/+35
* use RSHIFTMichael Niedermayer2006-07-161-11/+4
* useless memcpyMichael Niedermayer2006-07-161-2/+2
* some fixmes if someone ever wants to implement theora support correctly ...Michael Niedermayer2006-07-161-0/+2
* check how many bits are left after decoding extradataMichael Niedermayer2006-07-161-52/+54
* cleanupMichael Niedermayer2006-07-161-19/+2
* kill some warningsMåns Rullgård2006-02-251-41/+0
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-4/+4
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-123/+123
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-139/+139
* 10l, left debugging onAlex Beregszaszi2005-11-131-1/+1
* Correctly skip unknown matrices (patch by Matthieu Castet) and disable commen...Matthieu Castet2005-11-131-12/+21
* Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for The...Alex Beregszaszi2005-11-131-23/+85
* fixed long standing off-by-one bug (fixes playback on ppc)Alex Beregszaszi2005-11-131-1/+1
* use av_log in debug modeAlex Beregszaszi2005-09-071-10/+10
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-1/+0
* removed a bunch of unused, sub-optimal codeMike Melanson2005-08-131-687/+0
* read loop filter limit values from Theora header, courtesy of MatthieuMike Melanson2005-05-241-6/+2
* fix bugs in new loop filter code; also, refrain from filtering againstMike Melanson2005-05-211-31/+25
OpenPOWER on IntegriCloud