summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2001-11-19Add zlib checks. qt build is now zlib dependend (same for rpm spec file).Daniel Caujolle-Bert
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17don't abort demuxer if unknow audio codecMiguel Freitas
2001-11-17commenting some debug messagesMiguel Freitas
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-16don't defrag if "reordering" is not neededMiguel Freitas
2001-11-15bugfixes / byte reordering on audio streams if needed. FIXME: do we need toMiguel Freitas
2001-11-13metronom logic changedHeiko Schaefer
2001-11-12Pass PCR/SCR into the fifo.James Courtier-Dutton
2001-11-12Initial attempt at handling A52 audio in transport streams.James Courtier-Dutton
2001-11-11Added CRC32 checking of PAT and PMT sections.James Courtier-Dutton
2001-11-11Improve debug output.James Courtier-Dutton
2001-11-11Use PCR and not EPCR.James Courtier-Dutton
2001-11-11PCR is now extracted, but not inserted into the fifo yet.James Courtier-Dutton
2001-11-11Partial decoding of adaption field.James Courtier-Dutton
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-11-07buf types cleanup (audio stuff)Miguel Freitas
2001-11-07buf type cleanup (1st part)Miguel Freitas
2001-11-06ogg mime typeMiguel Freitas
2001-11-06ASF bugfixes / variable to check for fifo buffer sizeMiguel Freitas
2001-11-04fix playing small filesMiguel Freitas
2001-10-30make xine recognize the new windows media formats and a small audio output pl...Guenter Bartsch
2001-10-27small bug fix for time based seeking in mpeg1 filesGuenter Bartsch
2001-10-25demux api change to report supported mimetypesMiguel Freitas
2001-10-24removing remainging recursive dynamic lib linkingGuenter Bartsch
2001-10-22an http input plugin, small demuxer bugfixes/additionsGuenter Bartsch
2001-10-22Some modification for seeking in unpredictable streams (like DVDs)Rich J Wareham
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
2001-10-21Some minor changes.James Courtier-Dutton
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-19forgot to update unterface version number on this oneGuenter Bartsch
2001-10-18remove hardcoded lpcm audio format information, try to extract the informationJuergen Keil
2001-10-17demux / input plugin interface change, init functions now have access to the ...Guenter Bartsch
2001-10-15(percentage based) seekingGuenter Bartsch
2001-10-14an asf demuxerGuenter Bartsch
2001-10-09fix playing mpeg movies with sound disabledMiguel Freitas
2001-10-08Fixed ogg/vorbis stuff (don't link vorbis plusgin to libogg, etc...). CleanDaniel Caujolle-Bert
2001-10-08Conditional compilation of the 'ogg' demuxer; don't compile it when ogg/vorbisJuergen Keil
2001-10-08fix serious buffer leak at the estimation functionMiguel Freitas
2001-10-07minor cleanupsGuenter Bartsch
2001-10-07code beautified and small fix so xine can play back avi streams generated by ...Guenter Bartsch
2001-10-07if a pes header indicates that the stream is encrypted that doesn't necessari...Guenter Bartsch
2001-10-07initial ogg/vorbis support addedHeiko Schaefer
2001-10-06Change the text printed when we see a CSS MPEG2 stream to something similar toJuergen Keil
2001-10-06Added check for encrypted streams.James Courtier-Dutton
2001-10-05Fix endless loop playing a 10kbyte video_ts.vob file (step was 0)Juergen Keil
2001-10-03Add error checks to all "pthread_create" calls, print error message and exitJuergen Keil
2001-10-03Try to use ISO C99 __func__ macro (instead of __FUNCTION__), when xine isJuergen Keil
2001-09-25block demuxer lost packages - hopefully fixed nowGuenter Bartsch