summaryrefslogtreecommitdiff
path: root/libavformat/oggparseogm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* OGG: untypedef demuxer structsMåns Rullgård2008-11-061-10/+10
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-241-4/+4
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-241-4/+4
* parse audio in ogm demuxer.Justin Ruggles2008-05-261-0/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-3/+3
* constBaptiste Coudurier2008-02-011-1/+1
* Add support for ogg text subtitles.Reimar Döffinger2008-01-311-0/+11
* set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård2007-11-111-0/+3
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-071-1/+1
* ogm: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-081-4/+4
* use bytestream_get_* and AV_RLxxMåns Rullgård2007-07-071-26/+23
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+1
* set stream time_base properlyMåns Rullgård2006-05-121-1/+6
* ogm demuxingMåns Rullgård2006-05-111-0/+161