summaryrefslogtreecommitdiff
path: root/libavformat/vivo.c
Commit message (Expand)AuthorAge
* vivo: convert to new channel layout APIAnton Khirnov2022-03-15
* avformat/vivo: Favor setting fps from explicit fractionsMichael Niedermayer2021-12-16
* avformat/vivo: Do not use the general expression evaluator for parsing a floa...Michael Niedermayer2021-12-16
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/vivo: set packet durationPaul B Mahol2020-02-20
* avformat/vivo: improve probing of some filesPaul B Mahol2020-02-20
* avcodec: add siren audio decoderPaul B Mahol2020-02-20
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat/vivo: Don't log null valueMark Harris2018-11-26
* avformat/vivo: fix logic error in checking version in probePaul B Mahol2017-03-05
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
* add forgotten AV_ prefix to some CODEC_IDsPaul B Mahol2012-12-09
* Set some audio stream properties in the vivo demuxer.Carl Eugen Hoyos2012-12-05
* Vivo demuxerDaniel Verkamp2012-11-28