Age | Commit message (Expand) | Author |
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 |
2002-09-05 | remove plugin's private priority and interface members | Michael Roitzsch |
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is broke... | Guenter Bartsch |
2002-08-30 | Add two new xine events: inform UI when vo output is needed or not (it's the | Daniel Caujolle-Bert |
2002-08-25 | Use buf_flag_seek (perfect seeking :-) ) | Thibaut Mattern |
2002-08-24 | parse id3v1 tags | Guenter Bartsch |
2002-08-24 | support input_time for live streams, small coding style cleanups | Guenter Bartsch |
2002-08-18 | icecast support | Guenter Bartsch |
2002-08-10 | fix mp3 division by zero | Miguel Freitas |
2002-08-06 | attempt to support MPEG audio wrapped in a RIFF file | Mike Melanson |
2002-07-05 | Bump up version numbers due to changes in xine_t | Michael Roitzsch |
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert |
2002-06-07 | - demuxer cleanup (helper functions) | Miguel Freitas |
2002-05-27 | update copyright headers | Guenter Bartsch |
2002-05-25 | patch from Michael Roitzsch: | Siggi Langauf |
2002-05-21 | avoid segfault with -A null (why would someone play a mp3 without audio? :) | Miguel Freitas |
2002-05-21 | start() and seek() return the status | Thibaut Mattern |
2002-05-19 | Experimental pts calculation. | Thibaut Mattern |
2002-05-19 | Fix segmentation fault in demux plugins caused by uninitialized data | Ewald Snel |
2002-05-16 | Send a new pts when seeking. It enables "fast" seeking. | Thibaut Mattern |
2002-05-15 | Fix seeking problem after demuxer finished | Thibaut Mattern |
2002-04-29 | Replace all exit(1) with abort(). | James Courtier-Dutton |
2002-04-23 | Fix memory leaks by disposing input, demux and decoder plugins at exit | Ewald Snel |