summaryrefslogtreecommitdiff
path: root/libavformat/vivo.c
Commit message (Collapse)AuthorAge
* 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