summaryrefslogtreecommitdiffstats
path: root/libavformat/westwood_vqa.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+2
* lavf: use av_fourcc2str() where appropriateClément Bœsch2017-03-291-3/+2
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-141-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-18/+18
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-22/+22
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | avformat/westwood_vqa: Remove unneeded castMichael Niedermayer2015-01-031-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | avformat/westwood_vqa: use ff_get_extradata()Michael Niedermayer2013-12-251-5/+1
* | avformat/westwood_vqa: s/unsigned char/uint8_t & s/unsigned int/uint32_tPaul B Mahol2013-10-131-8/+8
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-6/+2
* | Merge commit 'f054e309c58894450a5d18cce9799ef58aab9f14'Michael Niedermayer2013-07-081-1/+0
|\ \ | |/
| * westwood_vqa: do not free extradata on error in read_headerLuca Barbato2013-07-071-2/+0
* | westwood_vqa: check return value of av_malloc()Paul B Mahol2013-07-011-1/+3
* | westwood_vqa: fix null pointer dereferenceMichael Niedermayer2012-12-141-1/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-5/+5
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * 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
* | westwood_vqa: set video stream durationPaul B Mahol2012-03-211-0/+2
* | westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-211-63/+71
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-241-26/+47
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-241-13/+8
|/
* westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles2012-01-231-0/+251
OpenPOWER on IntegriCloud