Age | Commit message (Expand) | Author |
2003-03-12 | Fix non-scaled yuv->rgb mmx routines when frame height is not a multiple of 16 | James Stembridge |
2003-03-12 | small performance patch by Marcelo Roberto | Miguel Freitas |
2003-03-12 | fix wrong return value of seek function, kindly reported by Nick Kurshev | Michael Roitzsch |
2003-03-11 | Several post plugins were crashing with a failed assertion, due to | Juergen Keil |
2003-03-11 | Disable some debug output on x86, when the OS doesn't support SSE. | Juergen Keil |
2003-03-11 | Use path relative to "top_srcdir" to find headers, so that the build works | Juergen Keil |
2003-03-10 | - rework audio_out.c so thread is created only once | Miguel Freitas |
2003-03-10 | do not waste cpu if paused/not playing plus some small fixes | Miguel Freitas |
2003-03-10 | handle chunks that are bigger than xine's buffers | Michael Roitzsch |
2003-03-09 | use windows codec path as provided by configure | Michael Roitzsch |
2003-03-09 | remove my debugging | Michael Roitzsch |
2003-03-09 | for seekable, non-blocked input (like files), the demuxer reads only 4 bytes, | Michael Roitzsch |
2003-03-08 | implement XINE_PARAM_AUDIO_AMP_LEVEL so xine's volume can be set independantl... | Guenter Bartsch |
2003-03-08 | confusion | Michael Roitzsch |
2003-03-08 | Fix (for real) osd_draw_point(). NOTE: osd_render structure changed (point fu... | Daniel Caujolle-Bert |
2003-03-08 | these headers are needed by nav_types.h, which in turn is needed by | Michael Roitzsch |
2003-03-08 | syncing libdvdnav to cvs should fix remaining highlight problems | Michael Roitzsch |
2003-03-08 | Convenience change to MRL parsing as suggested by Michel Hermier: | Michael Roitzsch |
2003-03-08 | install the nav_types header, because some internal plugin APIs depend on it | Michael Roitzsch |
2003-03-08 | first step towards fixing the DVD menu highlighting problems | Michael Roitzsch |
2003-03-08 | fix xine_osd_draw_point() | Daniel Caujolle-Bert |
2003-03-08 | Remove these confusing lines | Ewald Snel |
2003-03-08 | Fix corruption in paused mode (keep all YV12 data, not just top slice) | Ewald Snel |
2003-03-07 | Recognize VCD and CVD subtitle streams. | Rocky Bernstein |
2003-03-07 | remove verbose sun audio driver messages | Juergen Keil |
2003-03-07 | ok, lets try to not break the frontends... | Miguel Freitas |
2003-03-07 | I mixed up #ifdef and #if | Michael Roitzsch |
2003-03-07 | properly unescape relative MRLs | Michael Roitzsch |
2003-03-07 | use return value of MRL-based config changing | Michael Roitzsch |
2003-03-07 | avoid tweaking the clock if stream is not being decoded/played | Miguel Freitas |
2003-03-07 | workaround buggy pthread implementations with a timedwait | Miguel Freitas |
2003-03-07 | more work on console output cleanup | Guenter Bartsch |
2003-03-07 | new params for ignoring video/audio/spu | Miguel Freitas |
2003-03-07 | sanity check | Miguel Freitas |
2003-03-07 | - pvr improvements. it has two paths now, one for temporary files and | Miguel Freitas |
2003-03-07 | feels wrong ;) | Miguel Freitas |
2003-03-06 | stdin and rawdv fixes from Dan Dennedy | Miguel Freitas |
2003-03-06 | - less verbosity, thanks Guenter | Bastien Nocera |
2003-03-06 | use our modified internal version of nav_types.h, the one from libdvdread can... | Michael Roitzsch |
2003-03-06 | update nav_types.h to a modified version of nav_types.h from current libdvdread | Michael Roitzsch |
2003-03-06 | - revert stream info changes | Bastien Nocera |
2003-03-06 | steps toward muting xine's console output by default | Guenter Bartsch |
2003-03-06 | - following the screenshot discussion, inform the height and width of the stream | Bastien Nocera |
2003-03-05 | allow a little bit safer mode for snapshot allocation: | Siggi Langauf |
2003-03-05 | Add option to fix alignment problem with some (buggy) XVideo drivers | Ewald Snel |
2003-03-05 | Align the width to 8. | Thibaut Mattern |
2003-03-05 | Updated rtp input plugin and enhanced it | Peter Liljenberg |
2003-03-05 | The 'inline' keyword is not standard ANSI-C and not always available. | Ewald Snel |
2003-03-05 | Do not autodetect audiostreams on PES stream type 0xBD. That may be teletext... | Peter Liljenberg |
2003-03-05 | ops, reverting test stuff | Miguel Freitas |