summaryrefslogtreecommitdiff
path: root/libavformat/vqf.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavf: move internal fields from public to internal contextwm42015-02-10
* vqf: Make sure the bitrate is in the valid rangeMartin Storsjö2013-09-29
* vqf: Make sure sample_rate is set to a valid valueMartin Storsjö2013-09-29
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* vqf: set packet durationJustin Ruggles2012-03-03
* vqf: set packet parameters after av_new_packet()Justin Ruggles2012-02-29
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* vqf: recognize more metadata chunksPaul B Mahol2012-01-07
* vqf: add more known extensionsPaul B Mahol2012-01-06
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-11
* vqf: do not set bits_per_coded_sample for TwinVQ.Justin Ruggles2011-11-11
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Use a suitable timebase in VQF demuxerVitor Sessak2010-04-13
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-13
* VQF demuxerVitor Sessak2009-03-07