Age | Commit message (Expand) | Author |
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 |
2003-01-10 | have length in miliseconds too | Miguel Freitas |
2003-01-10 | internal input_time is miliseconds now | Miguel Freitas |
2003-01-04 | add 2 demuxer groups (audio and games) with multiple plugins at the | Miguel Freitas |
2002-12-21 | - add buf->decoder_info_ptr: portability for systems where pointer has | Miguel Freitas |
2002-12-12 | fix stdin plugin, cosmetic cleanups in mp3 demuxer | Guenter Bartsch |
2002-12-08 | - get xine_demux_control_headers_done() out of the demuxers. | Miguel Freitas |
2002-11-28 | automatically detecting MP3 in RIFF files is great, but be sure to | Mike Melanson |
2002-11-28 | Extended demuxer API with the methods get_capabilities() and get_optional_dat... | Peter Liljenberg |
2002-11-20 | engine modifications to allow post plugin layer: | Michael Roitzsch |
2002-11-13 | more mime types | Guenter Bartsch |
2002-11-09 | beginnings of the get_video/audio_frame api | Guenter Bartsch |
2002-11-09 | less noise | Michael Roitzsch |
2002-11-07 | bugfixes by Howdy Pierce | Guenter Bartsch |
2002-11-03 | fixed icecast support - next one who breaks my online radios I'll ... erm, uo... | Guenter Bartsch |
2002-11-01 | new content detection method METHOD_EXPLICIT for demuxer given in MRL | Michael Roitzsch |