Age | Commit message (Expand) | Author |
2006-12-28 | Link to libxine when needed | Reinhard Tartler |
2006-07-17 | Add EXPORTED tag to xine_plugin_info. | Darren Salt |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-18 | Misc warnings fixes. | Diego 'Flameeyes' Pettenò |
2006-06-17 | Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi... | Diego 'Flameeyes' Pettenò |
2006-06-07 | 64-bit casting int<->pointer fixes. | Darren Salt |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-01-27 | Adapt the engine to the new list code. | Thibaut Mattern |
2005-11-28 | *BUGFIX* | František Dvořák |
2005-09-25 | move alphablend to core | Miguel Freitas |
2005-09-24 | - rename all clip_top, clip_left, clip_color... to hili_xxxx. that | Miguel Freitas |
2005-04-10 | Fixed plugin list array id | Thibaut Mattern |
2005-04-10 | Used the new plugin list array. | Thibaut Mattern |
2005-02-09 | Finally commit the plugin loader improvements. | Thibaut Mattern |
2005-01-18 | **BUGFIX** | Michael Roitzsch |
2004-12-16 | use UTF-8 meta info setting, where we know the string is ASCII | Michael Roitzsch |
2004-12-16 | my sed script for the config entries converted a bit too much which breaks | Michael Roitzsch |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-11-24 | patch to further improve overlay blending and to elimiate static variables | Michael Roitzsch |
2004-10-08 | fix 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-19 | check for NAV updates earlier and thus more often; | Michael Roitzsch |
2004-08-16 | use 64bit arithmetics to prevent overflow | Michael Roitzsch |
2004-08-16 | DXR3 support for more fine grained speed | Michael Roitzsch |
2004-08-02 | no objections so far: committing the fine speed control patch | Miguel Freitas |
2004-07-20 | small DXR3 code cleanup: | Michael Roitzsch |
2004-07-11 | - Fix build with inline functions on GCC 3.4.0 | Bastien Nocera |
2004-06-21 | removing unused SPU_DVD_SUBTYPE_SUBP_CONTROL and the stream_filter stuff | Michael Roitzsch |
2004-06-13 | * trying to fix a longstanding problem: 4:3 progressive content on DXR3's | Michael Roitzsch |
2004-06-03 | update to em8300 CVS version of the header | Michael Roitzsch |
2004-04-17 | * support pan&scan info embedded in MPEG and DVB streams; | Michael Roitzsch |
2004-04-15 | to emulate pan&scan in letterboxed overlay mode, we zoom the image horzontally, | Michael Roitzsch |
2004-04-11 | typo fixes from Frantisek | Michael Roitzsch |
2004-04-10 | improving config help strings | Michael Roitzsch |
2004-03-31 | pan&scan support for the letterboxed overlay mode | Michael Roitzsch |
2004-03-31 | poor-man's version of handling NAV presentation timestamps | Michael Roitzsch |
2004-03-04 | use the logging macros | Michael Roitzsch |
2004-03-03 | use the _x_abort() macro instead of abort, since it prints some debug info | Michael Roitzsch |
2004-02-20 | it's O_SYNC (thanks to Nicolas Boullis for the patch) | Michael Roitzsch |
2004-02-16 | fix freezes with input plugins that play with the speed: | uid86226 |
2004-01-12 | it seems i forgot to commit the api increase (demux/decoder). weird. | Miguel Freitas |
2004-01-04 | The most important change is the smallest: | Michael Roitzsch |
2003-12-14 | API version bounce | Siggi Langauf |
2003-12-09 | update copyright year (and we have to do it again in 3 weeks... ;-) ) | Daniel Caujolle-Bert |
2003-12-08 | no menu button does not need abort()ing | Michael Roitzsch |
2003-12-07 | get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac... | Daniel Caujolle-Bert |
2003-12-06 | fix xprintf calls. | Daniel Caujolle-Bert |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-11-29 | we actually want the device to block, when the dxr3 is fed up | Michael Roitzsch |