summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ogg.c
AgeCommit message (Expand)Author
2004-06-23bugfix: changed call to seek from old to new behaviourAndreas Heinchen
2004-06-13implement steps 1, 2, 3 and 4 of the seeking proposal:Miguel Freitas
2004-05-16Priority support.Thibaut Mattern
2004-03-30bugfix for ogms larger than 2 GB - thanks to Andrew de QuinceyAndreas Heinchen
2004-02-22small code cleanupAndreas Heinchen
2004-02-19apply modified Mandrake patch (provided by Goetz Waschk and Gwenole Beauchesne)Michael Roitzsch
2004-02-15small fix for language of ogg-spu-streamsAndreas Heinchen
2004-02-09Always send frame duration using BUF_FLAG_FRAMERATEJames Stembridge
2004-02-03When no special audio track is selected (auto mode) theMarco Zuehlke
2004-01-29don't send comment packets to the video decoderMarco Zuehlke
2004-01-23implement chapter skipping in ogm filesMarco Zuehlke
2004-01-16ffmpeg: repair BUF_FLAG_FRAME_START\ndemux_ogg: don't send too many preview b...Marco Zuehlke
2004-01-13cut the long functions into smaller chunksMarco Zuehlke
2004-01-13remove debug outputMarco Zuehlke
2004-01-12it seems i forgot to commit the api increase (demux/decoder). weird.Miguel Freitas
2004-01-09Put stream_info into a struct on it's own.Marco Zuehlke
2004-01-09- rework semantics of some buffer flags. check buffer.h for details.Miguel Freitas
2003-12-30check if MAX_STREAMS is exceed and do not crash...Miguel Freitas
2003-12-26* cure the ABI breakage: XINE_LANG_MAX cannot be increasedMichael Roitzsch
2003-12-23- some more endianness fixes to ogg demuxerMiguel Freitas
2003-12-21speed improvement of my last change, thanks ThibautManfred Tremmel
2003-12-20solved some big-endian problemesManfred Tremmel
2003-12-10housekeeping:Miguel Freitas
2003-12-10- remove XINE_LANG_LABEL_MAX_SIZE, there's already XINE_LANG_MAX for thatBastien Nocera
2003-12-09Fix crash with really long subtitle/language names in ogm/off filesBastien Nocera
2003-12-05cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...Daniel Caujolle-Bert
2003-12-03remove nasty ogg_pack hack. now just pure vorbis data is sent toMiguel Freitas
2003-12-02abort() is not an acceptable way of handling errors in libxine...Miguel Freitas
2003-11-29yes, i had no ogg installed before...Miguel Freitas
2003-11-26xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...Daniel Caujolle-Bert
2003-11-26lprintf cleanup, pass I.Daniel Caujolle-Bert
2003-11-16New stream/meta info (safe) stuff.Daniel Caujolle-Bert
2003-11-15Miguel obviously has no Ogg installed ...Michael Roitzsch
2003-11-15change demux api:Miguel Freitas
2003-11-11rename internal API function (_x_<function>).Daniel Caujolle-Bert
2003-10-31Use info_helper functions.Thibaut Mattern
2003-10-30use info_helper functions.Thibaut Mattern
2003-10-27Use info_helper functionsThibaut Mattern
2003-10-06some housekeeping and compiler warningsMichael Roitzsch
2003-09-03Add support for TITLE= and CHAPTER*= comment in ogm FilesMarco Zuehlke
2003-08-28Don't segfault, when there is no comment for a subtitle.Marco Zuehlke
2003-07-25small housekeeping: demuxer api seeks in milisecondsMiguel Freitas
2003-07-17improved seeking-accuracy in ogg demuxer, some commentsAndreas Heinchen
2003-07-16more cleanup; remove unused variables; use lprintfMarco Zuehlke
2003-07-08updated theorapart of the demuxer to consider clippingAndreas Heinchen
2003-06-19make xine work with theora-alpha2Andreas Heinchen
2003-05-25speex support contributed by Conrad Parker <conrad@metadecks.org>Guenter Bartsch
2003-05-12bugfix: audiolanguage of nonvorbis streams where ignoredAndreas Heinchen
2003-05-12added code to send xine_event after previewAndreas Heinchen
2003-05-12added audiolang capability to get_optional dataAndreas Heinchen