summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2002-06-03Avoid segfault on qt_exit(), if qt demuxer wasn't used.Daniel Caujolle-Bert
2002-06-02zlib is a pre-req for compilation, so do not bother checking for itMike Melanson
2002-06-02Here it is: A brand-new (and quite functional, if I do say soMike Melanson
2002-05-30bugfixes from MauroMiguel Freitas
2002-05-29commit Mauro Borghi <mauro.borghi@tilab.com> patches plus some small fix to d...Miguel Freitas
2002-05-28fix seekingMiguel Freitas
2002-05-28adjusted the audio pts calculationMike Melanson
2002-05-27initial commit for RoQ file demuxerMike Melanson
2002-05-27added preliminary seeking support; not yet seamlessMike Melanson
2002-05-27added _stop() and _close() commands, fixed 8-bit audio, fixed frameMike Melanson
2002-05-27make it work! ;-)Miguel Freitas
2002-05-27update copyright headersGuenter Bartsch
2002-05-27initial commit for FILM demuxerMike Melanson
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-24fix declarationMiguel Freitas
2002-05-21avoid segfault with -A null (why would someone play a mp3 without audio? :)Miguel Freitas
2002-05-21start() and seek() return now the status.Thibaut Mattern
2002-05-21start() and seek() return the statusThibaut Mattern
2002-05-21play() and seek() return now the statusThibaut Mattern
2002-05-21atomic status code on demux start/seekSiggi Langauf
2002-05-20- check for keyframes past start_posMiguel Freitas
2002-05-20progressive index reconstruction patch by Ian Goldberg <ian@cypherpunks.ca>Miguel Freitas
2002-05-19Experimental pts calculation.Thibaut Mattern
2002-05-19Fix segmentation fault in demux plugins caused by uninitialized dataEwald Snel
2002-05-17seek patch by Thibaut MatternMiguel Freitas
2002-05-17commiting Thibaut Mattern's seek patch and some small fixesMiguel Freitas
2002-05-16Fix seeking problem after demuxer finished.Thibaut Mattern
2002-05-16Send a new pts when seeking. It enables "fast" seeking.Thibaut Mattern
2002-05-16Don't segfault if moov header not found. xine_log() call afterDaniel Caujolle-Bert
2002-05-15Fix seeking problem after demuxer finishedThibaut Mattern
2002-05-15Use audio_fifo instead of video_fifo in demux_loop.Thibaut Mattern
2002-05-15Fix seeking problem after demuxer finishedThibaut Mattern
2002-05-15Fix seeking problem after demuxer finishedThibaut Mattern
2002-05-14Fix seeking problem after demuxer finishedThibaut Mattern
2002-05-14Fix demux_loop.Thibaut Mattern
2002-05-14Ian Goldberg's patch for AVIs bigger than 2GBMiguel Freitas
2002-05-13Complete the previous patch.Thibaut Mattern
2002-05-13Fix seeking problem after demuxer finishedThibaut Mattern
2002-05-13"streaming" AVI support by Ian Goldberg <ian@cypherpunks.ca>Miguel Freitas
2002-05-12Fix seeking problem after demuxer finishedThibaut Mattern
2002-05-12Change get_status to return thread_running instead of demux status.Thibaut Mattern
2002-05-10fix seeking problem after demuxer finished. patch by Thibaut Mattern and me.Miguel Freitas
2002-05-04Playing the same file after a xine_stop() was unworkable. Fixed (i hope iDaniel Caujolle-Bert
2002-05-03fix some log messages. try to provide some hint to user so it may be ableMiguel Freitas
2002-05-03fix VCD playback (i've just learned once for all: mpeg SCR must never beMiguel Freitas
2002-05-01fix detection of blocksize for file inputMiguel Freitas
2002-04-29Replace all exit(1) with abort().James Courtier-Dutton
2002-04-28fix discontinuity detection (audio and video pts may differ by more than 2Miguel Freitas
2002-04-27fix 64-bit diff calculationMiguel Freitas
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel