summaryrefslogtreecommitdiff
path: root/libavformat/oggparseflac.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavf: stop using avpriv_flac_parse_streaminfo()Anton Khirnov2014-11-06
* ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes.Andrew Stone2014-08-13
* matroskadec: parse the channel layout mask for FLACAnton Khirnov2014-05-28
* ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-24
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* oggdec: calculate correct timestamps in Ogg/FLACJustin Ruggles2012-03-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-06
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-12
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-12
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* use function and definitions from libavcodec/flac.h in oggparseflac.cJustin Ruggles2009-01-25
* oggflac: fix bitstream reader usageMåns Rullgård2008-12-14
* OGG: untypedef demuxer structsMåns Rullgård2008-11-06
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-24
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-24
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-07
* add support for old flac in oggMichael Niedermayer2007-08-12
* use get_bits_long() where neededAurelien Jacobs2007-06-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* set stream time_base properlyMåns Rullgård2006-05-12
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* flac in ogg supportMåns Rullgård2005-05-11