Age | Commit message (Expand) | Author |
2002-10-20 | make avi demuxer send preview buffers, libmad uses them to extract stream/met... | Guenter Bartsch |
2002-10-20 | bring the FILM demuxer in line with the latest API revision | Mike Melanson |
2002-10-20 | stream_info fixes | Guenter Bartsch |
2002-10-20 | whoups. wrong constants used for stream type detection method | Guenter Bartsch |
2002-10-20 | return of the asf demuxer | Guenter Bartsch |
2002-10-19 | try to make a/v index position after seek more accurate (for streams with lon... | Guenter Bartsch |
2002-10-19 | fast seeking enabled | Guenter Bartsch |
2002-10-19 | send start header first | Guenter Bartsch |
2002-10-19 | really send headers in demux_avi_send_header | Guenter Bartsch |
2002-10-18 | Enable liba52 for new api. | James Courtier-Dutton |
2002-10-18 | demux_mpeg_block compiles, but does not output any audio or video yet. | James Courtier-Dutton |
2002-10-18 | my very first try at the new streams api. some fixes to it (uninitialized | Miguel Freitas |
2002-10-17 | move open_plugin function (used to create new plugin instances) from the plug... | Michael Roitzsch |
2002-10-16 | bump up plugin version numbers | Guenter Bartsch |
2002-10-14 | introduction of xine_stream_t and async xine events - all still in developement | Guenter Bartsch |
2002-10-12 | sched.h include missing for sched_yield() function | Juergen Keil |
2002-10-12 | Use the audio_fifo - whenever it's possible - to send the demuxed audio data. | Juergen Keil |
2002-10-12 | While the demuxer mutex is unlocked, relinquish the processor in the main | Juergen Keil |
2002-10-12 | enable the ASF demuxer to seek immediately | Mike Melanson |
2002-10-09 | configure.ac: | Stephen Torri |
2002-10-08 | Fix a BUS error on SPARC, for | Juergen Keil |
2002-10-08 | Fix a segfault when we reach the end of the playlist. | James Courtier-Dutton |
2002-10-08 | decimal, not hex | Mike Melanson |
2002-10-06 | Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ... | Robin KAY |
2002-10-06 | atone for the sin of calling xine a "unix video player" rather than a | Mike Melanson |
2002-10-06 | added support for VBR audio in QT files and improved handling of | Mike Melanson |
2002-10-06 | backed out earlier changes from endian translation macros | Mike Melanson |
2002-10-06 | preliminary attempt at a RealMedia file demuxer | Mike Melanson |
2002-10-05 | Backing out changes to endian translation macros | Robin KAY |
2002-10-05 | implemented seeking (including seek on start) and length function | Mike Melanson |
2002-10-05 | experiment to get these endian macros to work on all systems | Mike Melanson |
2002-10-05 | Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2) | Robin KAY |
2002-10-04 | initial commit for YUV4MPEG2 file demuxer | Mike Melanson |
2002-10-03 | implemented seek on start for the audio-only demuxers, also fixed | Mike Melanson |
2002-10-02 | mark some global arrays that must never be changed (multiple plugin | Michael Roitzsch |
2002-10-01 | implemented seek on start | Mike Melanson |
2002-10-01 | implemented proper video codec detection, calculated proper frame | Mike Melanson |
2002-10-01 | err...bring back ability for QT demuxer to play from start, and fix | Mike Melanson |
2002-10-01 | In the following Makefile.am variable is how to correctly comment out | Stephen Torri |
2002-09-30 | simple beautification | Michael Roitzsch |
2002-09-30 | implemented proper frame duration calculation, fixed temporal position | Mike Melanson |
2002-09-28 | wow, 1 line makes all the difference between "working" and | Mike Melanson |
2002-09-28 | eliminate separate pts counter for audio; this makes pts handling | Mike Melanson |
2002-09-28 | added support for seeking by exploiting special characteristics of the | Mike Melanson |
2002-09-28 | preliminary greyscale palette support; not perfect yet, but it keeps | Mike Melanson |
2002-09-24 | prevent pts based wrap detections after we had a nav-detected | Michael Roitzsch |
2002-09-24 | revised VQA demuxer to eliminate any hope of random seeking during | 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 |