18 Commits (75b90ef722b7cdfc70118ab987e298d087aae693)

Author SHA1 Message Date
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Anton Khirnov 38893dc028 pcmdec: replace a reachable assert with an error check 11 years ago
Luca Barbato 254056c4ab pcm: change references to raw to pcm 12 years ago
Janne Grunau dcdfb8ede3 pcmdec: change default of channels parameter to 1 12 years ago
Luca Barbato 2ef4d586d6 pcmdec: remove dependency from rawdec 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 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ö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Anton Khirnov f7fe41a04f lavf: rename AVInputFormat.value to raw_codec_id. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Diego Biurrun 30b4ee7901 Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 13 years ago
Anton Khirnov 34d2bf30a0 pcmdec: use unique classes for all pcm demuxers. 13 years ago
Anton Khirnov 5b3865fc5f rawdec: add sample_rate/channels private options. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Aurelien Jacobs 4ca31edcfe split raw.c into rawdec.c and rawenc.c 14 years ago
Aurelien Jacobs e94204dfd8 move pcm demuxers to their own file 14 years ago