Michael Niedermayer
|
46a35959d8
Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'
|
12 years ago |
Luca Barbato
|
7751e4693d
ogg: check that the expected number of headers had been parsed
|
12 years ago |
Michael Niedermayer
|
7a72695c05
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
|
12 years ago |
Anton Khirnov
|
36ef5369ee
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
Michael Niedermayer
|
d40ff29cac
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Justin Ruggles
|
eed691f7d1
oggdec: calculate correct timestamps in Ogg/FLAC
|
12 years ago |
Michael Niedermayer
|
9d76cf0b18
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
c3f9ebf743
lavf: make av_set_pts_info private.
|
13 years ago |
Michael Niedermayer
|
dd8ffc1925
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
d9cca9fc6a
lavc: use avpriv_ prefix for some flac symbols used in lavf.
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Reimar Döffinger
|
a351110eea
Always use av_set_pts_info to set the stream time base.
|
13 years ago |
Reimar Döffinger
|
5603df39df
Always use av_set_pts_info to set the stream time base.
|
13 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 years ago |
David Conrad
|
b53cde48bd
oggdec: Metadata is per-stream; don't merge multiple streams' together
|
14 years ago |
David Conrad
|
e4d2d8c5d7
Add ff_ prefix to vorbis_comment
|
14 years ago |
Stefano Sabatini
|
9106a698e7
Rename bitstream.h to get_bits.h.
|
15 years ago |
Justin Ruggles
|
7fa9a0a256
use function and definitions from libavcodec/flac.h in oggparseflac.c
|
15 years ago |
Måns Rullgård
|
eedfe2227a
oggflac: fix bitstream reader usage
|
16 years ago |
Måns Rullgård
|
77be08eeb1
OGG: untypedef demuxer structs
|
16 years ago |
Reimar Döffinger
|
547ea47d4f
Add ff_ prefix to ogg_codec_t structs
|
16 years ago |
Reimar Döffinger
|
cd34bc7617
Make ogg_codec_t descriptions const
|
16 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 years ago |
Diego Biurrun
|
a0ddef24ce
Rename ogg2.[ch] to oggdec.[ch].
|
17 years ago |
Michael Niedermayer
|
880e3ef413
add support for old flac in ogg
|
17 years ago |
Aurelien Jacobs
|
b997b67c63
use get_bits_long() where needed
|
17 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Måns Rullgård
|
3644cb8ff9
set stream time_base properly
|
18 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Michael Niedermayer
|
01f4895c68
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
|
19 years ago |
Måns Rullgård
|
bcfc40aed4
flac in ogg support
|
19 years ago |