27 Commits (398f015f077c6a2406deffd9e37ff34b9c7bb3bc)

Author SHA1 Message Date
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov f792d3cbb8 lavf: add the notimestamps flag to the muxers missing it 11 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Francesco Lavra 80b39e1ca6 Move AVCodecTag from riff.h into internal.h. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 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. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Ramiro Polla 9c0edaaf13 Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP) 18 years ago
Panagiotis Issaris 9510da2bca Replace ENOSYS by ENOTSUP as in this case the problem is not really a function 18 years ago
Panagiotis Issaris 85565db0f8 Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Aurelien Jacobs 4014fe37a3 remove now useless codec_tag setting code in voc muxer 18 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