Age | Commit message (Collapse) | Author |
|
Very basic IDCT support is in, performed CPU-side for now.
|
|
|
|
|
|
|
|
MC support for frame and field based motion prediction. Also various bug
fixes, clean up.
|
|
|
|
Get rid of some Valgrind memory leak and uninitialized var errors.
|
|
Reduce number of input vertex streams by using same texcoord stream for
chroma textures, reusing pos stream when calculating texcoords for P, B
macroblocks.
|
|
Initial commit for g3dvl, contains support for basic XvMC features.
- Context, surface, block, macroblock creation and deletion
- Surface rendering
- Frame pictures
- Frame based motion compensation
- Intra-coded macroblocks
- Predicted macroblocks
- Bi-directionally predicted macroblocks
- Surface display
- Color conversion
- Scaling
|