Age | Commit message (Expand) | Author |
2004-01-10 | converting those weird linebreaks (this file was using \r instead of \n) | Michael Roitzsch |
2004-01-10 | start the multi stream support. | Thibaut Mattern |
2004-01-10 | RealVideo support for the matroska demuxer. | Thibaut Mattern |
2004-01-09 | Put stream_info into a struct on it's own. | Marco Zuehlke |
2004-01-09 | - rework semantics of some buffer flags. check buffer.h for details. | Miguel Freitas |
2004-01-08 | check for recognised codecs | James Stembridge |
2004-01-06 | hack to support a rather malformed QT file, courtesy of Drew | Mike Melanson |
2004-01-05 | i guess this field is missing here | Miguel Freitas |
2004-01-05 | Discontinuity handling | Thibaut Mattern |
2004-01-05 | Do not read from non seekable input plugins. | Thibaut Mattern |
2004-01-05 | bad coding convention, bad! | Mike Melanson |
2004-01-05 | Initial matroska demuxer. | Thibaut Mattern |
2004-01-04 | this->warned is not used anywhere, so it can go | Michael Roitzsch |
2004-01-04 | - skip the ultravox metadata headers (gets us further in playing back winamp.... | Bastien Nocera |
2004-01-04 | added IFF-16SV support to iff-demuxer | Manfred Tremmel |
2004-01-03 | some changes to build iff-demuxer | Manfred Tremmel |
2004-01-03 | new IFF demuxer, currently only IFF-8SVX support, but more in the future | Manfred Tremmel |
2003-12-30 | check if MAX_STREAMS is exceed and do not crash... | Miguel Freitas |
2003-12-26 | * cure the ABI breakage: XINE_LANG_MAX cannot be increased | Michael Roitzsch |
2003-12-23 | - some more endianness fixes to ogg demuxer | Miguel Freitas |
2003-12-23 | fix wrong format string and superfluous argument | Michael Roitzsch |
2003-12-21 | speed improvement of my last change, thanks Thibaut | Manfred Tremmel |
2003-12-20 | solved some big-endian problemes | Manfred Tremmel |
2003-12-20 | Was picking up wrong field to get SPU id in SVCD subtitles. There's still | Rocky Bernstein |
2003-12-19 | initial commit for raw AAC file demuxer | Mike Melanson |
2003-12-12 | add some version checking | James Stembridge |
2003-12-10 | housekeeping: | Miguel Freitas |
2003-12-10 | - remove XINE_LANG_LABEL_MAX_SIZE, there's already XINE_LANG_MAX for that | Bastien Nocera |
2003-12-09 | Fix crash with really long subtitle/language names in ogm/off files | Bastien Nocera |
2003-12-09 | id3v2 "genre" parsing. | Thibaut Mattern |
2003-12-08 | - "Genre" list. | Thibaut Mattern |
2003-12-08 | - Fix wrong tag header constants. | Thibaut Mattern |
2003-12-07 | argh | Thibaut Mattern |
2003-12-07 | v2.3 is here... | Thibaut Mattern |
2003-12-07 | - Move ID3 parsing code to id3.h/id3.c | Thibaut Mattern |
2003-12-06 | Discard MPEG video in content detection. | Thibaut Mattern |
2003-12-06 | Recognize SVCD OGT and CVD subtitle streams. | Rocky Bernstein |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |
2003-12-03 | avoid crashing with big wavex headers. | Miguel Freitas |
2003-12-03 | remove nasty ogg_pack hack. now just pure vorbis data is sent to | Miguel Freitas |
2003-12-02 | abort() is not an acceptable way of handling errors in libxine... | Miguel Freitas |
2003-11-29 | fix divzero | Miguel Freitas |
2003-11-29 | yes, i had no ogg installed before... | Miguel Freitas |
2003-11-26 | xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat... | Daniel Caujolle-Bert |
2003-11-26 | oops, wrong bit. | Thibaut Mattern |
2003-11-26 | lprintf cleanup, pass I. | Daniel Caujolle-Bert |
2003-11-26 | != is evaluated _before_ &, so this is not doing what it's supposed to | Michael Roitzsch |
2003-11-23 | Implement seek timeout in RIP and drop input capability INPUT_CAP_SLOW_SEEK. | František Dvořák |
2003-11-23 | - use buf->max_size instead of 2048 | Thibaut Mattern |
2003-11-18 | disqualify another type of RIFF file (4xm files) | Mike Melanson |