]> git.sesse.net Git - vlc/history - modules/codec/ogt
* modules/codec/dts.c: should be more correct (hopefully).
[vlc] / modules / codec / ogt /
2004-02-02 Laurent Aimar * render: int i;; int j; <-- gcc < 3 doesn't like...
2004-02-01 Rocky BernsteinRGB2 transparency now works. Common 8-bit RGB averaging...
2004-01-31 Rocky BernsteinBig/little-endian bug.
2004-01-31 Rocky Bernsteinrender.c: RGB2 now gets the right color from the RGB...
2004-01-30 Rocky BernsteinDoc calculation typo.
2004-01-30 Rocky Bernsteinpixmap.[ch], Modules.am: provisional routine to find...
2004-01-29 Rocky Bernsteinrender.c: RV24 blending
2004-01-29 Rocky BernsteinTransparancy for more chromas more complete.
2004-01-27 Rocky BernsteinFirst of the bigendian fixes. Bug in YUY had U and...
2004-01-25 Rocky Bernsteincvd.c: default duration scaling is smaller which seems...
2004-01-25 Benjamin Prachtstring review
2004-01-23 Rocky BernsteinRV32 added, but not tested. All chromas now handled.
2004-01-23 Rocky BernsteinSmall doc changes.
2004-01-23 Rocky BernsteinOmitted option -duration-scaling which caused plugin...
2004-01-23 Rocky BernsteinRGB2 scaling is now correct. Need to do the same for...
2004-01-22 Rocky BernsteinYUY2: Need to check against accessing outside of subpic...
2004-01-22 Rocky BernsteinRV24 color-setting fixed. Fullscreen mode doesn't work...
2004-01-21 Rocky BernsteinRV24 scaled properly.
2004-01-21 Rocky BernsteinSome of RV32 bugs worked out - pretty close. Some RGB2...
2004-01-20 Rocky BernsteinRemove more bugs from YUY2 rendering. Short of some...
2004-01-16 Rocky BernsteinAdd horizontal and vertical subtitle offset corrections...
2004-01-16 Rocky Bernsteinrender.c: RV16 now works great - uses all colors, but...
2004-01-14 Rocky BernsteinDon't do compensation subtitle unscaling if the underly...
2004-01-14 Rocky BernsteinFirst OGT/CVD RenderV16 that shows some sort of readabl...
2004-01-12 Rocky BernsteinMore RenderYUY2 bug fixes. Is very usable. Remaining...
2004-01-12 Rocky BernsteinFirst attempt at YUY2. Sort of works.
2004-01-11 Rocky BernsteinFix bug in ScaleX routine which affected ratios that...
2004-01-11 Anil Daoud* missing or incomplete .cvsignores
2004-01-10 Rocky BernsteinAdd vout_AspectRatio routine to get retrieve a vout...
2004-01-04 Gildas Bazin* modules/codec/ogt/*: win32 compilation fixes.
2004-01-04 Rocky BernsteinAdd OGT and CVD subtitle demuxers.
2004-01-04 Rocky BernsteinWas putting 1 byte of garbage for each packet.
2004-01-03 Rocky BernsteinRenderI420 now handles U and V planes. (Probably completely
2004-01-03 Rocky Bernsteinogt.c cvd.c, subtitle.h: move common debug string help...
2004-01-02 Rocky BernsteinAttempt to make easier to understand and easier to...
2004-01-01 Rocky BernsteinRenderRV16 handles scaling. But seems to slow to render...
2004-01-01 Rocky BernsteinRemove a magic number.
2004-01-01 Rocky BernsteinAdd RV16 rendering. With transparancy, but still only...
2003-12-30 Rocky Bernsteincommon.*: add common routine to eliminate palette from...
2003-12-29 Rocky Bernsteincvd: bitmap extraction further completed - not fully...
2003-12-28 Rocky BernsteinFirst cut at CVD subtitle unit assembly and initial...
2003-12-28 Rocky BernsteinStart work on CVD subtitles.
2003-12-28 Rocky BernsteinWork towards handling all planes in subtites, generaliz...
2003-12-27 Rocky BernsteinScale bitmaps for 4:3 output
2003-12-26 Rocky BernsteinKeep in synch with rest of source. Should also have...
2003-12-26 Rocky BernsteinCheck in a stable copy for reference against future...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-22 Sam Hocevar * toolbox:
2003-12-08 Rocky BernsteinMarginally better
2003-12-07 Rocky BernsteinTowards Philips OGT (SVCD subtitle) handling.