| Commit message (Expand) | Author | Age | Files | Lines |
* | oggdec: Remove write-only variable | David Conrad | 2010-04-16 | 1 | -1/+0 |
* | Add VorbisComment writing to FLAC files. | James Darnley | 2010-03-20 | 1 | -2/+0 |
* | oggdec: Pass packets to header() until the stream is done with them | David Conrad | 2010-03-12 | 1 | -1/+0 |
* | Const correctness for vorbis_comment | David Conrad | 2010-03-12 | 1 | -1/+1 |
* | oggdec: Metadata is per-stream; don't merge multiple streams' together | David Conrad | 2010-03-12 | 1 | -1/+1 |
* | Add ff_ prefix to vorbis_comment | David Conrad | 2010-03-12 | 1 | -1/+1 |
* | oggdec: Seek to keyframes | David Conrad | 2010-03-11 | 1 | -0/+1 |
* | oggdec: Parse skeleton to determine the start time of each stream | David Conrad | 2010-03-11 | 1 | -0/+1 |
* | oggdec: Check that we have a codec in gptopts (needed for skeleton) | David Conrad | 2010-03-11 | 1 | -1/+1 |
* | oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h | David Conrad | 2010-03-11 | 1 | -0/+30 |
* | oggdec: Save offset of the page needed to reconstruct the current packet | David Conrad | 2010-03-11 | 1 | -0/+2 |
* | Fix playback with invalid files that don't set the continuation flag for | David Conrad | 2010-02-08 | 1 | -0/+1 |
* | oggdec: Set dts when known | David Conrad | 2010-01-11 | 1 | -1/+7 |
* | Add support for dirac in ogg | David Conrad | 2010-01-11 | 1 | -0/+2 |
* | Fix PTS for OGM codecs. | David Conrad | 2009-12-12 | 1 | -1/+8 |
* | Calculate correct packet durations when demuxing Ogg/Speex. This involves | Justin Ruggles | 2009-10-12 | 1 | -0/+1 |
* | Add a VorbisComment metadata conversion table and use it in the FLAC and | Justin Ruggles | 2009-06-13 | 1 | -0/+3 |
* | Warning fix: Make ogg_stream.codec const | Daniel Verkamp | 2009-05-06 | 1 | -1/+1 |
* | Document ogg_codec's header function | David Conrad | 2009-03-21 | 1 | -0/+6 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -1/+1 |
* | OGG: untypedef demuxer structs | Måns Rullgård | 2008-11-06 | 1 | -21/+21 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add ff_ prefix to ogg_codec_t structs | Reimar Döffinger | 2008-08-24 | 1 | -9/+9 |
* | Make ogg_codec_t descriptions const | Reimar Döffinger | 2008-08-24 | 1 | -9/+9 |
* | Revert r14497 | Michael Niedermayer | 2008-08-01 | 1 | -1/+0 |
* | Add missing header #includes. | Diego Biurrun | 2008-08-01 | 1 | -0/+1 |
* | Add support for speex in ogg | Reimar Döffinger | 2008-02-06 | 1 | -0/+1 |
* | String pointers of ogg_codec_t should have const attribute. | Reimar Döffinger | 2008-02-04 | 1 | -2/+2 |
* | cosmetics: sort ogg_codec_t list | Diego Biurrun | 2008-02-02 | 1 | -5/+5 |
* | Add support for ogg text subtitles. | Reimar Döffinger | 2008-01-31 | 1 | -0/+1 |
* | set PKT_FLAG_KEY for Theora and OGM streams | Måns Rullgård | 2007-11-11 | 1 | -0/+1 |
* | Rename ogg2.[ch] to oggdec.[ch]. | Diego Biurrun | 2007-11-07 | 1 | -0/+87 |