summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Collapse)AuthorAgeFilesLines
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
| | | | Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix inconsistent indentationAurelien Jacobs2007-05-071-4/+4
| | | | Originally committed as revision 8929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-071-10/+9
| | | | Originally committed as revision 8928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile in Theora-specific functions if the Theora decoder has beenDiego Biurrun2007-04-081-1/+1
| | | | | | enabled. Also fixes some "defined but not used" warnings in that case. Originally committed as revision 8685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move one code block to save an #ifdef in the next commit.Diego Biurrun2007-04-081-10/+10
| | | | Originally committed as revision 8684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove #if 0 code.Diego Biurrun2007-04-081-22/+0
| | | | Originally committed as revision 8683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when Theora decoder is disabled, but VP3 is enabled.Diego Biurrun2007-04-081-0/+2
| | | | Originally committed as revision 8682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use generic xiph header spliting func to split theora headersAurelien Jacobs2007-03-251-9/+13
| | | | | | | | Original thread: Date: Thu, 22 Mar 2007 20:23:08 -0400 Subject: [Ffmpeg-devel] [PATCH] Theora in MKV (GSoC '07 Qualification) Originally committed as revision 8506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-5/+5
| | | | Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: aswell --> as well typo fixDiego Biurrun2007-02-221-1/+1
| | | | Originally committed as revision 8062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unconditionally enable Theora decoder. It works fine now and there is noDiego Biurrun2007-01-101-2/+0
| | | | | | Theora support through libtheora in FFmpeg. Originally committed as revision 7435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-4/+4
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of ED-small-sample-file.oggMichael Niedermayer2006-10-061-1/+1
| | | | Originally committed as revision 6567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-031-1/+1
| | | | Originally committed as revision 6536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2006-08-171-6/+2
| | | | Originally committed as revision 6007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not crash when the first frame is not a keyframe (and thus none of theReimar Döffinger2006-07-231-0/+5
| | | | | | necessary initialization has been done yet). Originally committed as revision 5815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-191-43/+2
| | | | Originally committed as revision 5796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more simplificationsMichael Niedermayer2006-07-191-39/+29
| | | | Originally committed as revision 5795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplificationMichael Niedermayer2006-07-191-114/+21
| | | | Originally committed as revision 5794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iabs -> ABSMichael Niedermayer2006-07-191-4/+3
| | | | Originally committed as revision 5793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-07-191-99/+36
| | | | Originally committed as revision 5792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix loop filterMichael Niedermayer2006-07-191-7/+8
| | | | Originally committed as revision 5791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse all QIS values (we still ignore them though ...)Michael Niedermayer2006-07-171-3/+9
| | | | Originally committed as revision 5778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l for meMichael Niedermayer2006-07-171-1/+1
| | | | Originally committed as revision 5777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ↵Matthieu Castet2006-07-171-0/+4
| | | | | | matthieu ot free dat fr %%) Originally committed as revision 5776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attempt to implement xiphs useless and stupid quantization matrix messMichael Niedermayer2006-07-171-126/+81
| | | | Originally committed as revision 5775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for ↵Michael Niedermayer2006-07-171-36/+35
| | | | | | theora according to spec) Originally committed as revision 5774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use RSHIFTMichael Niedermayer2006-07-161-11/+4
| | | | Originally committed as revision 5773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless memcpyMichael Niedermayer2006-07-161-2/+2
| | | | Originally committed as revision 5772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some fixmes if someone ever wants to implement theora support correctly ...Michael Niedermayer2006-07-161-0/+2
| | | | Originally committed as revision 5771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check how many bits are left after decoding extradataMichael Niedermayer2006-07-161-52/+54
| | | | | | this change is messy as whoever wrote the original code copied the GetBitContext instead of passing a pointer to it which has to be fixed for the above thing Originally committed as revision 5770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2006-07-161-19/+2
| | | | Originally committed as revision 5769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill some warningsMåns Rullgård2006-02-251-41/+0
| | | | Originally committed as revision 5063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-4/+4
| | | | | | patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-123/+123
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-139/+139
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, left debugging onAlex Beregszaszi2005-11-131-1/+1
| | | | Originally committed as revision 4705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly skip unknown matrices (patch by Matthieu Castet) and disable ↵Matthieu Castet2005-11-131-12/+21
| | | | | | comment reading Originally committed as revision 4704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for ↵Alex Beregszaszi2005-11-131-23/+85
| | | | | | Theora 3.4 and stream created by Elphel cameras are decodable. Originally committed as revision 4703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed long standing off-by-one bug (fixes playback on ppc)Alex Beregszaszi2005-11-131-1/+1
| | | | Originally committed as revision 4702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_log in debug modeAlex Beregszaszi2005-09-071-10/+10
| | | | Originally committed as revision 4570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-1/+0
| | | | Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed a bunch of unused, sub-optimal codeMike Melanson2005-08-131-687/+0
| | | | Originally committed as revision 4516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read loop filter limit values from Theora header, courtesy of MatthieuMike Melanson2005-05-241-6/+2
| | | | | | Castet (castet.matthieu -at- free.fr) Originally committed as revision 4304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bugs in new loop filter code; also, refrain from filtering againstMike Melanson2005-05-211-31/+25
| | | | | | | data that has yet to be rendered; still #if'd out, will revisit when proper algorithm can be validated Originally committed as revision 4297 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud