summaryrefslogtreecommitdiff
path: root/libavformat/vivo.c
Commit message (Expand)AuthorAgeFilesLines
* vivo: convert to new channel layout APIAnton Khirnov2022-03-151-1/+1
* avformat/vivo: Favor setting fps from explicit fractionsMichael Niedermayer2021-12-161-2/+5
* avformat/vivo: Do not use the general expression evaluator for parsing a floa...Michael Niedermayer2021-12-161-3/+5
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/vivo: set packet durationPaul B Mahol2020-02-201-1/+6
* avformat/vivo: improve probing of some filesPaul B Mahol2020-02-201-2/+3
* avcodec: add siren audio decoderPaul B Mahol2020-02-201-0/+5
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-9/+5
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/vivo: Don't log null valueMark Harris2018-11-261-1/+1
* avformat/vivo: fix logic error in checking version in probePaul B Mahol2017-03-051-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-15/+15
* 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
* add forgotten AV_ prefix to some CODEC_IDsPaul B Mahol2012-12-091-2/+2
* Set some audio stream properties in the vivo demuxer.Carl Eugen Hoyos2012-12-051-0/+2
* Vivo demuxerDaniel Verkamp2012-11-281-0/+311