summaryrefslogtreecommitdiffstats
path: root/libavformat/westwood_aud.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* westwood_aud: prevent division by zeroAndreas Cadhalpun2016-10-171-0/+6
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-11/+11
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-11/+11
* | avformat/westwood_aud: replace != 0 error check by <0Michael Niedermayer2014-12-201-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-051-1/+1
|\ \ | |/
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
* | Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer2013-03-141-2/+2
|\ \ | |/
| * avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-131-0/+3
|\ \ | |/
| * westwood_aud: set channel layoutJustin Ruggles2012-11-121-0/+3
* | westwood_aud: remove stale commentPaul B Mahol2012-11-031-2/+0
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* | 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_aud: Fix project referenceMichael Niedermayer2012-02-011-4/+4
|/
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* aud: remove unneeded field, audio_stream_index from contextJustin Ruggles2012-01-241-10/+1
* aud: fix time stamp calculation for ADPCM IMA WSJustin Ruggles2012-01-241-9/+1
* aud: simplify header parsingJustin Ruggles2012-01-241-22/+27
* aud: set pts_wrap_bits to 64.Justin Ruggles2012-01-241-1/+1
* cosmetics: indentationJustin Ruggles2012-01-241-8/+8
* aud: support Westwood SND1 audio in AUD files.Justin Ruggles2012-01-241-6/+26
* westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles2012-01-231-0/+173
OpenPOWER on IntegriCloud