aboutsummaryrefslogtreecommitdiff
path: root/libavformat/rawdec.c
AgeCommit message (Expand)Author
2011-06-03rawdec: initialize return value to 0.Anton Khirnov
2011-06-03rawdec: don't leak option strings.Anton Khirnov
2011-05-27rawdec: add a pixel_format private option.Anton Khirnov
2011-05-27rawdec: factor video demuxer definitions into a macro.Anton Khirnov
2011-05-27rawdec: add video_size private option.Anton Khirnov
2011-05-25lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov
2011-05-25rawdec: add sample_rate/channels private options.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-02-21avio: make get_partial_buffer internal.Anton Khirnov
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-09-09Add a muxer and demuxer for raw G.722Martin Storsjö
2010-08-30split raw.c into rawdec.c and rawenc.cAurelien Jacobs