Michael Niedermayer
|
d3ef2da59d
oggdec: add missing () for OGG_NOGRANULE_VALUE
|
12 лет назад |
Michael Niedermayer
|
0842e32f99
Merge commit 'd1f05dd18375f2f8e68372edee11436927e43ba8'
|
12 лет назад |
Michael Niedermayer
|
46a35959d8
Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'
|
12 лет назад |
Luca Barbato
|
d1f05dd183
ogg: calculate the start position once all the headers are parsed
|
12 лет назад |
Luca Barbato
|
7751e4693d
ogg: check that the expected number of headers had been parsed
|
12 лет назад |
Clément Bœsch
|
ea5bd7ea6f
lavf/oggdec: check for begin-of-stream flag in case of chained streams.
|
12 лет назад |
Nicolas George
|
e62fd6619f
oggdec: add support for Opus codec.
|
12 лет назад |
Nicolas George
|
4ca59d1948
oggdec: add support for Xiph's CELT codec
|
13 лет назад |
Michael Niedermayer
|
d2cab951e3
oggdec: Make sure start time correction is applied once to each stream
|
13 лет назад |
Michael Niedermayer
|
f9ecb849ef
Merge remote-tracking branch 'qatar/master'
|
13 лет назад |
Anton Khirnov
|
d2d67e424f
Remove all uses of now deprecated metadata functions.
|
13 лет назад |
Nicolas George
|
e61b83d29e
Ogg: add support for Xiph's CELT (Opus) codec.
|
13 лет назад |
Clément Bœsch
|
8f3eebd663
oggdec: simplify audio chained ogg streams support
|
13 лет назад |
Clément Bœsch
|
47dec30edb
oggdec: fix demuxing chained audio streams
|
13 лет назад |
David Conrad
|
49c2d29089
oggdec: Remove write-only variable
|
14 лет назад |
James Darnley
|
66061a1220
Add VorbisComment writing to FLAC files.
|
14 лет назад |
David Conrad
|
81b743eb10
oggdec: Pass packets to header() until the stream is done with them
|
14 лет назад |
David Conrad
|
533c30fced
Const correctness for vorbis_comment
|
14 лет назад |
David Conrad
|
b53cde48bd
oggdec: Metadata is per-stream; don't merge multiple streams' together
|
14 лет назад |
David Conrad
|
e4d2d8c5d7
Add ff_ prefix to vorbis_comment
|
14 лет назад |
David Conrad
|
d8b91fae1d
oggdec: Seek to keyframes
|
14 лет назад |
David Conrad
|
32ad869284
oggdec: Parse skeleton to determine the start time of each stream
|
14 лет назад |
David Conrad
|
296bdf9cf1
oggdec: Check that we have a codec in gptopts (needed for skeleton)
|
14 лет назад |
David Conrad
|
dfaed51f04
oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h
|
14 лет назад |
David Conrad
|
73823cb941
oggdec: Save offset of the page needed to reconstruct the current packet
|
14 лет назад |
David Conrad
|
ecc0027bc6
Fix playback with invalid files that don't set the continuation flag for
|
14 лет назад |
David Conrad
|
2d4970d88d
oggdec: Set dts when known
|
15 лет назад |
David Conrad
|
24ca518bd1
Add support for dirac in ogg
|
15 лет назад |
David Conrad
|
5e15c7d95b
Fix PTS for OGM codecs.
|
15 лет назад |
Justin Ruggles
|
15299b3821
Calculate correct packet durations when demuxing Ogg/Speex. This involves
|
15 лет назад |
Justin Ruggles
|
d7bb185f99
Add a VorbisComment metadata conversion table and use it in the FLAC and
|
15 лет назад |
Daniel Verkamp
|
fc430e8fab
Warning fix: Make ogg_stream.codec const
|
15 лет назад |
David Conrad
|
1fa9726cf6
Document ogg_codec's header function
|
15 лет назад |
Diego Biurrun
|
9686df2be5
Delete unnecessary 'extern' keywords.
|
16 лет назад |
Måns Rullgård
|
77be08eeb1
OGG: untypedef demuxer structs
|
16 лет назад |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
Reimar Döffinger
|
547ea47d4f
Add ff_ prefix to ogg_codec_t structs
|
16 лет назад |
Reimar Döffinger
|
cd34bc7617
Make ogg_codec_t descriptions const
|
16 лет назад |
Michael Niedermayer
|
c5e56a813b
Revert r14497
|
16 лет назад |
Diego Biurrun
|
2e11268ea9
Add missing header #includes.
|
16 лет назад |
Reimar Döffinger
|
cb4ddf7765
Add support for speex in ogg
|
16 лет назад |
Reimar Döffinger
|
c901197693
String pointers of ogg_codec_t should have const attribute.
|
16 лет назад |
Diego Biurrun
|
5f359c8d3e
cosmetics: sort ogg_codec_t list
|
16 лет назад |
Reimar Döffinger
|
2331e31c23
Add support for ogg text subtitles.
|
16 лет назад |
Måns Rullgård
|
e1a794b272
set PKT_FLAG_KEY for Theora and OGM streams
|
17 лет назад |
Diego Biurrun
|
a0ddef24ce
Rename ogg2.[ch] to oggdec.[ch].
|
17 лет назад |