summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ogg.c
AgeCommit message (Expand)Author
2003-04-15fixed a/v desync with odd frameratesAndreas Heinchen
2003-04-14small bugfixAndreas Heinchen
2003-04-14larger simplificationsAndreas Heinchen
2003-04-14small simplificationAndreas Heinchen
2003-04-14fixed seeking - no always seeking to keyframesAndreas Heinchen
2003-04-13fixes minor bug, added entry in ChangelogAndreas Heinchen
2003-04-13fixed seeking, now sound is fine after seekingAndreas Heinchen
2003-04-12fix compilation with gcc 2.95.4James Stembridge
2003-04-12more accurate get_lengthAndreas Heinchen
2003-04-10fixed a input_time issue on ogms without soundAndreas Heinchen
2003-04-06OGM subtitles by andreas heinchen, cosmeticsGuenter Bartsch
2003-03-07more work on console output cleanupGuenter Bartsch
2003-02-23arm patch by dilb, bigger wrap treshhold for enix streamsGuenter Bartsch
2003-02-02copyright updates and some code to catch late-starting ogg streamsGuenter Bartsch
2003-02-01fix discontinuity detectionGuenter Bartsch
2003-01-31- MAX_PREVIEW_SIZE = 4096Miguel Freitas
2003-01-26Fixes the problem with cdda.Thibaut Mattern
2003-01-26no need for <pthread.h> or <sched.h>Mike Melanson
2003-01-23preparations for beta3:Miguel Freitas
2003-01-10have length in miliseconds tooMiguel Freitas
2003-01-10internal input_time is miliseconds nowMiguel Freitas
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
2003-01-04add 2 demuxer groups (audio and games) with multiple plugins at theMiguel Freitas
2002-12-21- add buf->decoder_info_ptr: portability for systems where pointer hasMiguel Freitas
2002-12-08- get xine_demux_control_headers_done() out of the demuxers.Miguel Freitas
2002-11-28Extended demuxer API with the methods get_capabilities() and get_optional_dat...Peter Liljenberg
2002-11-20engine modifications to allow post plugin layer:Michael Roitzsch
2002-11-10fix wrong abs macro; many thanks to James Slorach for finding this nasty,Michael Roitzsch
2002-11-09beginnings of the get_video/audio_frame apiGuenter Bartsch
2002-11-01new content detection method METHOD_EXPLICIT for demuxer given in MRLMichael Roitzsch
2002-10-28hey, i want to join xine breakage party! (what do you wanna break today? tm)Miguel Freitas
2002-10-27return of ogg and vorbis, began implementing verbosity parameterGuenter Bartsch
2002-10-26make demuxers return their status so xine engine can check if demuxers fail t...Guenter Bartsch
2002-10-19really send headers in demux_avi_send_headerGuenter Bartsch
2002-10-12While the demuxer mutex is unlocked, relinquish the processor in the mainJuergen Keil
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-18first steps towards implementing stream/meta infoGuenter Bartsch
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is broke...Guenter Bartsch
2002-09-01keyframe detection and hexdump enhancement by Staszek PaskoGuenter Bartsch
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-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-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-07-14make demuxers a bit more "programmer friendly"Miguel Freitas
2002-07-05Bump up version numbers due to changes in xine_tMichael Roitzsch