summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-1/+1
* VP3: Do not ignore error from read_huffman_tree().Alex Converse2009-02-091-5/+10
* VP3: Prevent stack corruption from an unset custom coding method.Alex Converse2009-02-031-0/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* clear_block mmxLoren Merritt2008-12-101-2/+2
* MMX VP3 Loop FilterDavid Conrad2008-10-171-1/+2
* Remove unused variablesDavid Conrad2008-10-121-2/+0
* Move VP3 loop filter to DSPContextDavid Conrad2008-10-041-43/+4
* Cosmetics: reindentDavid Conrad2008-10-011-122/+122
* Unneeded elseDavid Conrad2008-10-011-2/+1
* Unneeded bracesDavid Conrad2008-10-011-2/+2
* Return if unpacking motion vectors for a keyframeDavid Conrad2008-10-011-0/+1
* Cosmetics: indentationDavid Conrad2008-10-011-2/+2
* Visible width/height fields were added in Theora 3.2David Conrad2008-10-011-3/+3
* filter_limit_values only needs 7 bits, make its tables smallerDavid Conrad2008-10-011-1/+1
* Cosmetics: indentationDavid Conrad2008-09-301-1/+1
* Merge (vp3|theora)_calculate_pixel_addressesDavid Conrad2008-09-301-47/+6
* Missed hunks of last commitDavid Conrad2008-09-301-3/+0
* Remove unused vp3 debugging infoDavid Conrad2008-09-301-258/+0
* Downgrade severity of leftover bits in header packets, and don't check for th...David Conrad2008-09-301-2/+2
* Use skip_frame for keyframe-only decoding rather than #ifdefDavid Conrad2008-09-291-19/+3
* Take idct permutation into account when initializing dequantization matricesDavid Conrad2008-09-171-1/+1
* theoradec: cosmetics: indentationAurelien Jacobs2008-09-031-9/+9
* theoradec: skip decoding of uncoded MV in 4MV codeAurelien Jacobs2008-09-031-1/+9
* theoradec: small 4MV code reorganization to ease future improvementsAurelien Jacobs2008-09-031-7/+6
* 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
OpenPOWER on IntegriCloud