index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
demuxers
/
demux_ogg.c
Age
Commit message (
Expand
)
Author
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2008-12-31
handle read errors when forwarding in multiple demuxers
Matthias Hopf
2008-08-07
Fix crashes with fuzzed Ogg files. (CVE-2008-3231)
Darren Salt
2008-07-04
Simplify signature checks, especially for OggFLAC files.
Diego 'Flameeyes' Pettenò
2008-05-09
Avoid 1KB buffer for decoding anxdata headers.
Diego 'Flameeyes' Pettenò
2008-05-09
Don't use t_title array after it got out of the scope.
Diego 'Flameeyes' Pettenò
2008-05-07
Avoid memset() on newly allocated memory areas.
Diego 'Flameeyes' Pettenò
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-04-06
Add some newer Ogg MIME types.
Darren Salt
2008-03-07
Get rid of some "may be used uninitialised" warnings.
Darren Salt
2008-01-26
Fix a few recently-caused compiler warnings.
Darren Salt
2008-01-25
Report unofficial mimetypes (x- variants) for the Ogg demuxer too.
Diego 'Flameeyes' Pettenò
2008-01-14
Update mimetypes for Annodex and Ogg.
Diego 'Flameeyes' Pettenò
2008-01-14
Support all the extensions reported by xiph's documentation (plus ogm).
Diego 'Flameeyes' Pettenò
2007-12-13
Set stream information only when reading a streaminfo FLAC block.
Diego 'Flameeyes' Pettenò
2007-12-02
silence stdout of ogg demuxer
Matthias Kretz
2007-11-23
Merge.
Darren Salt
2007-11-23
fix read_ogg_packet to really read all of the data; don't go into DEMUX_FINIS...
Matthias Kretz
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-06-16
Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...
Diego 'Flameeyes' Pettenò
2007-03-29
More reordering to reduce padding.
Diego 'Flameeyes' Pettenò
2007-02-20
Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64").
Diego 'Flameeyes' Pettenò
2007-02-08
Remove any possibility of strcpy/sprintf overflows wrt front ends requesting
Darren Salt
2007-01-23
- Don't try to print "<title> / <chapter>" if there's no title, avoid
Bastien Nocera
2007-01-22
Added mimetype application/ogg.
Claudio Ciccani
2007-01-19
Make get_description get_identifier get_extensions get_mimetypes return a con...
Diego 'Flameeyes' Pettenò
2006-11-10
Properly set the video as unhandled if there are more video tracks unhandled ...
Diego 'Flameeyes' Pettenò
2006-11-10
Even if video is not handled, let's say that it is there, so the frontends ca...
Diego 'Flameeyes' Pettenò
2006-11-09
Add support for playing OggFlac files (still not 100% complete, but will play...
Diego 'Flameeyes' Pettenò
2006-09-14
Suppose we're using a Speex version new enough to have the speex subdir every...
Diego 'Flameeyes' Pettenò
2006-07-10
Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...
Diego 'Flameeyes' Pettenò
2006-06-02
Various static/const fixes from Gentoo.
Darren Salt
2006-05-03
Make various arrays and structures (mainly xine_plugin_info) const.
Darren Salt
2005-04-27
Fixed division by 0
Thibaut Mattern
2005-02-14
Cache the theora granuleshift when reading theora headers, and condense
Conrad Parker
2005-02-14
fix calculation of CMML pts: actually use granulerates from CMML/AnxData
Conrad Parker
2005-02-06
Added node_plugin_t pointer to the demux struct.
Thibaut Mattern
2004-12-21
add CMML bos page reconizer
Conrad Parker
2004-12-17
Fix header buffer leak.
Thibaut Mattern
2004-12-17
Simple chained streams support
Thibaut Mattern
2004-12-12
Code cleanups and elimination of some compiler warnings; patch courtesy of AL13N
Andre Pang
2004-12-03
remove unused lenbytes calculation in cmml handler
Conrad Parker
2004-09-09
Identify CMML (Continuous Media Markup Language) logical bitstreams in Annodex
Andre Pang
2004-09-01
demux_ogg.c:
Andre Pang
2004-09-01
Added more fine-grained logging to Ogg demuxer to make output easier to follow
Andre Pang
2004-08-30
add support for speex headers in new location (eg. <speex/speex.h>) for
Conrad Parker
2004-07-25
a buffer of size 1024 can only be filled with 1023 characters
Michael Roitzsch
2004-07-10
Fix for Annodex/Ogg demuxer when detection by extension is used; credit to
Andre Pang
2004-07-10
Split detect_content function into detect_ogg_content and detect_anx_content
Andre Pang
[next]