summaryrefslogtreecommitdiff
path: root/libavformat/vivo.c
Commit message (Collapse)AuthorAge
* avformat/vivo: fix logic error in checking version in probePaul B Mahol2017-03-05
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
| | | | | | | | | | | | | | | | * 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-27
|
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
| | | | | 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-09
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Set some audio stream properties in the vivo demuxer.Carl Eugen Hoyos2012-12-05
| | | | | | This allows playback with MPlayer and the binary decoder. Reviewed-by: Paul B Mahol
* Vivo demuxerDaniel Verkamp2012-11-28