summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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
2002-09-04add support for special palette conversion, fix video pts, remove extraMike Melanson
2002-09-03calculate more accurate pts values for the audio samplesMike Melanson
2002-09-02dispatch the A/V chunks to the decodersMike Melanson
2002-09-01demuxes audio and video chunks properly nowMike Melanson
2002-09-01keyframe detection and hexdump enhancement by Staszek PaskoGuenter Bartsch
2002-09-01typoMike Melanson
2002-09-01Id CIN demuxer now handles files with audioMike Melanson
2002-09-01updated SND/AU demuxer to recognize logarithmic PCM formats (and fixedMike Melanson
2002-08-31fix mrl ending registration to cure xine-ui mrl browser segfaultsMichael Roitzsch
2002-08-30Add two new xine events: inform UI when vo output is needed or not (it's theDaniel Caujolle-Bert
2002-08-28send start buffers before headers(preview buffers)Guenter Bartsch
2002-08-28make sure enough preview buffers of every stream are sentGuenter Bartsch
2002-08-27- Use BUF_FLAG_SEEK.Thibaut Mattern
2002-08-27- remove an unused variableThibaut Mattern
2002-08-27- Use bitrate to choose the best video stream and the best audio stream.Thibaut Mattern
2002-08-25Use buf_flag_seek (perfect seeking :-) )Thibaut Mattern