summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
...
* Cosmetics: reindentDavid Conrad2010-02-121-48/+48
* Do loop filter per-row rather than per-frameDavid Conrad2010-02-121-7/+12
* Move apply_loop_filter above render_slice, it'll be used by the latter soonDavid Conrad2010-02-121-64/+64
* Export Theora colorspace info if presentDavid Conrad2010-02-121-2/+12
* Theora 3.4 doesn't exist; these fields were misunderstandings of the specDavid Conrad2010-02-121-14/+2
* Remove unused code that's moved elsewhereDavid Conrad2010-02-121-54/+0
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-3/+3
* Cosmetic: indent after last change.Mike Melanson2009-12-191-2/+2
* Optimize unpack_vectors() by not shuffling around redundant vectors.Mike Melanson2009-12-191-15/+7
* Cosmetics: Fix indentation after r20751.Carl Eugen Hoyos2009-12-061-28/+28
* Simplified deblocking checks.Jason Garrett-Glaser2009-12-061-6/+9
* Faster checks in reverse_dc_prediction.Jason Garrett-Glaser2009-12-061-7/+7
* Check transform==15 first, since it's more common than 13.Jason Garrett-Glaser2009-12-061-1/+1
* Revert r20747: It mixed functional and cosmetical changes.Carl Eugen Hoyos2009-12-061-44/+41
* Various VP3 optimizations.Jason Garrett-Glaser2009-12-061-41/+44
* Small refactoring: Instead of 4 loops for decoding AC coefficients basedMike Melanson2009-12-021-26/+21
* Use a list to track which fragments coded in this frame still haveMike Melanson2009-12-021-21/+70
* Make sure that all memory allocations succeed.Mike Melanson2009-09-241-0/+12
* Fix >= vs > check of coded_fragment_list_index.Google Chrome2009-09-231-1/+1
* Fix init_get_bits() buffer size.Google Chrome2009-09-231-1/+1
* Another micro-optimization for unpack_vlcs(): Eliminate a possibleMike Melanson2009-09-231-4/+3
* Perform the DC prediction reversal immediately after decoding all ofMike Melanson2009-09-221-8/+16
* Modify unpack_vlcs() so that there are fewer dereferences through theMike Melanson2009-09-211-9/+15
* compatible_frame array can be static const, too.Reimar Döffinger2009-09-061-1/+1
* Make vp3 arrays static const where possible.Reimar Döffinger2009-09-051-5/+5
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-1/+0
* Remove useless ret variable added in last revision again.Reimar Döffinger2009-07-061-3/+1
* 100l, theora_decode_init must pass on errors from vp3_decode_initReimar Döffinger2009-07-061-2/+3
* Make decode_init fail if the huffman tables are invalid and thus init_vlc fails.Reimar Döffinger2009-07-061-10/+19
* Ensure that the filter limit values do not exceed the maximum allowed value o...Reimar Döffinger2009-07-051-1/+6
* Extend init_loop_filter to work for filter limit values up to 127 insteadReimar Döffinger2009-07-051-2/+9
* vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-2/+2
* Support block-level quantization in TheoraDavid Conrad2009-05-291-27/+81
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-221-2/+2
* Use skip_bits_long() for large skipsDavid Conrad2009-05-141-1/+1
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-111-0/+1
* Remove dead assignments found by CSABenjamin Larsson2009-05-021-2/+0
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* 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
OpenPOWER on IntegriCloud