summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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
2002-08-25Fix seeking with streams that don't have pts.Thibaut Mattern
2002-08-24parse id3v1 tagsGuenter Bartsch
2002-08-24support input_time for live streams, small coding style cleanupsGuenter Bartsch
2002-08-24clean up log output, make it work without audioGuenter Bartsch
2002-08-23support for older ogm streams (video+vorbis audio only because of lack of tes...Guenter Bartsch
2002-08-19xine now survives all ogm test streams i got :) - including seeking (though n...Guenter Bartsch
2002-08-19remove unused functionMichael Roitzsch
2002-08-18icecast supportGuenter Bartsch
2002-08-18ogg demuxer cleanup (seperate stream type detection from content delivery), n...Guenter Bartsch
2002-08-17support time-based seeking in ogg/vorbis streams. implement timestamps for vo...Guenter Bartsch
2002-08-14added SND/AU file demuxerMike Melanson