aboutsummaryrefslogtreecommitdiff
path: root/libavformat/westwood_vqa.c
AgeCommit message (Expand)Author
2012-12-14westwood_vqa: fix null pointer dereferenceMichael Niedermayer
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-03-27westwood_vqa: fix SND0 chunk handlingPaul B Mahol
2012-03-27westwood_vqa: set video stream durationPaul B Mahol
2012-03-21westwood_vqa: set video stream durationPaul B Mahol
2012-03-21westwood_vqa: fix SND0 chunk handlingPaul B Mahol
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-24adpcm_ima_ws: fix stereo decodingJustin Ruggles
2012-01-24vqa: remove unused context fields, audio_samplerate and audio_bitsJustin Ruggles
2012-01-24vqa: clean up audio header parsingJustin Ruggles
2012-01-24vqa: set time base to frame rate as coded in the header.Justin Ruggles
2012-01-24vqa: set packet duration.Justin Ruggles
2012-01-24vqa: use 1/sample_rate as the audio stream time baseJustin Ruggles
2012-01-24vqa: set stream start_time to 0.Justin Ruggles
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-23westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles