This patch set is for Westwood AUD and VQA demuxers. My basic motivation
was to fix timestamps, but I also ran into a few other things that needed
fixing or implementing.

Thanks,
Justin


Justin Ruggles (14):
  vqa: set stream start_time to 0.
  vqa: use 1/sample_rate as the audio stream time base
  vqa: set packet duration.
  vqa: set time base to frame rate as coded in the header.
  vqa: clean up audio header parsing
  vqa: remove unused context fields, audio_samplerate and audio_bits
  avcodec: add a new codec_id for CRYO APC IMA ADPCM.
  adpcm_ima_ws: fix stereo decoding
  aud: support Westwood SND1 audio in AUD files.
  cosmetics: indentation
  aud: set pts_wrap_bits to 64.
  aud: simplify header parsing
  aud: fix time stamp calculation for ADPCM IMA WS
  aud: remove unneeded field, audio_stream_index from context

 libavcodec/Makefile        |    1 +
 libavcodec/adpcm.c         |   37 ++++++++++++++++-
 libavcodec/allcodecs.c     |    1 +
 libavcodec/avcodec.h       |    1 +
 libavcodec/utils.c         |    1 +
 libavcodec/version.h       |    2 +-
 libavformat/westwood_aud.c |   94 ++++++++++++++++++++++++--------------------
 libavformat/westwood_vqa.c |   68 +++++++++++++++++++------------
 libavformat/yop.c          |    2 +-
 9 files changed, 133 insertions(+), 74 deletions(-)

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to