summaryrefslogtreecommitdiff
path: root/libavformat/xwma.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/xwma: Use av_rescale() for duration computationMichael Niedermayer2022-09-241-1/+1
* xwma: convert to new channel layout APIVittorio Giovara2022-03-151-5/+5
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-1/+1
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/xwma: Check for EOF in dpds_table read codeMichael Niedermayer2020-10-301-0/+4
* avformat/xwma: return always proper error codesPaul B Mahol2020-03-191-3/+3
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-4/+4
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/xwma: fix WMAv2 with incorrect bit ratebnnm2018-10-171-7/+31
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-2/+3
* lavf/xwma: fix incorrect format specifierMoritz Barsnick2017-01-311-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-29/+29
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-24/+24
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | lavf/xwma: Support wmapro.Carl Eugen Hoyos2015-10-251-1/+9
* | Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-121-1/+1
|\ \ | |/
| * riff: Use the correct logging contextLuca Barbato2015-07-111-1/+1
* | avformat/xwma: Use av_malloc_array()Michael Niedermayer2015-04-111-1/+1
* | avformat/xwma: Use ff_alloc_extradata()Michael Niedermayer2015-04-011-3/+2
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | wavdec: RIFX file format supportThomas Volkert2014-12-181-1/+1
* | Merge commit 'fd9badd3cb3b60f5c54dcea35523e1ecca2f67a6'Michael Niedermayer2014-11-211-6/+6
|\ \ | |/
| * xwma: Do not leak on failure pathLuca Barbato2014-11-211-8/+15
* | avformat/xwma: fix memleak of dpds_tableMichael Niedermayer2014-04-291-7/+14
* | avformat/xwma: improve error codesMichael Niedermayer2014-04-291-4/+4
* | avformat/xwma: use NULL instead of 0 for pointersMichael Niedermayer2014-04-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+1
|\ \ | |/
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+1
* | Merge commit 'adc09136a4a63b152630abeacb22c56541eacf60'Michael Niedermayer2013-09-291-2/+4
|\ \ | |/
| * xwma: Avoid division by zeroMartin Storsjö2013-09-291-0/+8
* | Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer2013-03-141-2/+2
|\ \ | |/
| * avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* | Merge commit 'a4472ac01e86f9fae5adb9034f2777b86a9c5480'Michael Niedermayer2013-03-131-4/+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
* | xwma: check bytes_per_sample, fix division by 0.Michael Niedermayer2012-11-151-0/+6
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | xvma: remove unused variablePaul B Mahol2012-08-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-221-0/+11
|\ \ | |/
| * xwma: Validate channels and bits_per_coded_sample.Alex Converse2012-03-221-0/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-6/+6
|\ \ | |/