Age | Commit message (Expand) | Author |
2004-12-16 | use UTF-8 meta info setting, where we know the string is ASCII | Michael Roitzsch |
2004-06-13 | implement steps 1, 2, 3 and 4 of the seeking proposal: | Miguel Freitas |
2004-05-05 | simple protection... | Thibaut Mattern |
2004-05-04 | - Shoutcast packet handling cleanup. | Thibaut Mattern |
2004-04-22 | do the same as newest libmad: don't stop on reserved emphasis | Miguel Freitas |
2004-03-03 | An id3 parsing error is not a reason to not play the mp3 stream. | Thibaut Mattern |
2004-03-01 | check if there is enough bytes in the buffer before reading. | 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-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | 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-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-01 | Fix a bug in ID3v2.2 parsing. | Thibaut Mattern |
2003-10-30 | use info_helper functions. | Thibaut Mattern |
2003-10-27 | Use info_helper functions | Thibaut Mattern |
2003-10-13 | Fix my stupid bug, id3 tag should work with seekable inputs now. | František Dvořák |
2003-10-13 | Don't find out id3 info in mp3 files saved by RIP from non-seekable inputs. | František Dvořák |
2003-10-11 | Fix mpeg 2 frame parsing. | Thibaut Mattern |
2003-10-10 | avoid FPE error with 0 length files, use xine_demux_check_extension() | Daniel Caujolle-Bert |
2003-10-05 | Fix buffer overrun. | Robin KAY |
2003-10-05 | Better content detection. | Thibaut Mattern |
2003-10-04 | do not use id3v2 to detect mp3. | Thibaut Mattern |
2003-10-04 | fix time seeking with cbr streams. | Thibaut Mattern |
2003-09-28 | Get meta infos from ID3 version 2.2 tags | Thibaut Mattern |
2003-09-28 | Revisited mpeg audio demuxer. | Thibaut Mattern |
2003-09-22 | - Fix a bug introduced by the previous commit. The id3v2 tag identifier was r... | Thibaut Mattern |
2003-08-31 | Fix .mp3 content detection for .mp3 files with a header or ID3. | James Courtier-Dutton |
2003-08-25 | Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ... | Daniel Caujolle-Bert |
2003-08-10 | apply Frantisek patches to handle end of streams better | Miguel Freitas |
2003-08-05 | - correctly use the Xing header in some VBR MP3s to get the correct bitrate a... | Bastien Nocera |
2003-07-25 | small housekeeping: demuxer api seeks in miliseconds | Miguel Freitas |
2003-04-26 | bumping up demux plugin interface version numbers, update copyright notices | Guenter Bartsch |
2003-03-26 | patch by Andriy Marchenko <adv@adv.org.ua> to fix 8 bit chars in ID3 tags | Michael Roitzsch |
2003-03-21 | remove reference of removed variable (wow) | Daniel Caujolle-Bert |
2003-03-19 | removing a segfault ;) | Stefan Holst |
2003-03-18 | parse the preview buffer (max 256 bytes) to find the matching pattern (sorry ... | Daniel Caujolle-Bert |
2003-03-18 | - try going 2 bytes deep into the file before checking for the RIFF header | Bastien Nocera |
2003-03-18 | - fix the MP3 detection for streams from live365.com | Bastien Nocera |
2003-03-09 | remove my debugging | Michael Roitzsch |
2003-03-09 | for seekable, non-blocked input (like files), the demuxer reads only 4 bytes, | Michael Roitzsch |
2003-02-27 | - Don't read data from non-seekable input plugin in the open() function. | Thibaut Mattern |
2003-02-14 | ok, it doesn't make sense to play mp3 with -A null... | Miguel Freitas |
2003-01-31 | - MAX_PREVIEW_SIZE = 4096 | Miguel Freitas |
2003-01-26 | reject RIFF-CDXA files and remove <pthread.h> | Mike Melanson |