diff options
-rw-r--r-- | HISTORY | 9 | ||||
-rw-r--r-- | dxr3.c | 4 |
2 files changed, 7 insertions, 6 deletions
@@ -293,8 +293,9 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 - don't override OSD's {Save,Restore}Region with dummies (Luca Olivetti) -2005-0?-??: Version 0.2.? +2005-??-??: Version 0.3.0 -- added fix for slow udev device creating (Christian Gmeiner) -- renamed dxr3interface_spu_encoder.[ch] to dxr3spuencoder.[ch] (Christian Gmeiner) -- we are using dxr3 hardware dvd playback functions in our spudecoder (Christian Gmeiner)
\ No newline at end of file +- add workaround for slow udev device creating (Christian Gmeiner) +- renamed dxr3interface_spu_encoder.[ch] to dxr3spuencoder.[ch] + (Christian Gmeiner) +- use dxr3 hardware dvd playback functions in spudecoder (Christian Gmeiner) @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dxr3.c,v 1.10 2005/08/17 07:16:00 scop Exp $ + * $Id: dxr3.c,v 1.11 2005/08/25 18:38:58 scop Exp $ * */ @@ -15,7 +15,7 @@ #include "dxr3.h" #include "dxr3i18n.h" -static const char *VERSION = "0.2.4-cvs"; +static const char *VERSION = "0.3.0-cvs"; static const char *DESCRIPTION = "Hardware MPEG decoder"; static const char *MAINMENUENTRY = "DXR3"; |