Age | Commit message (Expand) | Author |
2004-01-09 | - rework semantics of some buffer flags. check buffer.h for details. | Miguel Freitas |
2004-01-06 | hack to support a rather malformed QT file, courtesy of Drew | Mike Melanson |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-15 | change demux api: | Miguel Freitas |
2003-11-13 | define FOURCC only once | Marco Zuehlke |
2003-11-11 | rename internal API function (_x_<function>). | Daniel Caujolle-Bert |
2003-11-09 | handle DRM-protected QT files a little more gracefully; i.e., recognize | Mike Melanson |
2003-10-30 | use info_helper functions. | Thibaut Mattern |
2003-10-29 | special-case warning for DRM-protected Quicktime files, at least until | Mike Melanson |
2003-10-06 | some housekeeping and compiler warnings | Michael Roitzsch |
2003-08-25 | Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ... | Daniel Caujolle-Bert |
2003-07-25 | small housekeeping: demuxer api seeks in miliseconds | Miguel Freitas |
2003-07-21 | - don't crash if we don't have a base MRL for the reference MRL | Bastien Nocera |
2003-06-29 | - fix rtsp redirections, and division by zero crash, helps with: | Bastien Nocera |
2003-06-16 | added support for 'nam' atom; this will cause xine to display the title | Mike Melanson |
2003-05-13 | work around 0-length atoms | Mike Melanson |
2003-05-10 | rework the QT stsd/ImageDescription passing from demuxer -> decoder | Mike Melanson |
2003-05-07 | recognize a 'free' atom masquerading as a 'moov' atom | Mike Melanson |
2003-04-26 | bumping up demux plugin interface version numbers, update copyright notices | Guenter Bartsch |
2003-04-17 | added limited handling of traks with multiple media types | Mike Melanson |
2003-04-07 | missing semicolon reported by John Alexander Thacker <thacker@polygon.math.co... | Guenter Bartsch |
2003-03-28 | memleaks | Miguel Freitas |
2003-02-22 | Fix memory leak | Ewald Snel |
2003-02-22 | Fix memory leaks | Ewald Snel |
2003-02-21 | stray debug statement | Mike Melanson |
2003-02-21 | added support for QT reference atoms | Mike Melanson |
2003-02-20 | yea verily, the QT demuxer now operates on top of non-seekable input | Mike Melanson |
2003-02-19 | always issue BUF_FLAG_SEEK when sending a new pts | Mike Melanson |
2003-02-17 | a little more debugging | Mike Melanson |
2003-02-17 | playable even with NULL audio output | Mike Melanson |
2003-02-16 | MPEG-4 fix, courtesy of Miguel | Mike Melanson |
2003-02-16 | QT mega-fix: This commit reworks the operation of the Quicktime demuxer | Mike Melanson |
2003-02-03 | make sure we are passing extra decoder data correctly to ffmpeg | Miguel Freitas |
2003-01-19 | eliminate "vital stats" printout, long obsoleted by UI's info dialog | Mike Melanson |
2003-01-10 | have length in miliseconds too | Miguel Freitas |
2003-01-10 | internal input_time is miliseconds now | Miguel Freitas |
2003-01-08 | fixes/cleanups of the handled/unhandled codecs | Miguel Freitas |
2003-01-04 | add 2 demuxer groups (audio and games) with multiple plugins at the | Miguel Freitas |
2003-01-01 | added hack to support free atom masquerading as a moov atom | Mike Melanson |
2002-12-22 | Small fix (seek off by 1 frame) | Ewald Snel |
2002-12-22 | clean up edit list parsing and fix handling of -1 as an edit list media | Mike Melanson |
2002-12-21 | Fix another (small) memory leak | Ewald Snel |
2002-12-21 | Fix memory leaks | Ewald Snel |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-21 | Don't use indirect pointer for stsd atoms, conform to buffer.h description | Ewald Snel |
2002-12-21 | ...my beautiful, beautiful special information buffer facility...okay | Mike Melanson |
2002-12-18 | Fix seek using 'start_time' | Ewald Snel |
2002-12-18 | i guess you were right, mike - the audio stsd atom is needed as well ;> | Guenter Bartsch |
2002-12-16 | make qt demuxer sent a copy of the stsd atom | Guenter Bartsch |
2002-12-12 | added support for (believe it or not) MS-style WAVE format headers | Mike Melanson |