Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 years ago |
Anton Khirnov
|
45a8a02a41
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
|
14 years ago |
Anton Khirnov
|
66e5b1df36
avio: deprecate url_feof
|
14 years ago |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
14 years ago |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
14 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 years ago |
Anton Khirnov
|
03700d399b
Export metadata in the generic format. Deprecate old conversion API.
|
14 years ago |
Reimar Döffinger
|
6612d8cf31
Move handling of ID3v2 to common utils.c code, reducing code duplication
|
14 years ago |
Aurelien Jacobs
|
4ca31edcfe
split raw.c into rawdec.c and rawenc.c
|
14 years ago |
Michael Karcher
|
3a1350e8d9
Generalize ID3v2 functions to support ID3v2-like ID headers with a
|
14 years ago |
Stefano Sabatini
|
2874c81cc8
Replace all remaining occurrences of AVERROR_NOMEM with
|
15 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 years ago |
James Darnley
|
66061a1220
Add VorbisComment writing to FLAC files.
|
15 years ago |
Stefano Sabatini
|
5ae092ee34
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
|
15 years ago |
David Conrad
|
b53cde48bd
oggdec: Metadata is per-stream; don't merge multiple streams' together
|
15 years ago |
David Conrad
|
e4d2d8c5d7
Add ff_ prefix to vorbis_comment
|
15 years ago |
Justin Ruggles
|
d7bb185f99
Add a VorbisComment metadata conversion table and use it in the FLAC and
|
15 years ago |
Justin Ruggles
|
29b0d168e6
seek backwards 4 bytes if 'fLaC' marker is not found
|
16 years ago |
Justin Ruggles
|
f48b9304cd
flacdec: Parse the metadata header in the raw FLAC demuxer.
|
16 years ago |
Justin Ruggles
|
344bcea46d
cosmetics: indentation
|
16 years ago |
Justin Ruggles
|
81f052cb7d
Separate the raw FLAC demuxer from raw.c and put in a new file,
|
16 years ago |