summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg_block.c
AgeCommit message (Expand)Author
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
2002-04-23Fix memory leaks by disposing input, demux and decoder plugins at exitEwald Snel
2002-04-22Forward buf->decoder_info[] to audio fifo (it's used to specify things, likeDaniel Caujolle-Bert
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-11Add an INPUT_CAP_PREVIEW mode.James Courtier-Dutton
2002-04-11Tempory fix for playing DVDs with dvdnav.James Courtier-Dutton
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
2002-04-06nav is the preferred method for discontinuity detection. scr must beMiguel Freitas
2002-04-03enable both nav and scr discontinuity detection. nav will provide moreMiguel Freitas
2002-03-31Set all pts variabled to int64_t.James Courtier-Dutton
2002-03-24Fixed a few warning messages.James Courtier-Dutton
2002-03-24scr unregister patch from Michael Roitzsch, buffer mem release fix, xmalloc_a...Guenter Bartsch
2002-03-21debug output enhancemendGuenter Bartsch
2002-03-20steps towards dvd playback:Guenter Bartsch
2002-03-12trying to fix discontinuity handling. now it pass on my vob discontinuityMiguel Freitas
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ...Guenter Bartsch
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
2002-02-01Fix a confusing ://mpeg1 ://mpeg2 handling.Daniel Caujolle-Bert
2002-01-25Remove guenter_rpms.sh from configure.in. Check INPUT_CAP_CLUT capabilityDaniel Caujolle-Bert
2002-01-15small fixes and cleanups, metronom wasn't told the frame rate of next stream ...Guenter Bartsch