summaryrefslogtreecommitdiff
path: root/src/dxr3
AgeCommit message (Expand)Author
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-03-10Add unistd.h include for the write() function. Thanks to Manfred Tremmel for ...Diego 'Flameeyes' Pettenò
2006-12-30Link against libm (missing symbols).Darren Salt
2006-12-28Link to libxine when neededReinhard Tartler
2006-07-17Add EXPORTED tag to xine_plugin_info.Darren Salt
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-18Misc warnings fixes.Diego 'Flameeyes' Pettenò
2006-06-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-0764-bit casting int<->pointer fixes.Darren Salt
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2006-01-27Adapt the engine to the new list code.Thibaut Mattern
2005-11-28*BUGFIX*František Dvořák
2005-09-25move alphablend to coreMiguel Freitas
2005-09-24- rename all clip_top, clip_left, clip_color... to hili_xxxx. thatMiguel Freitas
2005-04-10Fixed plugin list array idThibaut Mattern
2005-04-10Used the new plugin list array.Thibaut Mattern
2005-02-09Finally commit the plugin loader improvements.Thibaut Mattern
2005-01-18**BUGFIX**Michael Roitzsch
2004-12-16use UTF-8 meta info setting, where we know the string is ASCIIMichael Roitzsch
2004-12-16my sed script for the config entries converted a bit too much which breaksMichael Roitzsch
2004-12-12huge patch ahead: reorganizing config entries with automatic conversionMichael Roitzsch
2004-11-24patch to further improve overlay blending and to elimiate static variablesMichael Roitzsch
2004-10-08fix a long-standing DXR3 DVD problem: forced subtitles were not handled corre...Michael Roitzsch
2004-09-22- added cropping capability (thanks James Stembridge)Miguel Freitas
2004-08-19check for NAV updates earlier and thus more often;Michael Roitzsch
2004-08-16use 64bit arithmetics to prevent overflowMichael Roitzsch
2004-08-16DXR3 support for more fine grained speedMichael Roitzsch
2004-08-02no objections so far: committing the fine speed control patchMiguel Freitas
2004-07-20small DXR3 code cleanup:Michael Roitzsch
2004-07-11- Fix build with inline functions on GCC 3.4.0Bastien Nocera
2004-06-21removing unused SPU_DVD_SUBTYPE_SUBP_CONTROL and the stream_filter stuffMichael Roitzsch
2004-06-13* trying to fix a longstanding problem: 4:3 progressive content on DXR3'sMichael Roitzsch
2004-06-03update to em8300 CVS version of the headerMichael Roitzsch
2004-04-17* support pan&scan info embedded in MPEG and DVB streams;Michael Roitzsch
2004-04-15to emulate pan&scan in letterboxed overlay mode, we zoom the image horzontally,Michael Roitzsch
2004-04-11typo fixes from FrantisekMichael Roitzsch
2004-04-10improving config help stringsMichael Roitzsch
2004-03-31pan&scan support for the letterboxed overlay modeMichael Roitzsch
2004-03-31poor-man's version of handling NAV presentation timestampsMichael Roitzsch
2004-03-04use the logging macrosMichael Roitzsch
2004-03-03use the _x_abort() macro instead of abort, since it prints some debug infoMichael Roitzsch
2004-02-20it's O_SYNC (thanks to Nicolas Boullis for the patch)Michael Roitzsch
2004-02-16fix freezes with input plugins that play with the speed:uid86226
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-04The most important change is the smallest:Michael Roitzsch
2003-12-14API version bounceSiggi Langauf
2003-12-09update copyright year (and we have to do it again in 3 weeks... ;-) )Daniel Caujolle-Bert
2003-12-08no menu button does not need abort()ingMichael Roitzsch
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac...Daniel Caujolle-Bert