summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-16lavf/ogg: Support for end trimming OpusVignesh Venkatasubramanian3-0/+15
2013-01-15oggdec: resync from the last page.Michael Niedermayer2-0/+11
2013-01-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-0/+16
2013-01-06oggdec: make sure the private parse data is cleaned upLuca Barbato3-0/+16
2012-09-25oggdec: add missing () for OGG_NOGRANULE_VALUEMichael Niedermayer1-1/+1
2012-09-25Merge commit 'd1f05dd18375f2f8e68372edee11436927e43ba8'Michael Niedermayer3-7/+16
2012-09-25Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer21-41/+125
2012-09-24ogg: calculate the start position once all the headers are parsedLuca Barbato3-4/+16
2012-09-24ogg: check that the expected number of headers had been parsedLuca Barbato10-5/+34
2012-09-21lavf/oggdec: check for begin-of-stream flag in case of chained streams.Clément Bœsch2-1/+22
2012-07-20oggdec: add support for Opus codec.Nicolas George6-1/+140
2011-09-26oggdec: add support for Xiph's CELT codecNicolas George8-2/+104
2011-08-24oggdec: Make sure start time correction is applied once to each streamMichael Niedermayer2-4/+17
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-407/+558
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov55-218/+263
2011-04-19Ogg: add support for Xiph's CELT (Opus) codec.Nicolas George6-1/+105
2011-04-15oggdec: simplify audio chained ogg streams supportClément Bœsch2-8/+1
2011-04-10oggdec: fix demuxing chained audio streamsClément Bœsch2-0/+17
2010-04-16oggdec: Remove write-only variableDavid Conrad2-2/+0
2010-03-20Add VorbisComment writing to FLAC files.James Darnley12-25/+207
2010-03-12oggdec: Pass packets to header() until the stream is done with themDavid Conrad2-10/+6
2010-03-12Const correctness for vorbis_commentDavid Conrad2-2/+2
2010-03-12oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad6-8/+8
2010-03-12Add ff_ prefix to vorbis_commentDavid Conrad6-7/+7
2010-03-11oggdec: Seek to keyframesDavid Conrad2-3/+34
2010-03-11oggdec: Parse skeleton to determine the start time of each streamDavid Conrad4-0/+88
2010-03-11oggdec: Check that we have a codec in gptopts (needed for skeleton)David Conrad1-1/+1
2010-03-11oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.hDavid Conrad2-31/+30
2010-03-11oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad3-23/+35
2010-02-08Fix playback with invalid files that don't set the continuation flag forDavid Conrad2-1/+5
2010-01-11oggdec: Set dts when knownDavid Conrad4-10/+31
2010-01-11Add support for dirac in oggDavid Conrad6-1/+117
2009-12-12Fix PTS for OGM codecs.David Conrad4-14/+45
2009-10-12Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles3-1/+52
2009-06-13Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles4-0/+20
2009-05-06Warning fix: Make ogg_stream.codec constDaniel Verkamp1-1/+1
2009-03-21Document ogg_codec's header functionDavid Conrad1-0/+6
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun30-122/+116
2008-11-06OGG: untypedef demuxer structsMåns Rullgård7-83/+83
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-24Add ff_ prefix to ogg_codec_t structsReimar Döffinger7-27/+27
2008-08-24Make ogg_codec_t descriptions constReimar Döffinger7-20/+20
2008-08-01Revert r14497Michael Niedermayer12-14/+0
2008-08-01Add missing header #includes.Diego Biurrun12-0/+14
2008-02-06Add support for speex in oggReimar Döffinger5-0/+65
2008-02-04String pointers of ogg_codec_t should have const attribute.Reimar Döffinger1-2/+2
2008-02-02cosmetics: sort ogg_codec_t listDiego Biurrun1-5/+5
2008-01-31Add support for ogg text subtitles.Reimar Döffinger3-0/+13
2007-11-11set PKT_FLAG_KEY for Theora and OGM streamsMåns Rullgård4-0/+10
[next]