summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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
2002-04-23Fix memory leaks in quicktime demux pluginEwald Snel
2002-04-23Fixed a typoEwald Snel
2002-04-23fix stupid bug in my last commitMiguel Freitas
2002-04-22Forward buf->decoder_info[] to audio fifo (it's used to specify things, likeDaniel Caujolle-Bert
2002-04-20Fix for unresolved symbols in pluginsEwald Snel
2002-04-19patch from Andrei Lahun to use keyframes on seekingMiguel Freitas
2002-04-19use pts instead of scr for wrap detection (must be tested with VCDs)Miguel Freitas
2002-04-18patch to support bigger wavex headers from Staszek PaskoMiguel Freitas
2002-04-17user feedback when reconstructing index (using OSD)Guenter Bartsch
2002-04-16More accurate slider position.James Courtier-Dutton
2002-04-16Move fix to xine-dvdnav instead. This broke input_file plugin.James Courtier-Dutton
2002-04-15Fix hang when user presses "seek" during still dvd menu with dvdnav.James Courtier-Dutton
2002-04-14pts generation for video and split-up of big packagesGuenter Bartsch