Age | Commit message (Expand) | Author |
2002-01-05 | Fix NAV packet demux. | James Courtier-Dutton |
2002-01-04 | NAV packets now reach libspudec. | James Courtier-Dutton |
2002-01-02 | Correct spelling of __VA_ARGS__ macro | Juergen Keil |
2001-12-27 | Add intl support + more logging messages. | Daniel Caujolle-Bert |
2001-12-24 | automatic still image detection - based on miguel's work but with modificatio... | Guenter Bartsch |
2001-12-01 | add avi subtitle decoder (based on mplayer code), minor cleanups, removed reg... | Guenter Bartsch |
2001-11-30 | Add an automatic way for input plugin to add extra valid mrls: | Daniel Caujolle-Bert |
2001-11-30 | Valid mrls are no more static (except few ones), like file suffix too. | Daniel Caujolle-Bert |
2001-11-28 | last 0.9.6 preparationsxine-0_9_6-release0.9.6 | Guenter Bartsch |
2001-11-27 | Improve DTS support. | James Courtier-Dutton |
2001-11-18 | new configfile interface, code cleanup, xprintf is gone | Guenter Bartsch |
2001-11-17 | Add 'xine_' prefix to all of xine-utils functions (what about cpu | Daniel Caujolle-Bert |
2001-11-10 | very unfinished scr discontinuity detection stuff, new software audio out buf... | Guenter Bartsch |
2001-10-25 | demux api change to report supported mimetypes | Miguel Freitas |
2001-10-22 | Some modification for seeking in unpredictable streams (like DVDs) | Rich J Wareham |
2001-10-21 | Some minor changes. | James Courtier-Dutton |
2001-10-20 | big event cleanup: one single mechanism is now used for all communications be... | Guenter Bartsch |
2001-10-18 | remove hardcoded lpcm audio format information, try to extract the information | Juergen Keil |
2001-10-17 | demux / input plugin interface change, init functions now have access to the ... | Guenter Bartsch |
2001-10-08 | fix serious buffer leak at the estimation function | Miguel Freitas |
2001-10-07 | if a pes header indicates that the stream is encrypted that doesn't necessari... | Guenter Bartsch |
2001-10-06 | Change the text printed when we see a CSS MPEG2 stream to something similar to | Juergen Keil |
2001-10-06 | Added check for encrypted streams. | James Courtier-Dutton |
2001-10-05 | Fix endless loop playing a 10kbyte video_ts.vob file (step was 0) | Juergen Keil |
2001-10-03 | Add error checks to all "pthread_create" calls, print error message and exit | Juergen Keil |
2001-09-25 | block demuxer lost packages - hopefully fixed now | Guenter Bartsch |
2001-09-25 | implemented BUF_CONTROL_AUDIO_CHANNEL - this should enable input plugins to s... | Guenter Bartsch |
2001-09-16 | Prevent Floating point exception when playing mpeg streams with LPCM audio. | James Courtier-Dutton |
2001-09-12 | small patch for null audio output | Guenter Bartsch |
2001-09-12 | further tweaks and patches for menu support: new buftypes (BUF_CONTROL_DISCON... | Guenter Bartsch |
2001-09-08 | patch provided by David D. Hagood <wowbagger@sktc.net> | Guenter Bartsch |
2001-09-08 | rich's patches (menu support) | Guenter Bartsch |
2001-09-07 | demux_mpeg_block logged to stderr instead of stdout | Guenter Bartsch |
2001-09-06 | DTS via SPDIF | Joachim Koenig |
2001-09-04 | race condition / stability fixes provided by Miguel Freitas <miguel@cetuc.puc... | Guenter Bartsch |
2001-09-03 | small bugfix, printf was missing parameter | Guenter Bartsch |
2001-09-01 | don't estimate bitrate twice for the same mrl | Guenter Bartsch |
2001-09-01 | big demuxer clean, demux_ts should work again. | Guenter Bartsch |
2001-08-31 | Fix byte order problems for AVI files with LPCM sound. | Juergen Keil |
2001-08-29 | sorting out demux close <-> stop | Guenter Bartsch |
2001-08-28 | update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel F... | Guenter Bartsch |
2001-08-18 | various cleanups; 8 bit depth detection and handling (yuv2rgb not implemented... | Guenter Bartsch |
2001-08-17 | Add xine_seek() and friends. | Daniel Caujolle-Bert |
2001-08-12 | cancel demux thread on xine_stop instead of pthread_join to prevent hang | Guenter Bartsch |
2001-08-05 | Enabled CLUT palette transfer from the input plugin | Eduard Hasenleithner |
2001-07-14 | whoups, forgot to remove some spu_dec functions... | Guenter Bartsch |
2001-07-14 | cleaned up and finished spu_thread removal | Guenter Bartsch |
2001-07-13 | Make SPU decode use Video decoder thread instead of it's own thread. | James Courtier-Dutton |
2001-07-04 | spu support updated (unfinished) from James | uid32519 |
2001-07-03 | chasing more races.. | Guenter Bartsch |