Age | Commit message (Expand) | Author |
2002-12-04 | remove any mention of the special sample size buffer | Mike Melanson |
2002-11-29 | added special case to enable playback of signed 8-bit data | Mike Melanson |
2002-11-28 | Extended demuxer API with the methods get_capabilities() and get_optional_dat... | Peter Liljenberg |
2002-11-25 | and another top-level atom... | Mike Melanson |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-11-20 | discovered a new top-level atom in production | Mike Melanson |
2002-11-20 | prevent mpeg4 headers from being flushed. | Miguel Freitas |
2002-11-19 | qualify the audio in a MPEG-4 file as VBR | Mike Melanson |
2002-11-18 | re-commit Ewald's memleak fixes | Mike Melanson |
2002-11-18 | be more diligent at initializing variables; fix QT/PCM audio pop problem | Mike Melanson |
2002-11-18 | Fix segmentation fault with some QuickTime movie trailers | Ewald Snel |
2002-11-15 | Fix more memory leaks | Ewald Snel |
2002-11-15 | load some more meta/stream info | Mike Melanson |
2002-11-11 | added exhaustive debugging facilities that can be turned on and off like | Mike Melanson |
2002-11-09 | beginnings of the get_video/audio_frame api | Guenter Bartsch |
2002-11-01 | new content detection method METHOD_EXPLICIT for demuxer given in MRL | Michael Roitzsch |
2002-10-29 | strengthen QT content detection | Mike Melanson |
2002-10-28 | hey, i want to join xine breakage party! (what do you wanna break today? tm) | Miguel Freitas |
2002-10-27 | get the logic straight | Mike Melanson |
2002-10-27 | eliminate obsolete VALID_ENDS strings | Mike Melanson |
2002-10-26 | make demuxers return their status so xine engine can check if demuxers fail t... | Guenter Bartsch |
2002-10-26 | send preview buffers, set stream_info, make demux_qt stay away from block dev... | Guenter Bartsch |
2002-10-24 | file extensions seperated by spaces | Guenter Bartsch |
2002-10-23 | final c++ -> c coding style fixes, libxine compiles now | Guenter Bartsch |
2002-10-23 | Sanity check the qt file, before we try to open it. The qt demuxer was | Juergen Keil |
2002-10-23 | calling _stop() within _dispose() solves a lot of problems | Mike Melanson |
2002-10-22 | bring the QT demuxer in line with the latest API revision | Mike Melanson |
2002-10-12 | While the demuxer mutex is unlocked, relinquish the processor in the main | Juergen Keil |
2002-10-08 | Fix a BUS error on SPARC, for | Juergen Keil |
2002-10-06 | Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ... | Robin KAY |
2002-10-06 | added support for VBR audio in QT files and improved handling of | Mike Melanson |
2002-10-05 | Backing out changes to endian translation macros | Robin KAY |
2002-10-05 | Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2) | Robin KAY |
2002-10-01 | err...bring back ability for QT demuxer to play from start, and fix | Mike Melanson |
2002-09-30 | implemented proper frame duration calculation, fixed temporal position | Mike Melanson |
2002-09-28 | preliminary greyscale palette support; not perfect yet, but it keeps | Mike Melanson |
2002-09-23 | preliminary support for edit lists in video traks; cleaned up audio | Mike Melanson |
2002-09-22 | finally figured out how to free some temporary tables | Mike Melanson |
2002-09-22 | communicate video depth to video decoder | Mike Melanson |
2002-09-21 | load audio stream information and strengthen QT detection method to | Mike Melanson |
2002-09-21 | bring the QT and FILM demuxers up to the new API spec | Mike Melanson |
2002-09-05 | remove plugin's private priority and interface members | Michael Roitzsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
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 | 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 | added RGB palette support for Quicktime files | Mike Melanson |