aboutsummaryrefslogtreecommitdiff
path: root/libavformat/xwma.c
AgeCommit message (Expand)Author
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-11-21xwma: Do not leak on failure pathLuca Barbato
2013-11-23Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-09-29xwma: Avoid division by zeroMartin Storsjö
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-12Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun
2013-01-07xwma: Remove unused variableBenjamin Larsson
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-22xwma: Validate channels and bits_per_coded_sample.Alex Converse
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-04-15xwma: Fix wrong printf format expression.Diego Biurrun
2011-04-15xwma demuxer: typosMax Horn
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-14add xWMA demuxerMax Horn