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