summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ogg.c
AgeCommit message (Expand)Author
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
2003-05-05gcc 2.95 compile fixAndreas Heinchen
2003-05-04removed bug in spulang handlingAndreas Heinchen
2003-05-04get_optional_data now handles spulangAndreas Heinchen
2003-05-04fixed subtitles that I broke with the improved seekingpatchAndreas Heinchen
2003-05-04forgot to remove a printfAndreas Heinchen
2003-05-04several memleaks fixedAndreas Heinchen
2003-05-04added verbositycheck for a printfAndreas Heinchen
2003-05-03- inform the name of the video codec, nicer properties :)Bastien Nocera
2003-05-01- added a lookup entry for Theora and don't just ignore Theora streams if lib...Bastien Nocera
2003-05-01simplifications & improved seeking(no hole in audio)Andreas Heinchen
2003-04-30fixed stupid mistake in previos commitAndreas Heinchen
2003-04-30added support for theoraAndreas Heinchen
2003-04-27fix for missing syncpoints at beginnig of a streamAndreas Heinchen
2003-04-27fixing selection of spu titlesAndreas Heinchen
2003-04-26bumping up demux plugin interface version numbers, update copyright noticesGuenter Bartsch
2003-04-17xine crashed when an oggfile with an unknwon stream was played - fixedAndreas Heinchen
2003-04-16preperations for support of bold and italic typefaces in ogm subtitlesAndreas Heinchen
2003-04-15fix ac3 in ogmAndreas Heinchen