summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ogg.c
AgeCommit message (Expand)Author
2007-03-29More reordering to reduce padding.Diego 'Flameeyes' Pettenò
2007-02-20Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").Diego 'Flameeyes' Pettenò
2007-02-08Remove any possibility of strcpy/sprintf overflows wrt front ends requestingDarren Salt
2007-01-23- Don't try to print "<title> / <chapter>" if there's no title, avoidBastien Nocera
2007-01-22Added mimetype application/ogg.Claudio Ciccani
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2006-11-10Properly set the video as unhandled if there are more video tracks unhandled ...Diego 'Flameeyes' Pettenò
2006-11-10Even if video is not handled, let's say that it is there, so the frontends ca...Diego 'Flameeyes' Pettenò
2006-11-09Add support for playing OggFlac files (still not 100% complete, but will play...Diego 'Flameeyes' Pettenò
2006-09-14Suppose we're using a Speex version new enough to have the speex subdir every...Diego 'Flameeyes' Pettenò
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-06-02Various static/const fixes from Gentoo.Darren Salt
2006-05-03Make various arrays and structures (mainly xine_plugin_info) const.Darren Salt
2005-04-27Fixed division by 0Thibaut Mattern
2005-02-14Cache the theora granuleshift when reading theora headers, and condenseConrad Parker
2005-02-14fix calculation of CMML pts: actually use granulerates from CMML/AnxDataConrad Parker
2005-02-06Added node_plugin_t pointer to the demux struct.Thibaut Mattern
2004-12-21add CMML bos page reconizerConrad Parker
2004-12-17Fix header buffer leak.Thibaut Mattern
2004-12-17Simple chained streams supportThibaut Mattern
2004-12-12Code cleanups and elimination of some compiler warnings; patch courtesy of AL13NAndre Pang
2004-12-03remove unused lenbytes calculation in cmml handlerConrad Parker
2004-09-09Identify CMML (Continuous Media Markup Language) logical bitstreams in AnnodexAndre Pang
2004-09-01demux_ogg.c:Andre Pang
2004-09-01Added more fine-grained logging to Ogg demuxer to make output easier to followAndre Pang
2004-08-30add support for speex headers in new location (eg. <speex/speex.h>) forConrad Parker
2004-07-25a buffer of size 1024 can only be filled with 1023 charactersMichael Roitzsch
2004-07-10Fix for Annodex/Ogg demuxer when detection by extension is used; credit toAndre Pang
2004-07-10Split detect_content function into detect_ogg_content and detect_anx_contentAndre Pang
2004-07-09Ogg demuxer:Andre Pang
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