summaryrefslogtreecommitdiff
path: root/libavformat/xwma.c
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* xwma: Validate channels and bits_per_coded_sample.Alex Converse2012-03-22
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* xwma: Fix wrong printf format expression.Diego Biurrun2011-04-15
* xwma demuxer: typosMax Horn2011-04-15
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* add xWMA demuxerMax Horn2011-04-14