xawdecode-plugin-1.4.2 (02/10/02) ---------------------- - configure script now makes a more detailed control of alsa stuff (version, amixer, etc...). However native alsa support is *NOT* enabled, neither is it written. - added --disable-alsa switch to configure script for the foolish who don't want to compile with alsa support. - added --disable-nodebug switch to configure script to allow to build the shared library with debugging symbols. - due to some cleanup on the upstream version of xawdecode, changed build dependency to xawdecode 1.6.4 both for RPM and deb packages. - to stay in line with upstream version of xawdecode, added ffmpeg libs check in configure script. - changed some asm templates: "g" -> "m" - added -mno-omit-leaf-frame-pointer flag for compilation - added wavhead.h header file xawdecode-plugin-1.4.1 (10/01/02) ---------------------- - added DivX libs check in configure script xawdecode-plugin-1.4.0 (03/01/02) ---------------------- - compatibility with DivX recording feature of xawdecode 1.6.0 (there's no more need to set "hw_scaling = off" !) - bug fix in debian package build xawdecode-plugin-1.3.3 (30/12/01) ---------------------- - still PAL bug fixes: Whether we are in hw_scaling = on or off, in HighQuality or not mode: * There shouldn't be any more segfaults. * There shouldn't be any more "strange double contoured picture" or green pillar effects. The only thing I'm not sure about is the coulour: I have no mean to test it! PLEASE, give a feedback on it! xawdecode-plugin-1.3.2 (29/12/01) ---------------------- - adaptation to xawdecode 1.6.0beta interface, however the plugin is still not compatible with the the new DivX recording feature of xawdecode 1.6.0beta *** But you need to have 1.6.0beta installed to compile the plugin ** - segfault corrected in PAL + Xvideo + HW scaling activated Are there any further bugs with PAL descrambling? I look forward for your feedback! - Non active blueline filter parameters are now grayed - the shared library is now versioned by the build process xawdecode-plugin-1.3.1 (22/12/01) ---------------------- - removal of MMX detection and fast_memcpy code as it is now part of xawdecode because of the use of the deinterlacing functions. - fix a segfault in PAL when image was not scrambled. Are there any further bugs with PAL descrambling? I look forward for your feedback! xawdecode-plugin-1.3.0 (02/12/01) ---------------------- - fixed bug of scrambled images in the Channel Window when they shouldn't - added automatic detection of black borders (2 new parameters in the config file: blackborder = auto | off, blackborder_tolerance = n) - add a HighQuality entry in the plugin menu - add hw_scaling = on | off option in the config file (on is the default value). This option is only relevant when Xivideo is used. If set to on: uses Xvideo to scale the image, if set to off: do a software scaling like in -noxv mode. - update of the man page (highquality, blackborder, blackborder_tolerance, hw_scaling paramaters) - fixed display bug in the "Sound Decoder" sub-menu of the plugin menu when "Auto" is selected xawdecode-plugin-1.2.1 (25/11/01) ---------------------- - fixed bug in Window Channel display after rework of black border mangament xawdecode-plugin-1.2.0 (25/11/01) ---------------------- - bug fix in configuration file writing - (final ?) fix of black borders management - cleaning of nagra rendering code: decode_half(full)frame declined in: + decode_half(full)frame_RGB + decode_half(full)frame_YUV and putline(dup) in: + putline(dup)_PAL_RGB16 + putline(dup)_SECAM_RGB16 + putline(dup)_PAL_RGB32 + putline(dup)_SECAM_RGB32 which should give a small performances gain. Hoppefully, the PAL rendering hasn't been broken. - added a sample .lircrc configuration file for a Miro remote control xawdecode-plugin-1.1.1 (11/11/01) ---------------------- - take into account ybar (black borders) for snapshots - possibility to display available options xawdecode-plugin-1.1.0 (05/11/01) ---------------------- - for the RPM build, there was a mismatch with the default prefix used by xawdecode RPM build - segfault fix when in 32 bpp mode and without Xvideo - "Channel Window" and jpeg/ppm grabs are now working correctly whether Xvideo mode is use or not and what ever the X server's depth is. - selection at launch time of the fatest memcpy between: the glibc memcpy, the linux kernel memcpy, a MMX optimized memcpy, an extended MMX optimized memcpy - added couples selection in the plugin menu xawdecode-plugin-1.0.1 (30/10/01) ---------------------- - had forgotten to add the debian directory to the package xawdecode-plugin-1.0.0 (28/10/01) ---------------------- - migration of all xawdecode code related to descrambling to build a nice plugin. - fixed the segfault which was floating around the kizkool/snabrab filter. - display of the FPS only when this makes sense: in Grabdisplay mode. - reintroduced the -a switch which has been lost at some point. As a reminder the -a switch deactivates the automatic detection of scrambled channels and therefore switches xawdecode descrambling mode to OFF. - take into account new syncing algorithm of blue line filter proposed by Fasouil and implemented by E-nek (19/10/01). - same enhancement put into Fasouil filter.