summaryrefslogtreecommitdiffstats
path: root/libavformat/vqf.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-21/+21
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavf: move internal fields from public to internal contextwm42015-02-101-1/+1
* vqf: Make sure the bitrate is in the valid rangeMartin Storsjö2013-09-291-0/+7
* vqf: Make sure sample_rate is set to a valid valueMartin Storsjö2013-09-291-0/+4
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* vqf: set packet durationJustin Ruggles2012-03-031-1/+2
* vqf: set packet parameters after av_new_packet()Justin Ruggles2012-02-291-3/+3
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* vqf: recognize more metadata chunksPaul B Mahol2012-01-071-35/+45
* vqf: add more known extensionsPaul B Mahol2012-01-061-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-111-3/+11
* vqf: do not set bits_per_coded_sample for TwinVQ.Justin Ruggles2011-11-111-1/+0
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+7
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* 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