summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg.c
AgeCommit message (Expand)Author
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2003-01-16- fix PVA buffer leaking problemsMiguel Freitas
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2002-12-21Fix memory leak (100100 bytes per stream)Ewald Snel
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-10fix wrong abs macro; many thanks to James Slorach for finding this nasty,Michael Roitzsch
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
2002-10-28bump the interface versionMike Melanson
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27some demuxers still don't report their status correctlyGuenter Bartsch
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-25throw away old code, call demux_stop in demux_disposeGuenter Bartsch
2002-10-24Try to fix sync and seeking with strange streams that don't have pts.Thibaut Mattern
2002-10-23content detection for non-seekable streamsGuenter Bartsch
2002-10-23stupid error in extension comparison - thanks to mike for noticing thatGuenter Bartsch
2002-10-23send preview buffers, try to fix metadataGuenter Bartsch
2002-10-23final c++ -> c coding style fixes, libxine compiles nowGuenter Bartsch
2002-10-23fix detection by extensionGuenter Bartsch
2002-10-23re-enable demux_mpegJuergen Keil
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-10-06backed out earlier changes from endian translation macrosMike Melanson
2002-10-05Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2)Robin KAY
2002-09-18make new plugin loader check api versions, fix api versions for adapted demux...Guenter Bartsch
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-09-04fix seeking bug (thanks to Thibaut Mattern)Michael Roitzsch
2002-08-25Fix seeking with streams that don't have pts.Thibaut Mattern
2002-08-07added support for ferreting out MPEG streams packaged with RIFF headersMike Melanson
2002-08-06make the MPEG-within-QT file detection a little smarter by not traversingMike Melanson
2002-08-04add support for finding MPEG streams within Quicktime filesMike Melanson
2002-07-20Use BUF_FLAG_SEEKThibaut Mattern
2002-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch
2002-06-12Remove no more needed XINE_LOGO.Daniel Caujolle-Bert
2002-06-07- demuxer cleanup (helper functions)Miguel Freitas
2002-05-25patch from Michael Roitzsch:Siggi Langauf
2002-05-21start() and seek() return the statusThibaut 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-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