summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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-09-01Better rate info passing.James Courtier-Dutton
2001-08-31Fix byte order problems for AVI files with LPCM sound.Juergen Keil
2001-08-30Fix byteorder problem for bigendian cpusJuergen Keil
2001-08-29sorting out demux close <-> stopGuenter Bartsch
2001-08-29handle avi streams without / with unknown audioGuenter Bartsch
2001-08-28Added sync code from Hubert Matthews [hubert.matthews@unicornportal.com]James Courtier-Dutton
2001-08-28update to ffmpeg 0.4.5, buf types cleanup based on patch provided by Miguel F...Guenter Bartsch
2001-08-25fixed content type detectionGuenter Bartsch
2001-08-25make avi demuxer take care of keyframesGuenter Bartsch
2001-08-20*** empty log message ***James Courtier-Dutton
2001-08-20AC3 handling changedJoachim Koenig
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-13Fixed segfault if Audio or Video Plugin not loaded.James Courtier-Dutton
2001-08-12cancel demux thread on xine_stop instead of pthread_join to prevent hangGuenter Bartsch
2001-08-10FAQ updates and getting ready for 0.5.1Guenter Bartsch
2001-08-05Enabled CLUT palette transfer from the input pluginEduard Hasenleithner
2001-08-02Fixed Video fifo buffer overflow.James Courtier-Dutton
2001-08-01TS Streams with zero PES_Packet_Length should now play.James Courtier-Dutton
2001-07-30demux_ts.c modified so it should work now.James Courtier-Dutton
2001-07-29...of course I forgot to add the file itself #-))Guenter Bartsch
2001-07-29transport stream demultiplexer contributed by shaheedGuenter Bartsch
2001-07-24PES demultiplexerJoachim Koenig
2001-07-18Split alsa drivers, more checks about versions. Made xine lib c++ compliant.Daniel Caujolle-Bert
2001-07-14quick hack to make xine more responsive near mpeg1 stream ends (dangerous)Guenter Bartsch
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-10Fixed get_dir in input plugins. Fixed a strange header inclusion bugDaniel Caujolle-Bert
2001-07-04spu support updated (unfinished) from Jamesuid32519
2001-07-04Use the video_out driver's copy function (so that video_out_xshm canuid56437
2001-07-03forgot to protect some demuxersGuenter Bartsch
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-21solaris and stability patches provided by Juergen KeilGuenter Bartsch
2001-06-17increased number of sent preview buffersGuenter 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-17fixed small demuxer bugGuenter Bartsch
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-14more fixesGuenter Bartsch
2001-06-13Fixed mp3 playback.Daniel Caujolle-Bert
2001-06-11bugfixes for playing without sound-driverHeiko Schaefer
2001-06-10added blocksize detectionGuenter Bartsch