summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* make ModeAlphabet read-only and use a custom mode alphabetStefan Gehrer2008-06-251-9/+15
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output andReimar Döffinger2008-06-091-18/+0
* Almost-cosmetics: split out coeff_count from all_fragments struct intoReimar Döffinger2008-06-091-11/+14
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-7/+7
* Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka2008-05-041-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-2/+4
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-051-1/+1
* fix memory leaks in vp3 decoderMåns Rullgård2008-02-241-0/+15
* Fix ;;Michael Niedermayer2008-02-191-1/+1
* typo fix: inited --> initializedDiego Biurrun2008-02-131-5/+5
* Print Theora bitstream version at DEBUG, not at VERBOSE level.Diego Biurrun2008-02-131-1/+1
* constMichael Niedermayer2008-02-011-1/+1
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-8/+8
* Reduce Theora decoder verbosity.Diego Biurrun2007-08-031-1/+1
* 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
OpenPOWER on IntegriCloud