summaryrefslogtreecommitdiff
path: root/libavformat/westwood_vqa.c
Commit message (Expand)AuthorAge
* 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