summaryrefslogtreecommitdiff
path: root/libavformat/wvdec.c
Commit message (Expand)AuthorAgeFilesLines
* wv: convert to new channel layout APIVittorio Giovara2022-03-151-2/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/wvdec: Check rate for overflowMichael Niedermayer2020-09-211-2/+3
* avformat/wvdec: Export version as extradataAndreas Rheinhardt2020-04-021-0/+3
* avcodec/wavpack: add support for DSD filesDavid Bryant2020-03-111-11/+17
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-4/+0
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-2/+2
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/wvdec: detect and error out on WavPack DSD filesDavid Bryant2018-12-281-0/+6
* avcodec/wavpack: fix decoding of files with many channelsPaul B Mahol2018-12-281-1/+8
* Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-311-1/+2
|\
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-081-1/+2
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-2/+2
|\ \ | |/
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-2/+2
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-6/+6
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-6/+6
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-4/+4
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-5/+5
* | avformat/wvdec: fix seekingwm42015-04-241-36/+2
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | wvdec: check for eof in wv_read_block_header()Paul B Mahol2014-08-181-1/+1
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | Merge commit '794ca87d2bff2513118de8b97595b3e23070e67d'Michael Niedermayer2013-05-291-53/+37
|\ \ | |/
| * wvdec: split block header parsing into a separate fileAnton Khirnov2013-05-281-52/+36
* | Merge commit '0a1a94450a28eef854162f859e79ecfb9f97915b'Michael Niedermayer2013-05-291-8/+12
|/
* lavf: rename wv.c to wvdec.cAnton Khirnov2013-05-281-0/+366