summaryrefslogtreecommitdiff
path: root/libavformat/westwood_vqa.c
Commit message (Expand)AuthorAge
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-12
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* lavf: use av_fourcc2str() where appropriateClément Bœsch2017-03-29
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-14
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * 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
* | avformat/westwood_vqa: Remove unneeded castMichael Niedermayer2015-01-03
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-24
* | avformat/westwood_vqa: use ff_get_extradata()Michael Niedermayer2013-12-25
* | avformat/westwood_vqa: s/unsigned char/uint8_t & s/unsigned int/uint32_tPaul B Mahol2013-10-13
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-13
* | Merge commit 'f054e309c58894450a5d18cce9799ef58aab9f14'Michael Niedermayer2013-07-08
|\|
| * westwood_vqa: do not free extradata on error in read_headerLuca Barbato2013-07-07
* | westwood_vqa: check return value of av_malloc()Paul B Mahol2013-07-01
* | westwood_vqa: fix null pointer dereferenceMichael Niedermayer2012-12-14
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-30
|\|
| * 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
* | westwood_vqa: set video stream durationPaul B Mahol2012-03-21
* | westwood_vqa: fix SND0 chunk handlingPaul B Mahol2012-03-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-24
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-24
|/
* westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles2012-01-23