Age | Commit message (Expand) | Author |
2003-11-26 | xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat... | Daniel Caujolle-Bert |
2003-11-26 | oops, wrong bit. | Thibaut Mattern |
2003-11-26 | Win32 MSVC stuff: | František Dvořák |
2003-11-26 | prevent 'last' empty variable | Daniel Caujolle-Bert |
2003-11-26 | provide new video out properties | Michael Roitzsch |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-26 | adding the usual header | Michael Roitzsch |
2003-11-26 | remove now unused xine_t* from plugin struct | Michael Roitzsch |
2003-11-26 | querying the decoder priority entirely from the config makes decoder mapping | Michael Roitzsch |
2003-11-26 | the viz plugins are feeding their private metronom with video only data, so | Michael Roitzsch |
2003-11-26 | != is evaluated _before_ &, so this is not doing what it's supposed to | Michael Roitzsch |
2003-11-26 | fix x11osd bugs with fullscreen changing | Miguel Freitas |
2003-11-26 | ops | Miguel Freitas |
2003-11-26 | xine_osd_set_font return int | Miguel Freitas |
2003-11-26 | public api for unscaled osd | Miguel Freitas |
2003-11-26 | error handling | Miguel Freitas |
2003-11-26 | http_helper: | Thibaut Mattern |
2003-11-26 | * new unscaled overlay feature (using XShape extension) | Miguel Freitas |
2003-11-25 | fix segfault. | Miguel Freitas |
2003-11-24 | Support for large files created by RIP input plugin. It's used fseeko(). When... | František Dvořák |
2003-11-23 | Oops, now it's compiled OK. | František Dvořák |
2003-11-23 | Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK. | František Dvořák |
2003-11-23 | Fix failed assert with playback of non-direct rendered mpeg4 | James Stembridge |
2003-11-23 | - use buf->max_size instead of 2048 | Thibaut Mattern |
2003-11-22 | add SLAVE_SPEED feature | Daniel Caujolle-Bert |
2003-11-22 | Account for changes in libavcodec buffer allocation logic - stops deadlocks w... | James Stembridge |
2003-11-22 | bug fix from Nate Lawson <nate@root.org> | Daniel Caujolle-Bert |
2003-11-20 | "Anti audio fifo null" patch ;) | Thibaut Mattern |
2003-11-19 | explicitly link math lib. | Daniel Caujolle-Bert |
2003-11-19 | resort decoders on priority change event. Small beautification of xine_plugin.h. | Daniel Caujolle-Bert |
2003-11-19 | [PATCH] better yellow OSD palette | Miguel Freitas |
2003-11-19 | fix wrong next_frame_vpts guessing which causes problems | Michael Roitzsch |
2003-11-18 | disqualify another type of RIFF file (4xm files) | Mike Melanson |
2003-11-17 | missing meta info change | Daniel Caujolle-Bert |
2003-11-17 | compute the proper initial frame duration | Mike Melanson |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-16 | A new and hopefully clearer explanation of how to apply PTS values in streams... | James Courtier-Dutton |
2003-11-16 | sync with vidix cvs | James Stembridge |
2003-11-16 | Now isn't that amazing? xine-lib actually compiles with the metronom | Michael Roitzsch |
2003-11-16 | actually not every engine file uses internals, so we do not need to define | Michael Roitzsch |
2003-11-16 | fix some more compiler warnings about functions xine does not use | Michael Roitzsch |
2003-11-16 | fix warning | Michael Roitzsch |
2003-11-16 | remove empty get_frame stuff and fix some warnings | Michael Roitzsch |
2003-11-16 | revised demuxer to use correct framerate, supply stream length, and | Mike Melanson |
2003-11-16 | hook up the 4X ADPCM decoder | Mike Melanson |
2003-11-16 | buffer type for 4X ADPCM | Mike Melanson |
2003-11-16 | buffer limit fix from ffmpeg | James Stembridge |
2003-11-16 | audio visualization post plugins now use a private metronom to sync their video | Michael Roitzsch |
2003-11-16 | introduce the slave metronom concept (Thibaut, Miguel: it's a bit different | Michael Roitzsch |
2003-11-16 | after James explained how the AC3 PTS tagging works, Miguel and I discovered | Michael Roitzsch |