Age | Commit message (Expand) | Author |
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 |
2002-07-19 | fallback to display size if video size is unknown | Miguel Freitas |
2002-07-19 | Better plural by ValtrII | Philipp Hahn |
2002-07-19 | do not assume media type atoms will occur before the other atoms. | Miguel Freitas |
2002-07-17 | more fixes to play aac streams (.mp4) | Miguel Freitas |
2002-07-17 | 64-bit QT file fix by Dan Lindstrom <lindstromd@gmx.net> | Miguel Freitas |
2002-07-17 | stop sending audio parameters all the time | Miguel Freitas |
2002-07-16 | send decoder info to video too. (needed for some mpeg4 streams) | Miguel Freitas |
2002-07-16 | removed half-baked idea of tracking mdat atom boundaries-- this fixes | Mike Melanson |
2002-07-15 | lazy parsing of mp4 esds atom to extract AAC decoder config. now playback | Miguel Freitas |
2002-07-14 | make demuxers a bit more "programmer friendly" | Miguel Freitas |
2002-07-10 | Fix untranslateable message by ValtrII | Philipp Hahn |
2002-07-09 | fix buffer leakage (symptom: xine freezes on exit) | Miguel Freitas |
2002-07-08 | Use BUF_FLAG_SEEK. | Thibaut Mattern |
2002-07-05 | Bump up version numbers due to changes in xine_t | Michael Roitzsch |
2002-07-05 | fix small bug in seek logic | Mike Melanson |
2002-07-05 | optimized seeking with binary search, fixed sync after seek, fixed | Mike Melanson |