index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
oggparsetheora.c
Age
Commit message (
Expand
)
Author
2011-02-06
Always use av_set_pts_info to set the stream time base.
Reimar Döffinger
2010-03-31
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-12
oggdec: Metadata is per-stream; don't merge multiple streams' together
David Conrad
2010-03-12
Add ff_ prefix to vorbis_comment
David Conrad
2010-03-05
oggdec: Parse theora headers since ogg might not mark keyframes
David Conrad
2010-01-11
oggdec: Set dts when known
David Conrad
2009-07-03
Replace invalid Theora frame rate by 25 FPS.
Reimar Döffinger
2009-06-05
Ensure that the extradata buffer is padded appripriately in the ogg demuxer.
David Conrad
2009-05-14
Use skip_bits_long() for large skips
David Conrad
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2008-11-06
OGG: correct PTS with old theora streams
Måns Rullgård
2008-11-06
OGG: untypedef demuxer structs
Måns Rullgård
2008-10-01
Cosmetics: indentation
David Conrad
2008-10-01
Visible width/height fields were added in Theora 3.2
David Conrad
2008-08-24
Add ff_ prefix to ogg_codec_t structs
Reimar Döffinger
2008-08-24
Make ogg_codec_t descriptions const
Reimar Döffinger
2008-08-23
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2007-11-11
set PKT_FLAG_KEY for Theora and OGM streams
Måns Rullgård
2007-11-07
Rename ogg2.[ch] to oggdec.[ch].
Diego Biurrun
2007-07-06
Use AV_RB* macros where appropriate.
Ronald S. Bultje
2007-06-14
use get_bits_long() where needed
Aurelien Jacobs
2007-05-07
fix display of theora videos with visible size smaller than encoded size
Aurelien Jacobs
2006-07-17
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...
Matthieu Castet
2006-05-12
set stream time_base properly
Måns Rullgård
2006-02-22
support correct ptses on other than version 3.2.0 aswell
Alex Beregszaszi
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-07-17
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-05-12
check theora version
Måns Rullgård
2005-05-11
support theora in ogg, plus required ogg core changes
Måns Rullgård