]> git.sesse.net Git - ffmpeg/history - libavformat/westwood_vqa.c
crypto: consistently use size_t as type for length parameters
[ffmpeg] / libavformat / westwood_vqa.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2013-07-07 Luca Barbatowestwood_vqa: do not free extradata on error in read_header
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-03-27 Paul B Maholwestwood_vqa: fix SND0 chunk handling
2012-03-27 Paul B Maholwestwood_vqa: set video stream duration
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-24 Justin Rugglesadpcm_ima_ws: fix stereo decoding
2012-01-24 Justin Rugglesvqa: remove unused context fields, audio_samplerate...
2012-01-24 Justin Rugglesvqa: clean up audio header parsing
2012-01-24 Justin Rugglesvqa: set time base to frame rate as coded in the header.
2012-01-24 Justin Rugglesvqa: set packet duration.
2012-01-24 Justin Rugglesvqa: use 1/sample_rate as the audio stream time base
2012-01-24 Justin Rugglesvqa: set stream start_time to 0.
2012-01-23 Justin Ruggleswestwood: split the AUD and VQA demuxers into separate...