]> git.sesse.net Git - ffmpeg/history - libavformat/westwood_aud.c
extract_extradata_bsf: make sure all needed parameter set NALUs were found
[ffmpeg] / libavformat / westwood_aud.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
2013-03-13 Diego Biurrunavformat: av_log_ask_for_sample() ---> avpriv_request_s...
2012-11-12 Justin Ruggleswestwood_aud: set channel layout
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-24 Justin Rugglesaud: remove unneeded field, audio_stream_index from...
2012-01-24 Justin Rugglesaud: fix time stamp calculation for ADPCM IMA WS
2012-01-24 Justin Rugglesaud: simplify header parsing
2012-01-24 Justin Rugglesaud: set pts_wrap_bits to 64.
2012-01-24 Justin Rugglescosmetics: indentation
2012-01-24 Justin Rugglesaud: support Westwood SND1 audio in AUD files.
2012-01-23 Justin Ruggleswestwood: split the AUD and VQA demuxers into separate...