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
/
oggparseogm.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-13
oggdec: Set packet duration for ogm streams
David Conrad
2010-03-12
oggdec: Cosmetics
David Conrad
2010-03-12
oggdec: Read ogm metadata
David Conrad
2009-12-12
Fix PTS for OGM codecs.
David Conrad
2009-06-22
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2008-11-06
OGG: untypedef demuxer structs
Måns Rullgård
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-05-26
parse audio in ogm demuxer.
Justin Ruggles
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-02-01
const
Baptiste Coudurier
2008-01-31
Add support for ogg text subtitles.
Reimar Döffinger
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-08
ogm: don't use deprecated codec_get_{bmp,wav}_id()
Måns Rullgård
2007-07-07
use bytestream_get_* and AV_RLxx
Måns Rullgård
2006-07-12
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-05-12
set stream time_base properly
Måns Rullgård
2006-05-11
ogm demuxing
Måns Rullgård