313 Commits (cae39851201b7781f1262e1c23627b45e6e80bb4)

Author SHA1 Message Date
David Conrad 7a095ea6fb Do MC and IDCT in coding (hilbert) order 15 years ago
David Conrad 35c28d23cb Explictly separate decoding whether fragments are coded by plane 15 years ago
Carl Eugen Hoyos 770128c448 Remove declaration of unused variables. 15 years ago
David Conrad 6cb35b45e6 Simplify determing whether fragments are coded 15 years ago
David Conrad a89264761f Handle Theora's continued runs in superblock coding. 15 years ago
David Conrad 855c720c86 Decode fully coded superblocks in the same manner as partial superblocks and qpi 15 years ago
David Conrad ecb51b25bb Make the special 4129 case for long-run bit strings a #define and explain it 15 years ago
David Conrad 33dbc1b7ca Use memset to set the runs partially coded superblocks 15 years ago
Måns Rullgård 40d1122752 Use LOCAL_ALIGNED macro for local arrays 15 years ago
David Conrad 161e8cf42c Move CODEC_FLAG_GRAY check to outer loop 15 years ago
David Conrad 7c2e31d1f0 Move branch based on custom mode outside the loop 15 years ago
David Conrad eb691ef219 Directly check whether a fragment is coded for 4MV mode instead of iterating 15 years ago
David Conrad 15675ce609 Eliminate fragment -> macroblock mapping array 15 years ago
David Conrad ea67614457 Eliminate macroblock -> fragment mapping array 15 years ago
David Conrad 19cd517dbf Eliminate superblock <-> macroblock mapping array 15 years ago
David Conrad 735acf567c Don't pre-calculate first_pixel 15 years ago
David Conrad a8de390163 Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder 15 years ago
David Conrad 621f9a40b1 Cosmetics: reindent 15 years ago
David Conrad 256c0662ef Do loop filter per-row rather than per-frame 15 years ago
David Conrad fe3135564a Move apply_loop_filter above render_slice, it'll be used by the latter soon 15 years ago
David Conrad ea3c2d5393 Export Theora colorspace info if present 15 years ago
David Conrad 337f5c6e30 Theora 3.4 doesn't exist; these fields were misunderstandings of the spec 15 years ago
David Conrad 45c3c92576 Remove unused code that's moved elsewhere 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Mike Melanson da8af9388c Cosmetic: indent after last change. 15 years ago
Mike Melanson e6e32bdc5f Optimize unpack_vectors() by not shuffling around redundant vectors. 15 years ago
Carl Eugen Hoyos 08f1960588 Cosmetics: Fix indentation after r20751. 15 years ago
Jason Garrett-Glaser bfb5a8cec6 Simplified deblocking checks. 15 years ago
Jason Garrett-Glaser 50ba3fd713 Faster checks in reverse_dc_prediction. 15 years ago
Jason Garrett-Glaser c11cb37520 Check transform==15 first, since it's more common than 13. 15 years ago
Carl Eugen Hoyos 306a61b33e Revert r20747: It mixed functional and cosmetical changes. 15 years ago
Jason Garrett-Glaser 63c0b3d920 Various VP3 optimizations. 15 years ago
Mike Melanson 9d8bb0318a Small refactoring: Instead of 4 loops for decoding AC coefficients based 15 years ago
Mike Melanson 098523eb28 Use a list to track which fragments coded in this frame still have 15 years ago
Mike Melanson 0efbd068e7 Make sure that all memory allocations succeed. 15 years ago
Google Chrome 310afddfe0 Fix >= vs > check of coded_fragment_list_index. 15 years ago
Google Chrome fa6f27517b Fix init_get_bits() buffer size. 15 years ago
Mike Melanson 428984b041 Another micro-optimization for unpack_vlcs(): Eliminate a possible 15 years ago
Mike Melanson 138fe83215 Perform the DC prediction reversal immediately after decoding all of 15 years ago
Mike Melanson ee3d7f5852 Modify unpack_vlcs() so that there are fewer dereferences through the 15 years ago
Reimar Döffinger b8791583e7 compatible_frame array can be static const, too. 15 years ago
Reimar Döffinger bb99108775 Make vp3 arrays static const where possible. 15 years ago
Måns Rullgård 3aab27b459 Remove useless #include <unistd.h> from many files 16 years ago
Reimar Döffinger c79c960ade Remove useless ret variable added in last revision again. 16 years ago
Reimar Döffinger 7cda815044 100l, theora_decode_init must pass on errors from vp3_decode_init 16 years ago
Reimar Döffinger c4b7b8bf9c Make decode_init fail if the huffman tables are invalid and thus init_vlc fails. 16 years ago
Reimar Döffinger e13cca4b14 Ensure that the filter limit values do not exceed the maximum allowed value of 127. 16 years ago
Reimar Döffinger 7fa5f9990b Extend init_loop_filter to work for filter limit values up to 127 instead 16 years ago
Baptiste Coudurier 7f57905d55 vp3 and theora decoders use get_buffer, set CODEC_CAP_DR1 16 years ago
David Conrad f2264fa531 Support block-level quantization in Theora 16 years ago