summaryrefslogtreecommitdiff
path: root/libavformat/vivo.c
Commit message (Collapse)AuthorAgeFilesLines
* vivo: convert to new channel layout APIAnton Khirnov2022-03-151-1/+1
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/vivo: Favor setting fps from explicit fractionsMichael Niedermayer2021-12-161-2/+5
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/vivo: Do not use the general expression evaluator for parsing a ↵Michael Niedermayer2021-12-161-3/+5
| | | | | | | | | | floating point value Fixes: Timeout Fixes: 41564/clusterfuzz-testcase-minimized-ffmpeg_dem_VIVO_fuzzer-6309014024093696 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/vivo: set packet durationPaul B Mahol2020-02-201-1/+6
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avformat/vivo: improve probing of some filesPaul B Mahol2020-02-201-2/+3
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avcodec: add siren audio decoderPaul B Mahol2020-02-201-0/+5
|
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-9/+5
| | | | | | | | | Since bae8844e the packet will always be unreferenced when a demuxer returns an error, so that a lot of calls to av_packet_unref() in lots of demuxers are now redundant and can be removed. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
| | | | | Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
* avformat/vivo: Don't log null valueMark Harris2018-11-261-1/+1
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/vivo: fix logic error in checking version in probePaul B Mahol2017-03-051-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-15/+15
| | | | | | | | | | | | | | | | * commit '9200514ad8717c63f82101dc394f4378854325bf': lavf: replace AVStream.codec with AVStream.codecpar This has been a HUGE effort from: - Derek Buitenhuis <derek.buitenhuis@gmail.com> - Hendrik Leppkes <h.leppkes@gmail.com> - wm4 <nfxjfg@googlemail.com> - Clément Bœsch <clement@stupeflix.com> - James Almer <jamrial@gmail.com> - Michael Niedermayer <michael@niedermayer.cc> - Rostislav Pehlivanov <atomnuker@gmail.com> Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
|
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-3/+3
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* add forgotten AV_ prefix to some CODEC_IDsPaul B Mahol2012-12-091-2/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Set some audio stream properties in the vivo demuxer.Carl Eugen Hoyos2012-12-051-0/+2
| | | | | | This allows playback with MPlayer and the binary decoder. Reviewed-by: Paul B Mahol
* Vivo demuxerDaniel Verkamp2012-11-281-0/+311