index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vp56.h
Age
Commit message (
Expand
)
Author
2012-01-08
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-07
vp56: Drop unnecessary cabac.h #include.
Diego Biurrun
2011-10-26
VP8: Remove no longer used vp8_rac_get_tree_with_offset
David Conrad
2011-10-07
vp6: Check for huffman tree build errors
Laurent Aimar
2011-09-22
Check for huffman tree building error in vp6 decoder.
Laurent Aimar
2011-07-15
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-15
doxygen: do not include license boilerplate in Doxygen documentation
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-13
ARM optimised vp56_rac_get_prob()
Mans Rullgard
2011-02-11
ARM optimised vp56_rac_get_prob()
Mans Rullgard
2010-08-12
VP5/6/8: ~7% faster arithmetic decoding
Jason Garrett-Glaser
2010-08-04
VP5/6/8: eliminate CABAC dependency
Jason Garrett-Glaser
2010-08-03
Silence unused function warnings in vp56.h
Jason Garrett-Glaser
2010-08-03
VP5/6/8: tweak some arithcoder inlining
Jason Garrett-Glaser
2010-07-28
Reindent after last commit.
Alex Converse
2010-07-28
ff_prefix non static vp56 functions.
Alex Converse
2010-07-23
Inline asm for VP56 arith coder
Eli Friedman
2010-07-23
Decode DCT tokens by branching to a different code path for each branch
David Conrad
2010-07-23
Move renormalization of the VP56 arith decoder to before decoding a bit
David Conrad
2010-07-23
Split renorm of vp56 arith decoder to its own function
David Conrad
2010-07-23
vp56's arith decoder's code_word is only 16 bits, no need for unsigned long
David Conrad
2010-07-22
Much faster VP8 mv and mode prediction
Jason Garrett-Glaser
2010-07-22
Convert vp56_mv to 16-bit.
Jason Garrett-Glaser
2010-07-01
cosmetic: improve comment breaking at 80 cols
Aurelien Jacobs
2010-06-30
Eliminate another redundant instruction in vp56/8 arithcoder
Jason Garrett-Glaser
2010-06-30
CMOV-ify vp56 arithcoder
Jason Garrett-Glaser
2010-06-30
Optimize vp56 arithmetic decoder
Jason Garrett-Glaser
2010-06-30
renormalize VP5/6/7/8 range coder without loop
Stefan Gehrer
2010-06-22
Native VP8 decoder.
David Conrad
2010-06-22
Change a / 256 into a >> 8.
Ronald S. Bultje
2010-04-30
VP56: move vp56_edge_filter to new VP56DSPContext
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-06
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-01-29
Make VP5 and VP6 decoders output a qscale table to allow for more automatic
Reimar Döffinger
2010-01-22
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2009-07-05
vp56dec: ensure range coder won't read past the end of input buffer
Aurelien Jacobs
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-07
fix vp5/vp6 decoding by using new prototype for decode function
Aurelien Jacobs
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-12-12
rename Vp56Model to VP56Model for consistency
Aurelien Jacobs
2008-12-11
cosmetics: vertical alignment
Aurelien Jacobs
2008-12-11
avoid POSIX reserved _t suffix
Aurelien Jacobs
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-03-05
remove #include "mpegvideo.h" where it is not needed
Aurelien Jacobs
2008-02-01
const
Michael Niedermayer
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-14
add support for VP6 with huffman encoded blocks
Aurelien Jacobs
2007-09-25
add a new vp6a codec (add alpha plan support to vp6)
Aurelien Jacobs
2007-09-24
move all model related tables into their own struct
Aurelien Jacobs
2007-09-24
some simplifications and uniformisation
Aurelien Jacobs
[next]