| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/xwma: sanity check bits_per_coded_sample | Michael Niedermayer | 2023-10-08 | 1 | -1/+1 |
* | avformat/xwma: Use av_rescale() for duration computation | Michael Niedermayer | 2022-09-24 | 1 | -1/+1 |
* | xwma: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -5/+5 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+1 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/xwma: Check for EOF in dpds_table read code | Michael Niedermayer | 2020-10-30 | 1 | -0/+4 |
* | avformat/xwma: return always proper error codes | Paul B Mahol | 2020-03-19 | 1 | -3/+3 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -4/+4 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/xwma: fix WMAv2 with incorrect bit rate | bnnm | 2018-10-17 | 1 | -7/+31 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -2/+3 |
* | lavf/xwma: fix incorrect format specifier | Moritz Barsnick | 2017-01-31 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -29/+29 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -24/+24 |
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | lavf/xwma: Support wmapro. | Carl Eugen Hoyos | 2015-10-25 | 1 | -1/+9 |
* | | Merge commit 'd80811c94e068085aab797f9ba35790529126f85' | Michael Niedermayer | 2015-07-12 | 1 | -1/+1 |
|\| |
|
| * | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 1 | -1/+1 |
* | | avformat/xwma: Use av_malloc_array() | Michael Niedermayer | 2015-04-11 | 1 | -1/+1 |
* | | avformat/xwma: Use ff_alloc_extradata() | Michael Niedermayer | 2015-04-01 | 1 | -3/+2 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | wavdec: RIFX file format support | Thomas Volkert | 2014-12-18 | 1 | -1/+1 |
* | | Merge commit 'fd9badd3cb3b60f5c54dcea35523e1ecca2f67a6' | Michael Niedermayer | 2014-11-21 | 1 | -6/+6 |
|\| |
|
| * | xwma: Do not leak on failure path | Luca Barbato | 2014-11-21 | 1 | -8/+15 |
* | | avformat/xwma: fix memleak of dpds_table | Michael Niedermayer | 2014-04-29 | 1 | -7/+14 |
* | | avformat/xwma: improve error codes | Michael Niedermayer | 2014-04-29 | 1 | -4/+4 |
* | | avformat/xwma: use NULL instead of 0 for pointers | Michael Niedermayer | 2014-04-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+1 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+1 |
* | | Merge commit 'adc09136a4a63b152630abeacb22c56541eacf60' | Michael Niedermayer | 2013-09-29 | 1 | -2/+4 |
|\| |
|
| * | xwma: Avoid division by zero | Martin Storsjö | 2013-09-29 | 1 | -0/+8 |
* | | Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e' | Michael Niedermayer | 2013-03-14 | 1 | -2/+2 |
|\| |
|
| * | avformat: av_log_ask_for_sample() ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -2/+2 |
* | | Merge commit 'a4472ac01e86f9fae5adb9034f2777b86a9c5480' | Michael Niedermayer | 2013-03-13 | 1 | -4/+2 |
|\| |
|
| * | Add informative messages to av_log_ask_for_sample calls lacking them | Diego Biurrun | 2013-03-12 | 1 | -4/+2 |
| * | xwma: Remove unused variable | Benjamin Larsson | 2013-01-07 | 1 | -1/+1 |
* | | xwma: check bytes_per_sample, fix division by 0. | Michael Niedermayer | 2012-11-15 | 1 | -0/+6 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | xvma: remove unused variable | Paul B Mahol | 2012-08-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-22 | 1 | -0/+11 |
|\| |
|
| * | xwma: Validate channels and bits_per_coded_sample. | Alex Converse | 2012-03-22 | 1 | -0/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
|\| |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -1/+2 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -1/+1 |
|\| |
|
| * | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |