49 Commits (d93fdcbf5c0e70ca03aaad2581fd328f277cd7cb)

Author SHA1 Message Date
Jason Garrett-Glaser 905ef0d064 VP5/6/8: eliminate CABAC dependency 14 years ago
Jason Garrett-Glaser 61ee75bbf8 Silence unused function warnings in vp56.h 14 years ago
Jason Garrett-Glaser cd2769c142 VP5/6/8: tweak some arithcoder inlining 14 years ago
Alex Converse 52fa20542b Reindent after last commit. 15 years ago
Alex Converse d950497083 ff_prefix non static vp56 functions. 15 years ago
Eli Friedman 3611e7a309 Inline asm for VP56 arith coder 15 years ago
David Conrad fe1b5d974a Decode DCT tokens by branching to a different code path for each branch 15 years ago
David Conrad 5474ec2ac8 Move renormalization of the VP56 arith decoder to before decoding a bit 15 years ago
David Conrad b3d755ec8b Split renorm of vp56 arith decoder to its own function 15 years ago
David Conrad 24675b8093 vp56's arith decoder's code_word is only 16 bits, no need for unsigned long 15 years ago
Jason Garrett-Glaser 702e8d3376 Much faster VP8 mv and mode prediction 15 years ago
Jason Garrett-Glaser d229ae2b62 Convert vp56_mv to 16-bit. 15 years ago
Aurelien Jacobs 6eabaef4b8 cosmetic: improve comment breaking at 80 cols 15 years ago
Jason Garrett-Glaser 4148855ee4 Eliminate another redundant instruction in vp56/8 arithcoder 15 years ago
Jason Garrett-Glaser 36d6b545a1 CMOV-ify vp56 arithcoder 15 years ago
Jason Garrett-Glaser 2e6ed48d6e Optimize vp56 arithmetic decoder 15 years ago
Stefan Gehrer bce3bd1ced renormalize VP5/6/7/8 range coder without loop 15 years ago
David Conrad 3b636f21da Native VP8 decoder. 15 years ago
Ronald S. Bultje c6ef6e14cf Change a / 256 into a >> 8. 15 years ago
Måns Rullgård 5e1ba34bbb VP56: move vp56_edge_filter to new VP56DSPContext 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Reimar Döffinger 800274f871 Make VP5 and VP6 decoders output a qscale table to allow for more automatic 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Aurelien Jacobs 7576516a7e vp56dec: ensure range coder won't read past the end of input buffer 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Aurelien Jacobs 012f930855 fix vp5/vp6 decoding by using new prototype for decode function 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs d887151d8c rename Vp56Model to VP56Model for consistency 16 years ago
Aurelien Jacobs 76025d91da cosmetics: vertical alignment 16 years ago
Aurelien Jacobs 3d52bca6bf avoid POSIX reserved _t suffix 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Aurelien Jacobs d37f007d54 remove #include "mpegvideo.h" where it is not needed 17 years ago
Michael Niedermayer 7e5cdb5b1b const 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Aurelien Jacobs f28b10483a add support for VP6 with huffman encoded blocks 17 years ago
Aurelien Jacobs 91fc2cf150 add a new vp6a codec (add alpha plan support to vp6) 17 years ago
Aurelien Jacobs 247df384ec move all model related tables into their own struct 17 years ago
Aurelien Jacobs 1457516f70 some simplifications and uniformisation 17 years ago
Aurelien Jacobs 977f6a9049 remove wrong const qualifier 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Aurelien Jacobs 704a2881bc Use pointers to avoid copying AVFrame. 18 years ago
Aurelien Jacobs dd9b86354c add support for another variant of vp6 18 years ago
Aurelien Jacobs 9110a0e32d Add support for VP60 and VP61. 18 years ago
Steve L'Homme 33400850cf Don't include inttypes.h/stdint.h directly, there is an abstraction in 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Aurelien Jacobs 4fde50604d rename vector to vect to avoid clash with Apple gcc 18 years ago
Aurelien Jacobs 5ce117c37c VP5 and VP6 video decoder 18 years ago