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
/
vp3.c
Age
Commit message (
Expand
)
Author
2010-03-04
Really fix 2.95
David Conrad
2010-03-04
Maybe fix gcc 2.95
David Conrad
2010-03-03
Delay translating DCT tokens into coefficients until immediately before IDCT
David Conrad
2010-03-03
Do MC and IDCT in coding (hilbert) order
David Conrad
2010-03-03
Explictly separate decoding whether fragments are coded by plane
David Conrad
2010-02-28
Remove declaration of unused variables.
Carl Eugen Hoyos
2010-02-21
Simplify determing whether fragments are coded
David Conrad
2010-02-21
Handle Theora's continued runs in superblock coding.
David Conrad
2010-02-21
Decode fully coded superblocks in the same manner as partial superblocks and qpi
David Conrad
2010-02-21
Make the special 4129 case for long-run bit strings a #define and explain it
David Conrad
2010-02-21
Use memset to set the runs partially coded superblocks
David Conrad
2010-02-17
Use LOCAL_ALIGNED macro for local arrays
Måns Rullgård
2010-02-13
Move CODEC_FLAG_GRAY check to outer loop
David Conrad
2010-02-13
Move branch based on custom mode outside the loop
David Conrad
2010-02-13
Directly check whether a fragment is coded for 4MV mode instead of iterating
David Conrad
2010-02-13
Eliminate fragment -> macroblock mapping array
David Conrad
2010-02-13
Eliminate macroblock -> fragment mapping array
David Conrad
2010-02-13
Eliminate superblock <-> macroblock mapping array
David Conrad
2010-02-12
Don't pre-calculate first_pixel
David Conrad
2010-02-12
Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
David Conrad
2010-02-12
Cosmetics: reindent
David Conrad
2010-02-12
Do loop filter per-row rather than per-frame
David Conrad
2010-02-12
Move apply_loop_filter above render_slice, it'll be used by the latter soon
David Conrad
2010-02-12
Export Theora colorspace info if present
David Conrad
2010-02-12
Theora 3.4 doesn't exist; these fields were misunderstandings of the spec
David Conrad
2010-02-12
Remove unused code that's moved elsewhere
David Conrad
2010-01-22
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2009-12-19
Cosmetic: indent after last change.
Mike Melanson
2009-12-19
Optimize unpack_vectors() by not shuffling around redundant vectors.
Mike Melanson
2009-12-06
Cosmetics: Fix indentation after r20751.
Carl Eugen Hoyos
2009-12-06
Simplified deblocking checks.
Jason Garrett-Glaser
2009-12-06
Faster checks in reverse_dc_prediction.
Jason Garrett-Glaser
2009-12-06
Check transform==15 first, since it's more common than 13.
Jason Garrett-Glaser
2009-12-06
Revert r20747: It mixed functional and cosmetical changes.
Carl Eugen Hoyos
2009-12-06
Various VP3 optimizations.
Jason Garrett-Glaser
2009-12-02
Small refactoring: Instead of 4 loops for decoding AC coefficients based
Mike Melanson
2009-12-02
Use a list to track which fragments coded in this frame still have
Mike Melanson
2009-09-24
Make sure that all memory allocations succeed.
Mike Melanson
2009-09-23
Fix >= vs > check of coded_fragment_list_index.
Google Chrome
2009-09-23
Fix init_get_bits() buffer size.
Google Chrome
2009-09-23
Another micro-optimization for unpack_vlcs(): Eliminate a possible
Mike Melanson
2009-09-22
Perform the DC prediction reversal immediately after decoding all of
Mike Melanson
2009-09-21
Modify unpack_vlcs() so that there are fewer dereferences through the
Mike Melanson
2009-09-06
compatible_frame array can be static const, too.
Reimar Döffinger
2009-09-05
Make vp3 arrays static const where possible.
Reimar Döffinger
2009-07-22
Remove useless #include <unistd.h> from many files
Måns Rullgård
2009-07-06
Remove useless ret variable added in last revision again.
Reimar Döffinger
2009-07-06
100l, theora_decode_init must pass on errors from vp3_decode_init
Reimar Döffinger
2009-07-06
Make decode_init fail if the huffman tables are invalid and thus init_vlc fails.
Reimar Döffinger
2009-07-05
Ensure that the filter limit values do not exceed the maximum allowed value o...
Reimar Döffinger
[prev]
[next]