]> git.sesse.net Git - vlc/history - src/video_decoder/video_parser.h
* Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec
[vlc] / src / video_decoder / video_parser.h
2001-09-05 Christophe Massiot* Altivec IDCT and motion compensation, based on Paul...
2001-08-22 Christophe Massiot* Totally rewrote the video decoder (inspired by walken...
2001-07-18 Christophe Massiot* Rewrote the video decoder to take advantage of severa...
2001-07-17 Christophe MassiotCleaned up include/. Unnecessary headers are no longer...
2001-05-06 Sam Hocevar * Fixed a few warnings with gcc 3.0.
2001-01-24 Christophe Massiot* Hooks for fast forward and slow motion support.
2001-01-21 Christophe Massiot* Various miscellaneous minor optimizations of the...
2001-01-18 Sam Hocevar The motion compensation routines are now modules...
2001-01-17 Christophe Massiot* Borrowed LiViD's MMX and MMX EXT IDCT.
2001-01-15 Christophe Massiot* Implemented video_parser bitstream callback for PTS...
2001-01-13 Sam Hocevar . the IDCT functions are now located in modules :...
2001-01-10 Christophe Massiot* Changed code for handling b_die in bitstream ;
2000-12-21 Christophe Massiot* Moved video_decoder's headers from include/ to src...