summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg_block.c
AgeCommit message (Expand)Author
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
2002-01-05Fix NAV packet demux.James Courtier-Dutton
2002-01-04NAV packets now reach libspudec.James Courtier-Dutton
2002-01-02Correct spelling of __VA_ARGS__ macroJuergen Keil
2001-12-27Add intl support + more logging messages.Daniel Caujolle-Bert
2001-12-24automatic still image detection - based on miguel's work but with modificatio...Guenter Bartsch
2001-12-01add avi subtitle decoder (based on mplayer code), minor cleanups, removed reg...Guenter Bartsch
2001-11-30Add an automatic way for input plugin to add extra valid mrls:Daniel Caujolle-Bert
2001-11-30Valid mrls are no more static (except few ones), like file suffix too.Daniel Caujolle-Bert
2001-11-28last 0.9.6 preparationsxine-0_9_6-release0.9.6Guenter Bartsch
2001-11-27Improve DTS support.James Courtier-Dutton
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel Caujolle-Bert
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out buf...Guenter Bartsch
2001-10-25demux api change to report supported mimetypesMiguel Freitas
2001-10-22Some modification for seeking in unpredictable streams (like DVDs)Rich J Wareham
2001-10-21Some minor changes.James Courtier-Dutton
2001-10-20big event cleanup: one single mechanism is now used for all communications be...Guenter Bartsch
2001-10-18remove hardcoded lpcm audio format information, try to extract the informationJuergen Keil
2001-10-17demux / input plugin interface change, init functions now have access to the ...Guenter Bartsch
2001-10-08fix serious buffer leak at the estimation functionMiguel Freitas
2001-10-07if a pes header indicates that the stream is encrypted that doesn't necessari...Guenter Bartsch
2001-10-06Change the text printed when we see a CSS MPEG2 stream to something similar toJuergen Keil
2001-10-06Added check for encrypted streams.James Courtier-Dutton
2001-10-05Fix endless loop playing a 10kbyte video_ts.vob file (step was 0)Juergen Keil
2001-10-03Add error checks to all "pthread_create" calls, print error message and exitJuergen Keil
2001-09-25block demuxer lost packages - hopefully fixed nowGuenter Bartsch
2001-09-25implemented BUF_CONTROL_AUDIO_CHANNEL - this should enable input plugins to s...Guenter Bartsch
2001-09-16Prevent Floating point exception when playing mpeg streams with LPCM audio.James Courtier-Dutton