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
/
oggparsevorbis.c
Age
Commit message (
Expand
)
Author
2012-09-24
ogg: check that the expected number of headers had been parsed
Luca Barbato
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-03-20
oggdec: output correct timestamps for Vorbis
Justin Ruggles
2012-03-03
avcodec: add a Vorbis parser to get packet duration
Justin Ruggles
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-10-20
lavf: use avpriv_ prefix for ff_new_chapter().
Anton Khirnov
2011-06-08
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-02-06
lavf: move internal functions from avformat.h to internal.h
Anton Khirnov
2011-02-06
Always use av_set_pts_info to set the stream time base.
Reimar Döffinger
2011-01-31
Ogg: discard non-essential metadata from Vorbis header when creating extradata
Reimar Döffinger
2011-01-29
Vorbis-in-Ogg: Do not set timebase to invalid values
Reimar Döffinger
2010-10-16
add ff_ prefix to metadata_conv()
Anton Khirnov
2010-10-16
Fix building, include the header instead of the source file
Martin Storsjö
2010-10-15
Export metadata in the generic format. Deprecate old conversion API.
Anton Khirnov
2010-08-07
oggparsevorbis: Add some sanity checks to header packet ordering/presence.
Alex Converse
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-20
Add VorbisComment writing to FLAC files.
James Darnley
2010-03-12
oggdec: Parse ogm chapters
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: Fix memory leak in setting up vorbis headers
David Conrad
2010-03-11
oggdec: Don't use ogg_stream's seq for vorbis or speex headers
David Conrad
2010-02-01
Add a list of generic tags and change demuxers to follow it.
Anton Khirnov
2009-12-13
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped
Michael Niedermayer
2009-10-17
Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment
Justin Ruggles
2009-09-24
Fix possible buffer over-read in vorbis_comment, fix it double to be sure.
Reimar Döffinger
2009-09-23
Correctly print number of remaining bytes in oggparsevorbis instead of always
Reimar Döffinger
2009-06-13
Add a VorbisComment metadata conversion table and use it in the FLAC and
Justin Ruggles
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-02-12
use av_malloc() in vorbis_comment()
Justin Ruggles
2009-02-11
use new metadata API in ogg/vorbis demuxer
Aurelien Jacobs
2008-12-03
Delete unnecessary 'extern' keywords.
Diego Biurrun
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-07-15
OGG: Add padding at end of Vorbis headers
Siarhei Siamashka
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-02-01
const
Baptiste Coudurier
2007-11-07
Rename ogg2.[ch] to oggdec.[ch].
Diego Biurrun
2007-10-13
simply buffer checks in vorbis_comment()
Måns Rullgård
2007-10-13
use bytestream_get_* in vorbis_comment()
Måns Rullgård
2007-10-10
check values more thoroughly in vorbis_header()
Måns Rullgård
2007-10-10
use bytestream_get_* in vorbis_header()
Måns Rullgård
2007-10-10
fix buffer overread with invalid Vorbis header
Måns Rullgård
2007-10-10
remove duplicate Vorbis comment tag handling
Måns Rullgård
2007-06-24
warnings--
Måns Rullgård
2007-06-24
whitespace cosmetics
Måns Rullgård
2007-06-24
use AV_RL32
Måns Rullgård
2007-06-24
use more Vorbis metadata tags
Måns Rullgård
[next]