summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg_block.c
AgeCommit message (Expand)Author
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
2002-06-29Use BUF_FLAG_SEEK.Thibaut Mattern
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-14Fix seeking problem after demuxer finishedThibaut Mattern
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-27fix 64-bit diff calculationMiguel Freitas