summaryrefslogtreecommitdiff
path: root/src/plugins/ogg
AgeCommit message (Expand)AuthorFilesLines
2013-12-27change project url to github.Gustavo Sverzut Barbieri1-1/+1
2013-12-27plugin: implement parser sortingLeandro Dorileo1-0/+1
2013-09-10utils refactor.Gustavo Sverzut Barbieri1-12/+4
2013-09-10introduce and use helpers lms_string_size_strndup() and lms_string_size_dup()Gustavo Sverzut Barbieri1-11/+2
2013-09-10ogg: register new fields (container, sampling_rate)Gustavo Sverzut Barbieri1-0/+2
2013-09-10ogg: add ".oga" extension.Gustavo Sverzut Barbieri1-0/+1
2013-08-27plugins/ogg: Add support for theora videosLucas De Marchi1-35/+173
2013-08-27plugins/ogg: Refactor to conquerLucas De Marchi1-129/+263
2013-08-19plugins: Use shared function to add fallback nameLucas De Marchi1-10/+7
2013-08-19build: Get rid of #ifdef HAVE_CONFIG_HLucas De Marchi3-12/+0
2013-08-16plugins/ogg: Add support to new fieldsLucas De Marchi1-8/+20
2013-08-16plugins/ogg: Fix leaking comment on error pathLucas De Marchi1-2/+4
2013-08-12Do not use {0} struct initializersLucas De Marchi1-1/+1
2013-08-12Get rid of "if (bla) free(bla);"Lucas De Marchi1-8/+4
2013-08-07plugins: Turn on warningsLucas De Marchi1-1/+1
2013-08-07build: Unrecurse plugins' buildLucas De Marchi1-21/+0
2013-07-31build: Hide plugins symbols by defaultLucas De Marchi1-0/+1
2013-07-31build: Avoid building and installing static pluginLucas De Marchi1-1/+1
2010-07-12Ogg: Add "ogv" extensionEduardo Lima (Etrunko)1-1/+2
2009-09-03Remove compiler warnings.Rafael Antognolli1-3/+3
2009-01-08Fix sqlite3 dependencies.Rafael Antognolli1-1/+2
2008-10-21export parsers and their informations.Gustavo Sverzut Barbieri1-0/+25
2008-10-05Remove compiler warnings.Gustavo Sverzut Barbieri1-1/+0
2008-04-25OGG: Avoid segfault when value returned by vorbis_comment_query is NULL.Eduardo Lima (Etrunko)1-28/+24
2008-04-17OGG: Make ogg plugin work with both libvorbisidec (aka Tremor) and libvorbis.Eduardo Lima (Etrunko)5-30/+213
2008-04-17Fixed FSF address.Eduardo Lima (Etrunko)1-1/+3
2008-02-08ogg.c: Minor coding style fixesGustavo Sverzut Barbieri1-11/+14
2008-02-08Improve code reusage: string strip and free functions.Gustavo Sverzut Barbieri1-0/+4
2007-12-09Adding support to oggRenato Chencarek2-0/+328