summaryrefslogtreecommitdiffstats
path: root/libavformat/oggparseogm.c
Commit message (Expand)AuthorAgeFilesLines
* oggparseogm: Fix order or arguments.Michael Niedermayer2012-03-081-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-5/+2
|\
| * ogg: don't set codec timebaseAnton Khirnov2012-03-021-5/+2
* | Make AAC in Ogg (ogm) work.Reimar Döffinger2012-02-181-3/+18
|/
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* Remove unused variablesMans Rullgard2011-06-021-3/+1
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-061-3/+2
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-6/+6
* oggdec: Set packet duration for ogm streamsDavid Conrad2010-03-131-0/+3
* oggdec: CosmeticsDavid Conrad2010-03-121-48/+48
* oggdec: Read ogm metadataDavid Conrad2010-03-121-2/+5
* Fix PTS for OGM codecs.David Conrad2009-12-121-4/+8
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-4/+4
* 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
OpenPOWER on IntegriCloud