summaryrefslogtreecommitdiff
path: root/libavformat/nistspheredec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/nistspheredec: Check bits_per_coded_sample and channelsMichael Niedermayer2021-01-211-1/+5
* avformat/nistspheredec: Check bpsMichael Niedermayer2020-10-241-0/+2
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-4/+4
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-16/+16
* avformat/nistshperedec: add support for mu-law as sample-byte-formatPaul B Mahol2016-04-081-2/+5
* avformat/nistspheredec: fix silly bugPaul B Mahol2016-04-081-1/+1
* avformat: support shorten in nistshpere demuxerPaul B Mahol2016-04-071-1/+5
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat/nistspheredec: initialize header_size to -1Michael Niedermayer2013-12-201-1/+1
* avformat/nistspheredec: check sscanf() success before using the resultMichael Niedermayer2013-12-191-2/+5
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-151-2/+2
* NIST SPHERE demuxerPaul B Mahol2012-12-231-0/+128