Age | Commit message (Expand) | Author |
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 |
2002-11-01 | use pts values only internally | Guenter Bartsch |
2002-10-28 | hey, i want to join xine breakage party! (what do you wanna break today? tm) | Miguel Freitas |
2002-10-27 | another demuxer with broken status reporting | Guenter Bartsch |
2002-10-26 | make demuxers return their status so xine engine can check if demuxers fail t... | Guenter Bartsch |
2002-10-21 | Fix read_id3_tags (segfault) | Thibaut Mattern |
2002-10-20 | important: call demuxer_stop from demuxer_dispose | Guenter Bartsch |
2002-10-20 | demux_mpgaudio ported to new api, small fixes | Guenter Bartsch |
2002-10-12 | While the demuxer mutex is unlocked, relinquish the processor in the main | Juergen Keil |
2002-10-06 | Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ... | Robin KAY |
2002-10-05 | Backing out changes to endian translation macros | Robin KAY |
2002-10-05 | Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2) | Robin KAY |
2002-10-02 | mark some global arrays that must never be changed (multiple plugin | Michael Roitzsch |
2002-09-18 | make new plugin loader check api versions, fix api versions for adapted demux... | Guenter Bartsch |
2002-09-18 | first steps towards implementing stream/meta info | Guenter Bartsch |