summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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-12small bugfix to make audio work when seeking backGuenter Bartsch
2001-09-11fixed no-resample audio output, fixed qt stream end detectionGuenter Bartsch
2001-09-11linking demux_qt to zlib for compressed headers, make ffmpeg handle JPEG qt s...Guenter Bartsch
2001-09-10Fixes for highly multiplexed transport streams.James Courtier-Dutton
2001-09-10"l" printf conversion specification not needed for printing doublesJuergen Keil
2001-09-10a quicktime demuxer based on openquicktime, cinepack support fixed, minor bug...Guenter Bartsch
2001-09-10Re-wrote re-sync code so that it does not drop any packets.James Courtier-Dutton
2001-09-09Add a hack to "wine" (WINE_TYPEDEFS_ONLY), to allow compiling the avi demuxerJuergen Keil
2001-09-08big buf types cleanup, beginning to use libw32codec for indeo (unfinished)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-05generate index only once per mrlGuenter Bartsch
2001-09-05enable seeking in incomplete avisGuenter Bartsch
2001-09-05miguel's latest patchesGuenter Bartsch
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-02last bugfixes: make xine engine handle demuxer that may fail to initializeGuenter Bartsch
2001-09-02demuxer bugfixesGuenter 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-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