summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-13avformat/westwood_vqa: s/unsigned char/uint8_t & s/unsigned int/uint32_tPaul B Mahol1-8/+8
2013-10-13avformat: use ff_alloc_extradata()Paul B Mahol52-218/+83
2013-07-08Merge commit 'f054e309c58894450a5d18cce9799ef58aab9f14'Michael Niedermayer2-129/+148
2013-07-07westwood_vqa: do not free extradata on error in read_headerLuca Barbato1-2/+0
2013-07-01westwood_vqa: check return value of av_malloc()Paul B Mahol1-1/+3
2012-12-14westwood_vqa: fix null pointer dereferenceMichael Niedermayer1-1/+2
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer104-324/+400
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun86-135/+135
2012-03-27westwood_vqa: fix SND0 chunk handlingPaul B Mahol2-64/+72
2012-03-27westwood_vqa: set video stream durationPaul B Mahol1-0/+2
2012-03-21westwood_vqa: set video stream durationPaul B Mahol1-0/+2
2012-03-21westwood_vqa: fix SND0 chunk handlingPaul B Mahol2-64/+72
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov129-202/+147
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-92/+152
2012-01-24adpcm_ima_ws: fix stereo decodingJustin Ruggles2-1/+35
2012-01-24vqa: remove unused context fields, audio_samplerate and audio_bitsJustin Ruggles1-4/+0
2012-01-24vqa: clean up audio header parsingJustin Ruggles1-17/+30
2012-01-24vqa: set time base to frame rate as coded in the header.Justin Ruggles1-2/+7
2012-01-24vqa: set packet duration.Justin Ruggles1-5/+3
2012-01-24vqa: use 1/sample_rate as the audio stream time baseJustin Ruggles1-1/+2
2012-01-24vqa: set stream start_time to 0.Justin Ruggles1-0/+2
2012-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer21-586/+1271
2012-01-23westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles4-396/+426