summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
2002-12-12* Initial version of an rtsp input plugin. It is far from being perfect,Stefan Holst
2002-12-12only relative forward seeking is supported by non-seekable input pluginsStefan Holst
2002-12-12fix stdin plugin, cosmetic cleanups in mp3 demuxerGuenter Bartsch
2002-12-12added support for (believe it or not) MS-style WAVE format headersMike Melanson
2002-12-12handling of some strange avi files.Miguel Freitas
2002-12-11that should fix playback of streams generated by dvgrab.Miguel Freitas
2002-12-10some metainfoGuenter Bartsch
2002-12-09audio/video pid auto-detectionGuenter Bartsch
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-12-06real bugfixes, improved discontinuity/live stream handling, handling of audio...Guenter Bartsch
2002-12-06less verboseMiguel Freitas
2002-12-06terminate data with zero to avoid overrunMiguel Freitas
2002-12-06set fourcc so ffmpeg can detect buggy streamsMiguel Freitas
2002-12-04remove any mention of the special sample size bufferMike Melanson
2002-12-02- Fix segfault when there is no audio driver.Thibaut Mattern
2002-12-01Big update :Thibaut Mattern
2002-11-29added special case to enable playback of signed 8-bit dataMike Melanson
2002-11-28automatically detecting MP3 in RIFF files is great, but be sure toMike Melanson
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-26change demux_eawve to use forward seeking. quick hack to input_http to suppor...Robin KAY
2002-11-26switch off real debug outputGuenter Bartsch
2002-11-25buffer size was not set in one caseGuenter Bartsch
2002-11-25and another top-level atom...Mike Melanson
2002-11-22implement version 5 audio header, small bugfixesGuenter Bartsch
2002-11-22_NEVER_ read from a non-seekable input plugin in content detection phase :-}Guenter Bartsch
2002-11-22audio codec detectionGuenter Bartsch
2002-11-22fix small bug so real demuxer will hopefully no longer feel responsible for v...Guenter Bartsch
2002-11-22Developers can now run "make" in their work area (e.g. src/libffmpeg) and itStephen Torri
2002-11-22at least rv30 is somewhat working (colors still wrong)Guenter Bartsch
2002-11-20I think it was a typo.Thibaut Mattern
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-20finish bringing the VQA demuxer in line with the latest API spec; alsoMike Melanson
2002-11-20discovered a new top-level atom in productionMike Melanson
2002-11-20Enable ASF demuxer to recognise and skip over control streamsRobin KAY
2002-11-20prevent mpeg4 headers from being flushed.Miguel Freitas
2002-11-19Remove superfluous underscores in typesRobin KAY
2002-11-19qualify the audio in a MPEG-4 file as VBRMike Melanson
2002-11-18re-commit Ewald's memleak fixesMike Melanson
2002-11-18be more diligent at initializing variables; fix QT/PCM audio pop problemMike Melanson
2002-11-18resort the checks so that DVD playback finally worksMichael Roitzsch
2002-11-18getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
2002-11-18Fix segmentation fault with some QuickTime movie trailersEwald Snel
2002-11-18seeking to keyframes should work again, better than ever! :)Miguel Freitas
2002-11-18first steps towards a working real demuxer and using binary-only real codecsGuenter Bartsch
2002-11-17check for seekable instead of preview flagGuenter Bartsch
2002-11-17This one is the reason why initial stillframes on DVDs do not show up.Michael Roitzsch
2002-11-16send the NAV packet AFTER a discontinuity, not BEFOREMichael Roitzsch
2002-11-15Fix more memory leaksEwald Snel
2002-11-15Fix more memory leaksEwald Snel
2002-11-15load some more meta/stream infoMike Melanson