Age | Commit message (Expand) | Author |
2001-11-19 | Add zlib checks. qt build is now zlib dependend (same for rpm spec file). | Daniel Caujolle-Bert |
2001-11-18 | new configfile interface, code cleanup, xprintf is gone | Guenter Bartsch |
2001-11-17 | don't abort demuxer if unknow audio codec | Miguel Freitas |
2001-11-17 | commenting some debug messages | Miguel Freitas |
2001-11-17 | Add 'xine_' prefix to all of xine-utils functions (what about cpu | Daniel Caujolle-Bert |
2001-11-16 | don't defrag if "reordering" is not needed | Miguel Freitas |
2001-11-15 | bugfixes / byte reordering on audio streams if needed. FIXME: do we need to | Miguel Freitas |
2001-11-13 | metronom logic changed | Heiko Schaefer |
2001-11-12 | Pass PCR/SCR into the fifo. | James Courtier-Dutton |
2001-11-12 | Initial attempt at handling A52 audio in transport streams. | James Courtier-Dutton |
2001-11-11 | Added CRC32 checking of PAT and PMT sections. | James Courtier-Dutton |
2001-11-11 | Improve debug output. | James Courtier-Dutton |
2001-11-11 | Use PCR and not EPCR. | James Courtier-Dutton |
2001-11-11 | PCR is now extracted, but not inserted into the fifo yet. | James Courtier-Dutton |
2001-11-11 | Partial decoding of adaption field. | James Courtier-Dutton |
2001-11-10 | very unfinished scr discontinuity detection stuff, new software audio out buf... | Guenter Bartsch |
2001-11-07 | buf types cleanup (audio stuff) | Miguel Freitas |
2001-11-07 | buf type cleanup (1st part) | Miguel Freitas |
2001-11-06 | ogg mime type | Miguel Freitas |
2001-11-06 | ASF bugfixes / variable to check for fifo buffer size | Miguel Freitas |
2001-11-04 | fix playing small files | Miguel Freitas |
2001-10-30 | make xine recognize the new windows media formats and a small audio output pl... | Guenter Bartsch |
2001-10-27 | small bug fix for time based seeking in mpeg1 files | Guenter Bartsch |
2001-10-25 | demux api change to report supported mimetypes | Miguel Freitas |
2001-10-24 | removing remainging recursive dynamic lib linking | Guenter Bartsch |
2001-10-22 | an http input plugin, small demuxer bugfixes/additions | Guenter Bartsch |
2001-10-22 | Some modification for seeking in unpredictable streams (like DVDs) | Rich J Wareham |
2001-10-22 | Fixed libxineutils linking. | Daniel Caujolle-Bert |
2001-10-22 | introducing libxineutils and a this pointer for video_out_x11 callbacks | Guenter Bartsch |
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-19 | forgot to update unterface version number on this one | 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-15 | (percentage based) seeking | Guenter Bartsch |
2001-10-14 | an asf demuxer | Guenter Bartsch |
2001-10-09 | fix playing mpeg movies with sound disabled | Miguel Freitas |
2001-10-08 | Fixed ogg/vorbis stuff (don't link vorbis plusgin to libogg, etc...). Clean | Daniel Caujolle-Bert |
2001-10-08 | Conditional compilation of the 'ogg' demuxer; don't compile it when ogg/vorbis | Juergen Keil |
2001-10-08 | fix serious buffer leak at the estimation function | Miguel Freitas |
2001-10-07 | minor cleanups | Guenter Bartsch |
2001-10-07 | code beautified and small fix so xine can play back avi streams generated by ... | Guenter Bartsch |
2001-10-07 | if a pes header indicates that the stream is encrypted that doesn't necessari... | Guenter Bartsch |
2001-10-07 | initial ogg/vorbis support added | Heiko Schaefer |
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-10-03 | Try to use ISO C99 __func__ macro (instead of __FUNCTION__), when xine is | Juergen Keil |
2001-09-25 | block demuxer lost packages - hopefully fixed now | Guenter Bartsch |