summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_mpeg_block.c
AgeCommit message (Expand)Author
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
2001-09-12small patch for null audio outputGuenter Bartsch
2001-09-12further tweaks and patches for menu support: new buftypes (BUF_CONTROL_DISCON...Guenter Bartsch
2001-09-08patch provided by David D. Hagood <wowbagger@sktc.net>Guenter Bartsch
2001-09-08rich's patches (menu support)Guenter Bartsch
2001-09-07demux_mpeg_block logged to stderr instead of stdoutGuenter Bartsch
2001-09-06DTS via SPDIFJoachim Koenig
2001-09-04race condition / stability fixes provided by Miguel Freitas <miguel@cetuc.puc...Guenter Bartsch
2001-09-03small bugfix, printf was missing parameterGuenter Bartsch
2001-09-01don't estimate bitrate twice for the same mrlGuenter Bartsch
2001-09-01big demuxer clean, demux_ts should work again.Guenter Bartsch
2001-08-31Fix byte order problems for AVI files with LPCM sound.Juergen Keil
2001-08-29sorting out demux close <-> stopGuenter Bartsch
2001-08-28update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel F...Guenter Bartsch
2001-08-18various cleanups; 8 bit depth detection and handling (yuv2rgb not implemented...Guenter Bartsch
2001-08-17Add xine_seek() and friends.Daniel Caujolle-Bert
2001-08-12cancel demux thread on xine_stop instead of pthread_join to prevent hangGuenter Bartsch
2001-08-05Enabled CLUT palette transfer from the input pluginEduard Hasenleithner
2001-07-14whoups, forgot to remove some spu_dec functions...Guenter Bartsch
2001-07-14cleaned up and finished spu_thread removalGuenter Bartsch
2001-07-13Make SPU decode use Video decoder thread instead of it's own thread.James Courtier-Dutton
2001-07-04spu support updated (unfinished) from Jamesuid32519
2001-07-03chasing more races..Guenter Bartsch
2001-07-01small addition for extension pluginsGuenter Bartsch
2001-06-23fixed race between metronom and xine engine, small audio plugin api change to...Guenter Bartsch
2001-06-17Enlarge preview buffer for mpeg_block, add preview to elem demuxer.Daniel Caujolle-Bert
2001-06-17Remove extra (unneeded) trace.Daniel Caujolle-Bert
2001-06-17Add a clean aalib check.Daniel Caujolle-Bert
2001-06-17small bugfix for no audioGuenter Bartsch
2001-06-16xine engine cleanups and new callbacks for seamless branchingGuenter Bartsch
2001-06-16more seeking/stopping bugfixesGuenter Bartsch
2001-06-10added blocksize detectionGuenter Bartsch
2001-06-09introducing present buffersGuenter Bartsch
2001-06-03fixed mpeg block demuxer content detection and audio channel selectionGuenter Bartsch
2001-05-31fixed support for field pictures plus video_out bugfixes (missing functions)Guenter Bartsch
2001-05-30Fixed demux_mpeg_block with detect by content bug. Fixed input_dvd/vcdDaniel Caujolle-Bert
2001-05-30Fixed demux* get current position calls.Daniel Caujolle-Bert
2001-05-28Ability to playback streams without loaded audio driver.Daniel Caujolle-Bert
2001-05-24Add new gui_data_exchange property: GUI_DATA_EX_DRAWABLE_CHANGED, itDaniel Caujolle-Bert
2001-04-29Some input plugin storing references fixes.Daniel Caujolle-Bert
2001-04-28fixed some typos in the demuxer pluginsGuenter Bartsch