Age | Commit message (Expand) | Author |
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 |
2003-11-17 | compute the proper initial frame duration | Mike Melanson |
2003-11-16 | New stream/meta info (safe) stuff. | Daniel Caujolle-Bert |
2003-11-16 | A new and hopefully clearer explanation of how to apply PTS values in streams... | James Courtier-Dutton |
2003-11-16 | remove empty get_frame stuff and fix some warnings | Michael Roitzsch |
2003-11-16 | revised demuxer to use correct framerate, supply stream length, and | Mike Melanson |
2003-11-16 | Fix index reading with file >2Go. | Thibaut Mattern |
2003-11-15 | * making metronom xine_stream_t independent | Michael Roitzsch |
2003-11-15 | Miguel obviously has no Ogg installed ... | Michael Roitzsch |
2003-11-15 | demux_action_pending private | Miguel Freitas |
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-11 | try to improve sync after a seek: | Thibaut Mattern |
2003-11-09 | Do not send the encrypted content to decoders. | Thibaut Mattern |
2003-11-09 | handle DRM-protected QT files a little more gracefully; i.e., recognize | Mike Melanson |
2003-11-09 | Detect encrypted streams. | Thibaut Mattern |
2003-11-05 | dropping old demux_pes | Michael Roitzsch |
2003-11-03 | big patch... | Thibaut Mattern |