index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
combined
/
xine_ogg_demuxer.c
Age
Commit message (
Expand
)
Author
2011-10-05
Merge from 1.1.
Darren Salt
2010-03-24
Merge from 1.1.
Darren Salt
2010-02-06
Merge from 1.1.
Darren Salt
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-01-05
Merge security fixes from 1.1.
Darren Salt
2008-08-14
Merge from 1.1.
Darren Salt
2008-05-23
Merge from 1.1. VDR needs to be updated.
Diego 'Flameeyes' Pettenò
2008-04-06
Merge from 1.1; adapt xine-list for 1.2.
Darren Salt
2008-03-12
Merge from 1.1.
Darren Salt
2008-02-04
Report the identifiers of unrecognised video & audio codecs.
Darren Salt
2008-01-26
Merge from 1.1.
Darren Salt
2008-01-15
Fix missing semicolon.
Diego 'Flameeyes' Pettenò
2008-01-14
Update demuxer for 1.2 branch to the correct extensions and mimetype declared...
Diego 'Flameeyes' Pettenò
2007-12-22
Merge -headers-reshuffle branch into main.
Diego 'Flameeyes' Pettenò
2007-12-19
Use memmem to search for the Annodex string, rather than reimplementing it by...
Diego 'Flameeyes' Pettenò
2007-12-19
Mark Annodex signature and its size static and constant.
Diego 'Flameeyes' Pettenò
2007-12-19
Update all the code to the new headers layout.
Diego 'Flameeyes' Pettenò
2007-12-13
Use ME_FOURCC rather than four assertions.
Diego 'Flameeyes' Pettenò
2007-12-13
Set stream information only when reading a streaminfo FLAC block.
Diego 'Flameeyes' Pettenò
2007-12-13
Use memcmp() to compare the buffer with a string rather than strncmp.
Diego 'Flameeyes' Pettenò
2007-12-13
Replace four-bytes comparison with a ME_FOURCC comparison.
Diego 'Flameeyes' Pettenò
2007-12-11
Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco...
Diego 'Flameeyes' Pettenò
2007-12-11
Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them.
Diego 'Flameeyes' Pettenò
2007-12-11
Transform get_extensions and get_mimetypes into strings.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the interface version for video decoder plugins.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the interface version for audio decoder plugins.
Diego 'Flameeyes' Pettenò
2007-12-11
Bump the interface version for demuxer plugins.
Diego 'Flameeyes' Pettenò
2007-12-11
Use default_*_class_dispose macro whenever the class dispose function only ca...
Diego 'Flameeyes' Pettenò
2007-12-11
Use N_() rather than _(), passing the string just once to gettext().
Diego 'Flameeyes' Pettenò
2007-12-11
Update all combined plugins to the new identifier/description interface. Add ...
Diego 'Flameeyes' Pettenò
2007-12-03
Merge from 1.1.
Darren Salt
2007-11-25
Merge from 1.1.
Darren Salt
2007-11-10
Merge from 1.1.
Darren Salt
2007-11-09
Merge FSF address changes from 1.1 branch.
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-06-01
Collapse the Ogg demuxer, and the Theora, Vorbis and Speex decoders in the sa...
Diego 'Flameeyes' Pettenò