summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ogg.c
AgeCommit message (Expand)Author
2008-12-31handle read errors when forwarding in multiple demuxersMatthias Hopf
2008-08-07Fix crashes with fuzzed Ogg files. (CVE-2008-3231)Darren Salt
2008-07-04Simplify signature checks, especially for OggFLAC files.Diego 'Flameeyes' Pettenò
2008-05-09Avoid 1KB buffer for decoding anxdata headers.Diego 'Flameeyes' Pettenò
2008-05-09Don't use t_title array after it got out of the scope.Diego 'Flameeyes' Pettenò
2008-05-07Avoid memset() on newly allocated memory areas.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-06Add some newer Ogg MIME types.Darren Salt
2008-03-07Get rid of some "may be used uninitialised" warnings.Darren Salt
2008-01-26Fix a few recently-caused compiler warnings.Darren Salt
2008-01-25Report unofficial mimetypes (x- variants) for the Ogg demuxer too.Diego 'Flameeyes' Pettenò
2008-01-14Update mimetypes for Annodex and Ogg.Diego 'Flameeyes' Pettenò
2008-01-14Support all the extensions reported by xiph's documentation (plus ogm).Diego 'Flameeyes' Pettenò
2007-12-13Set stream information only when reading a streaminfo FLAC block.Diego 'Flameeyes' Pettenò
2007-12-02silence stdout of ogg demuxerMatthias Kretz
2007-11-23Merge.Darren Salt
2007-11-23fix read_ogg_packet to really read all of the data; don't go into DEMUX_FINIS...Matthias Kretz
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
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