summaryrefslogtreecommitdiff
path: root/libavformat/westwood_vqa.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* 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
* westwood_vqa: do not free extradata on error in read_headerLuca Barbato2013-07-07
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-27
* westwood_vqa: set video stream durationPaul B Mahol2012-03-27
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-24
* vqa: remove unused context fields, audio_samplerate and audio_bitsJustin Ruggles2012-01-24
* vqa: clean up audio header parsingJustin Ruggles2012-01-24
* vqa: set time base to frame rate as coded in the header.Justin Ruggles2012-01-24
* vqa: set packet duration.Justin Ruggles2012-01-24
* vqa: use 1/sample_rate as the audio stream time baseJustin Ruggles2012-01-24
* vqa: set stream start_time to 0.Justin Ruggles2012-01-24
* westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles2012-01-23