summaryrefslogtreecommitdiff
path: root/libavformat/xwma.c
Commit message (Expand)AuthorAge
* xwma: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/xwma: Check for EOF in dpds_table read codeMichael Niedermayer2020-10-30
* avformat/xwma: return always proper error codesPaul B Mahol2020-03-19
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-12
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat/xwma: fix WMAv2 with incorrect bit ratebnnm2018-10-17
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* lavf/xwma: fix incorrect format specifierMoritz Barsnick2017-01-31
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | lavf/xwma: Support wmapro.Carl Eugen Hoyos2015-10-25
* | Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-12
|\|
| * riff: Use the correct logging contextLuca Barbato2015-07-11
* | avformat/xwma: Use av_malloc_array()Michael Niedermayer2015-04-11
* | avformat/xwma: Use ff_alloc_extradata()Michael Niedermayer2015-04-01
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | wavdec: RIFX file format supportThomas Volkert2014-12-18
* | Merge commit 'fd9badd3cb3b60f5c54dcea35523e1ecca2f67a6'Michael Niedermayer2014-11-21
|\|
| * xwma: Do not leak on failure pathLuca Barbato2014-11-21
* | avformat/xwma: fix memleak of dpds_tableMichael Niedermayer2014-04-29
* | avformat/xwma: improve error codesMichael Niedermayer2014-04-29
* | avformat/xwma: use NULL instead of 0 for pointersMichael Niedermayer2014-04-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
|\|
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* | Merge commit 'adc09136a4a63b152630abeacb22c56541eacf60'Michael Niedermayer2013-09-29
|\|
| * xwma: Avoid division by zeroMartin Storsjö2013-09-29
* | Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer2013-03-14
|\|
| * avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* | Merge commit 'a4472ac01e86f9fae5adb9034f2777b86a9c5480'Michael Niedermayer2013-03-13
|\|
| * Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-12
| * xwma: Remove unused variableBenjamin Larsson2013-01-07
* | xwma: check bytes_per_sample, fix division by 0.Michael Niedermayer2012-11-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | xvma: remove unused variablePaul B Mahol2012-08-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-22
|\|
| * xwma: Validate channels and bits_per_coded_sample.Alex Converse2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\|
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17