summaryrefslogtreecommitdiffstats
path: root/libavformat/westwood_vqa.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-5/+5
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-271-63/+71
* westwood_vqa: set video stream durationPaul B Mahol2012-03-271-0/+2
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-241-0/+6
* vqa: remove unused context fields, audio_samplerate and audio_bitsJustin Ruggles2012-01-241-4/+0
* vqa: clean up audio header parsingJustin Ruggles2012-01-241-17/+30
* vqa: set time base to frame rate as coded in the header.Justin Ruggles2012-01-241-2/+7
* vqa: set packet duration.Justin Ruggles2012-01-241-5/+3
* vqa: use 1/sample_rate as the audio stream time baseJustin Ruggles2012-01-241-1/+2
* vqa: set stream start_time to 0.Justin Ruggles2012-01-241-0/+2
* westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles2012-01-231-0/+251
OpenPOWER on IntegriCloud