aboutsummaryrefslogtreecommitdiff
path: root/libavformat/westwood_aud.c
AgeCommit message (Expand)Author
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-03-13avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2012-11-12westwood_aud: set channel layoutJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-24aud: remove unneeded field, audio_stream_index from contextJustin Ruggles
2012-01-24aud: fix time stamp calculation for ADPCM IMA WSJustin Ruggles
2012-01-24aud: simplify header parsingJustin Ruggles
2012-01-24aud: set pts_wrap_bits to 64.Justin Ruggles
2012-01-24cosmetics: indentationJustin Ruggles
2012-01-24aud: support Westwood SND1 audio in AUD files.Justin Ruggles
2012-01-23westwood: split the AUD and VQA demuxers into separate files.Justin Ruggles