aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/OggCodec.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-0/+1
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-1/+1
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-1/+1
2013-07-30tag: convert to C++Max Kellermann1-0/+2
2013-01-07decoder/ogg_codec: convert to C++Max Kellermann1-2/+2
2012-09-05src/decoder/opus: new decoder plugin for the Opus codecMax Kellermann1-0/+3
2012-09-04decoder/ogg_codec: return UNKNOWN on errorMax Kellermann1-1/+1
2012-09-04decoder/ogg_common: rename to ogg_codec.cMax Kellermann1-6/+6
2012-09-04decoder/ogg_common: pass decoder to _type_detect()Max Kellermann1-2/+2
2012-09-04decoder/ogg_common: apply coding styleMax Kellermann1-4/+3
2012-09-04decoder/_ogg_common: rename to ogg_common.cMax Kellermann1-1/+1
2012-09-04decoder/_ogg_common: fix buffer size checkMax Kellermann1-1/+1
2012-09-04decoder/_ogg_common: simplify the large "if" expressionMax Kellermann1-6/+8
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-9/+11
2008-11-02decoder: rewind input stream after try_decode()Max Kellermann1-6/+0
2008-10-31ogg: don't include _flac_common.hMax Kellermann1-1/+0
2008-10-26input_stream: no CamelCaseMax Kellermann1-2/+2
2008-10-26input_stream: removed the InputStream typedefMax Kellermann1-1/+1
2008-10-26renamed src/inputPlugins/ to src/decoder/Max Kellermann1-0/+0
2008-10-17Makefile.am: don't compile disabled decoder pluginsMax Kellermann1-7/+1
2008-08-26added decoder_read()Max Kellermann1-9/+1
2008-08-26moved InputPlugin to decoder_api.hMax Kellermann1-2/+0
2008-08-26clean up CPP includesMax Kellermann1-1/+0
2008-06-30don't call seekInputStream(0) if r==0Max Kellermann1-1/+2
2008-06-30eliminated local variable "to_read"Max Kellermann1-4/+3
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-2/+1
2007-12-31ogg_common: fix indent screwupEric Wong1-14/+5
2007-12-31fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong1-1/+2
2007-09-17inputPlugins/_ogg_common.c: fixup includes for new (1.1.4+ FLAC)Eric Wong1-1/+3
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20inputPlugins/_ogg_common.c: check for read errors correctlyEric Wong1-1/+1
2006-08-20This fixes 5 potential bugs where the conditional would always be true.Avuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-11/+19
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-0/+65