summaryrefslogtreecommitdiffstats
path: root/libavformat/xwma.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-24/+24
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* riff: Use the correct logging contextLuca Barbato2015-07-111-1/+1
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* xwma: Do not leak on failure pathLuca Barbato2014-11-211-8/+15
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+1
* xwma: Avoid division by zeroMartin Storsjö2013-09-291-0/+8
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-121-4/+2
* xwma: Remove unused variableBenjamin Larsson2013-01-071-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* xwma: Validate channels and bits_per_coded_sample.Alex Converse2012-03-221-0/+11
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-6/+6
* xwma: Fix wrong printf format expression.Diego Biurrun2011-04-151-2/+6
* xwma demuxer: typosMax Horn2011-04-151-2/+2
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-141-1/+4
* add xWMA demuxerMax Horn2011-04-141-0/+254
OpenPOWER on IntegriCloud