OSDN Git Service

Merge remote-tracking branch 'qatar/master'
[coroid/ffmpeg_saccubus.git] / libavformat / oggparsevorbis.c
2011-06-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-02-09 Anton Khirnovlavf: move internal functions from avformat.h to internal.h
2011-02-06 Anton Khirnovlavf: move internal functions from avformat.h to internal.h
2011-02-06 Reimar DöffingerAlways use av_set_pts_info to set the stream time base.
2011-02-05 Reimar DöffingerAlways use av_set_pts_info to set the stream time base.
2011-02-02 Reimar DöffingerOgg: discard non-essential metadata from Vorbis header...
2011-01-31 Reimar DöffingerOgg: discard non-essential metadata from Vorbis header...
2011-01-29 Reimar DöffingerVorbis-in-Ogg: Do not set timebase to invalid values
2011-01-28 Reimar DöffingerVorbis-in-Ogg: Do not set timebase to invalid values
2010-10-16 Anton Khirnovadd ff_ prefix to metadata_conv()
2010-10-16 Martin StorsjöFix building, include the header instead of the source...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-08-07 Alex Converseoggparsevorbis: Add some sanity checks to header packet...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-20 James DarnleyAdd VorbisComment writing to FLAC files.
2010-03-12 David Conradoggdec: Parse ogm chapters
2010-03-12 David ConradConst correctness for vorbis_comment
2010-03-12 David Conradoggdec: Metadata is per-stream; don't merge multiple...
2010-03-12 David ConradAdd ff_ prefix to vorbis_comment
2010-03-11 David Conradoggdec: Fix memory leak in setting up vorbis headers
2010-03-11 David Conradoggdec: Don't use ogg_stream's seq for vorbis or speex...
2010-02-01 Anton KhirnovAdd a list of generic tags and change demuxers to follo...
2009-12-13 Michael NiedermayerUse AV_METADATA_DONT_STRDUP* / use av_malloced metadata...
2009-10-17 Justin RugglesRemove unnecessary entries in ff_vorbiscomment_metadata...
2009-09-24 Reimar DöffingerFix possible buffer over-read in vorbis_comment, fix...
2009-09-23 Reimar DöffingerCorrectly print number of remaining bytes in oggparsevo...
2009-06-13 Justin RugglesAdd a VorbisComment metadata conversion table and use...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-02-12 Justin Rugglesuse av_malloc() in vorbis_comment()
2009-02-11 Aurelien Jacobsuse new metadata API in ogg/vorbis demuxer
2008-12-03 Diego BiurrunDelete unnecessary 'extern' keywords.
2008-11-06 Måns RullgårdOGG: untypedef demuxer structs
2008-08-24 Reimar DöffingerAdd ff_ prefix to ogg_codec_t structs
2008-08-24 Reimar DöffingerMake ogg_codec_t descriptions const
2008-07-15 Siarhei SiamashkaOGG: Add padding at end of Vorbis headers
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-01 Baptiste Coudurierconst
2007-11-07 Diego BiurrunRename ogg2.[ch] to oggdec.[ch].
2007-10-13 Måns Rullgårdsimply buffer checks in vorbis_comment()
2007-10-13 Måns Rullgårduse bytestream_get_* in vorbis_comment()
2007-10-10 Måns Rullgårdcheck values more thoroughly in vorbis_header()
2007-10-10 Måns Rullgårduse bytestream_get_* in vorbis_header()
2007-10-10 Måns Rullgårdfix buffer overread with invalid Vorbis header
2007-10-10 Måns Rullgårdremove duplicate Vorbis comment tag handling
2007-06-24 Måns Rullgårdwarnings--
2007-06-24 Måns Rullgårdwhitespace cosmetics
2007-06-24 Måns Rullgårduse AV_RL32
2007-06-24 Måns Rullgårduse more Vorbis metadata tags
2007-06-24 Måns Rullgårdreplace strncpy with av_strlcpy
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-05-12 Måns Rullgårdset stream time_base properly
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-13 Måns Rullgårdchange extradata format for vorbis
2005-04-10 Måns Rullgårds/u_char/uint8_t/
2005-04-09 Måns RullgårdOgg demuxer ported from tcvp by Luca Barbato <lu_zero...