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
/
oggdec.h
Age
Commit message (
Expand
)
Author
2011-08-24
oggdec: Make sure start time correction is applied once to each stream
Michael Niedermayer
2011-06-09
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-08
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-04-19
Ogg: add support for Xiph's CELT (Opus) codec.
Nicolas George
2011-04-15
oggdec: simplify audio chained ogg streams support
Clément Bœsch
2011-04-10
oggdec: fix demuxing chained audio streams
Clément Bœsch
2010-04-16
oggdec: Remove write-only variable
David Conrad
2010-03-20
Add VorbisComment writing to FLAC files.
James Darnley
2010-03-12
oggdec: Pass packets to header() until the stream is done with them
David Conrad
2010-03-12
Const correctness for vorbis_comment
David Conrad
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-11
oggdec: Seek to keyframes
David Conrad
2010-03-11
oggdec: Parse skeleton to determine the start time of each stream
David Conrad
2010-03-11
oggdec: Check that we have a codec in gptopts (needed for skeleton)
David Conrad
2010-03-11
oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h
David Conrad
2010-03-11
oggdec: Save offset of the page needed to reconstruct the current packet
David Conrad
2010-02-08
Fix playback with invalid files that don't set the continuation flag for
David Conrad
2010-01-11
oggdec: Set dts when known
David Conrad
2010-01-11
Add support for dirac in ogg
David Conrad
2009-12-12
Fix PTS for OGM codecs.
David Conrad
2009-10-12
Calculate correct packet durations when demuxing Ogg/Speex. This involves
Justin Ruggles
2009-06-13
Add a VorbisComment metadata conversion table and use it in the FLAC and
Justin Ruggles
2009-05-06
Warning fix: Make ogg_stream.codec const
Daniel Verkamp
2009-03-21
Document ogg_codec's header function
David Conrad
2008-12-03
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-11-06
OGG: untypedef demuxer structs
Måns Rullgård
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
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-01
Revert r14497
Michael Niedermayer
2008-08-01
Add missing header #includes.
Diego Biurrun
2008-02-06
Add support for speex in ogg
Reimar Döffinger
2008-02-04
String pointers of ogg_codec_t should have const attribute.
Reimar Döffinger
2008-02-02
cosmetics: sort ogg_codec_t list
Diego Biurrun
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