summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2002-10-08Fix a BUS error on SPARC, forJuergen Keil
2002-10-08Fix a segfault when we reach the end of the playlist.James Courtier-Dutton
2002-10-08decimal, not hexMike Melanson
2002-10-06Workaround for code generation bug in gcc on SPARC. Mike's endian macros now ...Robin KAY
2002-10-06atone for the sin of calling xine a "unix video player" rather than aMike Melanson
2002-10-06added support for VBR audio in QT files and improved handling ofMike Melanson
2002-10-06backed out earlier changes from endian translation macrosMike Melanson
2002-10-06preliminary attempt at a RealMedia file demuxerMike Melanson
2002-10-05Backing out changes to endian translation macrosRobin KAY
2002-10-05implemented seeking (including seek on start) and length functionMike Melanson
2002-10-05experiment to get these endian macros to work on all systemsMike Melanson
2002-10-05Fixed segmentation faults in endian translation macros (SPARC, gcc 3.2)Robin KAY
2002-10-04initial commit for YUV4MPEG2 file demuxerMike Melanson
2002-10-03implemented seek on start for the audio-only demuxers, also fixedMike Melanson
2002-10-02mark some global arrays that must never be changed (multiple pluginMichael Roitzsch
2002-10-01implemented seek on startMike Melanson
2002-10-01implemented proper video codec detection, calculated proper frameMike Melanson
2002-10-01err...bring back ability for QT demuxer to play from start, and fixMike Melanson
2002-10-01In the following Makefile.am variable is how to correctly comment outStephen Torri
2002-09-30simple beautificationMichael Roitzsch
2002-09-30implemented proper frame duration calculation, fixed temporal positionMike Melanson
2002-09-28wow, 1 line makes all the difference between "working" andMike Melanson
2002-09-28eliminate separate pts counter for audio; this makes pts handlingMike Melanson
2002-09-28added support for seeking by exploiting special characteristics of theMike Melanson
2002-09-28preliminary greyscale palette support; not perfect yet, but it keepsMike Melanson
2002-09-24prevent pts based wrap detections after we had a nav-detectedMichael Roitzsch
2002-09-24revised VQA demuxer to eliminate any hope of random seeking duringMike Melanson
2002-09-23preliminary support for edit lists in video traks; cleaned up audioMike Melanson
2002-09-22finally figured out how to free some temporary tablesMike Melanson
2002-09-22communicate video depth to video decoderMike Melanson
2002-09-21bring the SMJPEG, VQA, and CDA demuxers up to new API specMike Melanson
2002-09-21bring the FLI and RoQ demuxers up to the new API specMike Melanson
2002-09-21bring the Id CIN and WC3 movie demuxers up to the new API specsMike Melanson
2002-09-21load audio stream informationMike Melanson
2002-09-21load audio stream information and strengthen QT detection method toMike Melanson
2002-09-21bring the audio-only demuxers (WAV, AIFF, VOC, SND) up to the new APIMike Melanson
2002-09-21bring the QT and FILM demuxers up to the new API specMike Melanson
2002-09-1964 bits timestamping to avoid overflows (usefull for livestreams where timest...Guenter Bartsch
2002-09-19Updated cvscompile.sh to look for configure.acStephen Torri
2002-09-19Update configure.in for new libdvdnav version.James Courtier-Dutton
2002-09-19some ogg/vorbis streams seem to require a higher tresholdGuenter Bartsch
2002-09-18make new plugin loader check api versions, fix api versions for adapted demux...Guenter Bartsch
2002-09-18OGG/VORBIS etc. checking is broken in ./cvscompile.sh.James Courtier-Dutton
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-10bring back all the demuxersMichael Roitzsch
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-05make all the plugin init functions staticMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-09-04fix seeking bug (thanks to Thibaut Mattern)Michael Roitzsch