summaryrefslogtreecommitdiffstats
path: root/libavformat/oggparseflac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-251-2/+4
|\
| * ogg: check that the expected number of headers had been parsedLuca Barbato2012-09-241-2/+4
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-0/+1
|\ \ | |/
| * oggdec: calculate correct timestamps in Ogg/FLACJustin Ruggles2012-03-271-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov2011-10-201-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-061-2/+1
* | Always use av_set_pts_info to set the stream time base.Reimar Döffinger2011-02-051-2/+1
|/
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-121-1/+1
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-121-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* use function and definitions from libavcodec/flac.h in oggparseflac.cJustin Ruggles2009-01-251-9/+8
* oggflac: fix bitstream reader usageMåns Rullgård2008-12-141-5/+5
* OGG: untypedef demuxer structsMåns Rullgård2008-11-061-4/+4
* Add ff_ prefix to ogg_codec_t structsReimar Döffinger2008-08-241-2/+2
* Make ogg_codec_t descriptions constReimar Döffinger2008-08-241-2/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Rename ogg2.[ch] to oggdec.[ch].Diego Biurrun2007-11-071-1/+1
* add support for old flac in oggMichael Niedermayer2007-08-121-0/+16
* use get_bits_long() where neededAurelien Jacobs2007-06-141-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* set stream time_base properlyMåns Rullgård2006-05-121-0/+3
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-3/+3
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-7/+7
* flac in ogg supportMåns Rullgård2005-05-111-0/+77
OpenPOWER on IntegriCloud