summaryrefslogtreecommitdiff
path: root/libavformat/oggparsetheora.c
Commit message (Expand)AuthorAgeFilesLines
...
* oggdec: Parse theora headers since ogg might not mark keyframesDavid Conrad2010-03-051-0/+1
* oggdec: Set dts when knownDavid Conrad2010-01-111-1/+4
* Replace invalid Theora frame rate by 25 FPS.Reimar Döffinger2009-07-031-0/+5
* Ensure that the extradata buffer is padded appripriately in the ogg demuxer.David Conrad2009-06-051-1/+2
* Use skip_bits_long() for large skipsDavid Conrad2009-05-141-2/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* OGG: correct PTS with old theora streamsMåns Rullgård2008-11-061-8/+11
* OGG: untypedef demuxer structsMåns Rullgård2008-11-061-9/+9
* Cosmetics: indentationDavid Conrad2008-10-011-5/+5
* Visible width/height fields were added in Theora 3.2David Conrad2008-10-011-1/+2
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-241-1/+1
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-241-1/+1
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-2/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* 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
* Use AV_RB* macros where appropriate.Ronald S. Bultje2007-07-061-4/+1
* use get_bits_long() where neededAurelien Jacobs2007-06-141-4/+4
* fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs2007-05-071-5/+14
* fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet2006-07-171-1/+1
* set stream time_base properlyMåns Rullgård2006-05-121-3/+2
* support correct ptses on other than version 3.2.0 aswellAlex Beregszaszi2006-02-221-7/+22
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-3/+3
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-14/+14
* check theora versionMåns Rullgård2005-05-121-5/+8
* support theora in ogg, plus required ogg core changesMåns Rullgård2005-05-111-0/+112