summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorscop <scop>2005-03-14 11:03:26 +0000
committerscop <scop>2005-03-14 11:03:26 +0000
commit48163efd2933f4c003553c7d861732ecf5c4d7b5 (patch)
tree2cce0efbd8646d3d9be1ede8e8e70e0ff30a6650 /HISTORY
parentaf8419325334990a0632306ee33651f9fa12b98a (diff)
downloadvdr-plugin-dxr3-48163efd2933f4c003553c7d861732ecf5c4d7b5.tar.gz
vdr-plugin-dxr3-48163efd2933f4c003553c7d861732ecf5c4d7b5.tar.bz2
Fix i18n, improve some translations.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY42
1 files changed, 3 insertions, 39 deletions
diff --git a/HISTORY b/HISTORY
index 8562cf5..ed873f6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -230,48 +230,12 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- fixed dxr3osd_subpicutre.c - thanks to Paavo Hartikainen <pahartik@sci.fi>
-2005-??-??: Version 0.2.3-pre3
+2004-0?-??: Version 0.2.3-pre3
- fixed output of anamorphic video, if tv aspect is configured to 16:9 in DVB setup menu
thanks Seppo Ingalsuo <seppo.ingalsuo@iki.fi>
- rewrote i18n support
- fixed void cDxr3Interface::SetAudioDigitalPCM() - thanks to Stephan Skrodzki <skrodzki@contcast.de> for patch
- dxr3memcpy.c/h: fix to support older compilers like gcc-2.95
- Here i want to thanks Marco Schlüßler very much for run compil tests, even he
- dont run the plugin :)
-- dxr3memcpy.c/h (bug #1000647)
- should now compile on alpha and powerpc - thanks to Paavo Hartikainen <pahartik@sci.fi>
-- added many comments into source
-- using doxygen for docs
-- cDxr3Interface::ConfigureDevice(): we get now videomode from driver and set only a
- new one, if the wanted one is different to the driver defaults one.
-- added functions to read and write registers directly with the plugin
-- added basic dolby digital interface
-- you can configure microcode path in Makefile - thanks to Sascha Volkenandt <sascha@akv-soft.de>
-- fixed DVBDIR and FFMDIR in Makefile - thanks to guys from www.vdr-wiki.de
-- you can set now logpath in makefile
- You should also run a linke like
- # find / -name "dxr3plugin.log" | xargs rm
- because the pre2 seems to put this dxr3plugin.log random in some folders - reporded by Martin Dauskardt <md001@gmx.de>
-- extended cDxr3MemcpyBench::Rdtsc(uint32_t config_flags)
- support for non x86 arch
- support for cpu's, which dont support rdtsc timing
-- logger now thread safe
-- rewrote cDxr3SpuDecoder
- dropped software decoder
- added hardware decoder, so we make use of DVD-functions of the dxr3
-- checked Lock() and Unlock() in dxr3interface.c - hope everything is ok else contact me
-- using now std:: instead of namespace std; - fixed bug #1044069
-- renamed dxr3interface_spu_encoder.h/c to dxr3spuencoder.h/c
-- removed log commands in dxr3outputthread.c
-- fixed #includes
- moved #include "dxr3osd.h" from dxr3interface.h to dxr3interface.c
- removed not needed #includes
-- fixed bug #1022810: Osd gets pink
-- added support for vdr-1.3.13
-- added a small patch, containing mainly Finnish translation updates but also a few other small ones
- thanks Ville Skyta <ville.skytta@iki.fi>
-- some little fixes in the dx3interface: if we cant open control fifo plugins retuns now correct error message
-- removed -lz from makefile
-- compiles now with 3.4.x gcc's
-- added support for vdr-1.3.18 - thanks to Luca Olivetti <luca@ventoso.org> \ No newline at end of file
+- dxr3memcpy.c/h: should now compile on alpha and powerpc
+- fixed i18n, and improved Finnish translations and some others