summaryrefslogtreecommitdiffstats
path: root/libavformat/vqf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-3/+3
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-1/+1
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-8/+8
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Use a suitable timebase in VQF demuxerVitor Sessak2010-04-131-0/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-131-5/+8
* VQF demuxerVitor Sessak2009-03-071-0/+256
OpenPOWER on IntegriCloud