summaryrefslogtreecommitdiff
path: root/src/demuxers
AgeCommit message (Expand)Author
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
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
2002-11-14(patch) demux_ts_parse_packet does notMiguel Freitas
2002-11-13another mime-typeGuenter Bartsch
2002-11-13more mime typesGuenter Bartsch
2002-11-11BUF_FLAG_PREVIEW was not used in preview mode.Thibaut Mattern
2002-11-11added exhaustive debugging facilities that can be turned on and off likeMike Melanson
2002-11-10fix wrong abs macro; many thanks to James Slorach for finding this nasty,Michael Roitzsch
2002-11-10fix backward seekingGuenter Bartsch
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-09less noiseMichael Roitzsch
2002-11-07ts demuxer compiles againGuenter Bartsch
2002-11-07bugfixes by Howdy PierceGuenter Bartsch
2002-11-03fix memleakGuenter Bartsch