Diego Biurrun
|
6a5d31ac25
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
|
16 years ago |
Aurelien Jacobs
|
e998ba4fbc
avoid POSIX reserved _t suffix
|
16 years ago |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 years ago |
Reimar Döffinger
|
c18545929e
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
|
16 years ago |
Aurelien Jacobs
|
090a41790e
voc: add ff_ prefix to some global const data
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Panagiotis Issaris
|
85565db0f8
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
|
17 years ago |
Panagiotis Issaris
|
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
17 years ago |
Panagiotis Issaris
|
769e10f068
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
|
17 years ago |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
17 years ago |
Aurelien Jacobs
|
fd2e1d88a6
remove useless empty function
|
17 years ago |
Aurelien Jacobs
|
eb67342fdc
cosmetics: too much blank lines
|
17 years ago |
Aurelien Jacobs
|
6bca498d78
use intreadwrite functions in vocdec
|
17 years ago |
Michael Niedermayer
|
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
|
17 years ago |
Alex Beregszaszi
|
fd9a71acaa
simplification
|
17 years ago |
Alex Beregszaszi
|
cbc09a7d5a
typo: unkown->unknown
|
17 years ago |
Michael Niedermayer
|
6c77805fc8
get rid of the [4] limitation of codec tag lists
|
18 years ago |
Michael Niedermayer
|
edb6e50682
export a few more codec_tag-codec_id tables
|
18 years ago |
Aurelien Jacobs
|
e9f36c5c4d
move common voc muxer and demuxer data to voc.c
|
18 years ago |
Aurelien Jacobs
|
5d244b2932
split voc.c into vocdec.c and vocenc.c
|
18 years ago |