summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg_block.c
AgeCommit message (Expand)Author
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
2003-01-03Ooops meant to protect with "LOG"Rocky Bernstein
2003-01-03Correct misleading message about estimating bit rate. It's not doneRocky Bernstein
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-15Disable demux_mpeg_block_estimate_rate. This should be used only ifRocky Bernstein
2002-12-15demux_mpeg_block_estimate_rate():Rocky Bernstein
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-18resort the checks so that DVD playback finally worksMichael Roitzsch
2002-11-18getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
2002-11-17check for seekable instead of preview flagGuenter Bartsch
2002-11-17This one is the reason why initial stillframes on DVDs do not show up.Michael Roitzsch
2002-11-16send the NAV packet AFTER a discontinuity, not BEFOREMichael Roitzsch
2002-11-15Fix more memory leaksEwald Snel
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
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-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27fix extensions detectionGuenter Bartsch
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
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-26don't forget to call stop during disposeMichael Roitzsch
2002-10-26fix strategy constantsThibaut Mattern
2002-10-26send preview buffers, set stream_info, make demux_qt stay away from block dev...Guenter Bartsch
2002-10-26Remove assert(0), left over from testing.James Courtier-Dutton
2002-10-25remove obviously obsolete INPUT_CAP_CLUT and INPUT_OPTIONAL_DATA_CLUTMichael Roitzsch
2002-10-23re-enable demux_mpegJuergen Keil
2002-10-22Update input_dvd.c to new api.James Courtier-Dutton
2002-10-22Changed non standard comment (//).Stephen Torri
2002-10-18Enable liba52 for new api.James Courtier-Dutton
2002-10-18demux_mpeg_block compiles, but does not output any audio or video yet.James Courtier-Dutton
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
2002-10-08Fix a segfault when we reach the end of the playlist.James Courtier-Dutton
2002-09-24prevent pts based wrap detections after we had a nav-detectedMichael Roitzsch
2002-09-19Update configure.in for new libdvdnav version.James Courtier-Dutton
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-07one more 'const' and independent x/y zooming parametersMichael Roitzsch
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-08-07correct mpeg1 scr.Miguel Freitas
2002-07-19- fix mpeg2/lpcm messMiguel Freitas
2002-07-17stop sending audio parameters all the timeMiguel Freitas
2002-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch