Age | Commit message (Expand) | Author |
2002-08-09 | many fixes, most notably framerate | Mike Melanson |
2002-08-09 | fixed JPEG buffer type | Mike Melanson |
2002-08-08 | Changed loads of #include <dvdread/...> to #include <...> | Rich J Wareham |
2002-08-08 | First stage of DVD plugin -> dvdnav conversion | Rich J Wareham |
2002-08-07 | correct mpeg1 scr. | Miguel Freitas |
2002-08-07 | - sync with ffmpeg cvs | Miguel Freitas |
2002-08-07 | added support for ferreting out MPEG streams packaged with RIFF headers | Mike Melanson |
2002-08-06 | attempt to support MPEG audio wrapped in a RIFF file | Mike Melanson |
2002-08-06 | make the MPEG-within-QT file detection a little smarter by not traversing | Mike Melanson |
2002-08-05 | - second version of binary search patch | Miguel Freitas |
2002-08-05 | fixed MS IMA ADPCM decoding, added initial support for SMJPEG's custom IMA | Mike Melanson |
2002-08-05 | minor fixes, added audio support | Mike Melanson |
2002-08-05 | added buffer type for SMJPEG's custom IMA ADPCM format | Mike Melanson |
2002-08-04 | add support for finding MPEG streams within Quicktime files | Mike Melanson |
2002-08-03 | made xine a bit less verbose and Marcelo a lot happier... | Siggi Langauf |
2002-08-03 | remained incompatible xine_tvmode_* functions to xine_tvmode_*2, | Siggi Langauf |
2002-08-02 | TV mode selection enhanced. | Matthias Hopf |
2002-08-02 | replace unreliable "return this->status" statements | Mike Melanson |
2002-08-02 | replace unreliable "return this->status" statements | Mike Melanson |
2002-08-02 | support for large Quicktime files by Dan Lindstrom <lindstromd@gmx.net> | Michael Roitzsch |
2002-08-01 | fix another logo race condition. | Miguel Freitas |
2002-08-01 | another return value as DEMUX_OK | Miguel Freitas |
2002-08-01 | ops, debug printf doesn't belong to cvs! | Miguel Freitas |
2002-08-01 | do not flush_engine on playback start (otherwise we can kill important | Miguel Freitas |
2002-08-01 | always return DEMUX_OK at the very end of the _start() function | Mike Melanson |
2002-07-31 | Okay, one step back about ngettext, it's no more required. | Daniel Caujolle-Bert |
2002-07-31 | Remove (maybe temporary) ngettext check/fallback_macro. | Daniel Caujolle-Bert |
2002-07-31 | Fix endian issue by Bastien Nocera | Philipp Hahn |
2002-07-31 | oops...remove premature reference to RealMedia demuxer...for now | Mike Melanson |
2002-07-31 | added RGB palette support for Quicktime files | Mike Melanson |
2002-07-30 | should fix Heiko's problem playing several avis in a row | Miguel Freitas |
2002-07-30 | Pierre Lombard <p-l-42@wanadoo.fr> fixed losing the first line in | Michael Roitzsch |
2002-07-30 | memory leaks fixed by Andres Salomon <dilinger@voxel.net> | Michael Roitzsch |
2002-07-30 | - video out fixes (never trigged deadlocks and erroneous flush of overlay | Miguel Freitas |
2002-07-28 | introduce a config option for passthough offset | Heiko Schaefer |
2002-07-28 | fixes for multi-channel audio (blame guenter :o)) | Heiko Schaefer |
2002-07-28 | comments fixed :) | Heiko Schaefer |
2002-07-28 | attempt to fix seeking artefacts for mpeg-1 streams | Heiko Schaefer |
2002-07-27 | Fix ngettext usage. | Daniel Caujolle-Bert |
2002-07-26 | do bounds checking on audio_track_map to never use audio channels which | Michael Roitzsch |
2002-07-26 | - 4x3 xine_logo with url | Miguel Freitas |
2002-07-25 | initialize and reset audio_track_map_entries properly | Michael Roitzsch |
2002-07-24 | Fix xine_strdupa macro. | Daniel Caujolle-Bert |
2002-07-23 | Fix 'pitch != width' for mpeg2 video decoder | Ewald Snel |
2002-07-23 | don't always check these assertions, because | Michael Roitzsch |
2002-07-22 | Fix DirectFB output | Rich J Wareham |
2002-07-22 | Build fixes for DirectFB | Rich J Wareham |
2002-07-21 | handle forced menu buttons | Michael Roitzsch |
2002-07-21 | faad build can be optional. | Daniel Caujolle-Bert |
2002-07-20 | Update entire video window, not just output area, on X11 Expose events | Ewald Snel |