Made some minor changes to comments and included all patches this time.

Justin Ruggles (57):
  avcodec: change AVFrame.data[4]/base[4] to [8] at next major bump.
  Add avcodec_decode_audio4().
  pcmdec: implement new audio decoding API
  8svx: implement new audio decoding API
  adpcm: implement new audio decoding API
  aac: implement new audio decoding API
  ac3/eac3: implement new audio decoding API
  adx: implement new audio decoding API
  alac: implement new audio decoding API
  als: implement new audio decoding API
  amrnb: implement new audio decoding API
  amrwb: implement new audio decoding API
  ape: implement new audio decoding API
  atrac1: implement new audio decoding API
  atrac3: implement new audio decoding API
  binkaudio: implement new audio decoding API
  cook: implement new audio decoding API
  dca: implement new audio decoding API
  cin audio: implement new audio decoding API
  flac: implement new audio decoding API
  g722: implement new audio decoding API
  g726: implement new audio decoding API
  gsm: implement new audio decoding API
  imc: implement new audio decoding API
  dpcm: implement new audio decoding API
  vmdaudio: implement new audio decoding API
  ws_snd: implement new audio decoding API
  libgsm: implement new audio decoding API
  mace: implement new audio decoding API
  mlp/truehd: implement new audio decoding API
  libopencore-amr: implement new audio decoding API
  mpc7: implement new audio decoding API
  mpc8: implement new audio decoding API
  nellymoser: implement new audio decoding API
  mpegaudio: implement new audio decoding API
  qcelp: implement new audio decoding API
  qdm2: implement new audio decoding API
  ra144: implement new audio decoding API
  ra288: implement new audio decoding API
  s302m: implement new audio decoding API
  shorten: implement new audio decoding API
  sipr: implement new audio decoding API
  smacker: implement new audio decoding API
  libspeex: implement new audio decoding API
  truespeech: implement new audio decoding API
  tta: implement new audio decoding API
  twinvq: implement new audio decoding API
  vorbis: implement new audio decoding API
  wma: implement new audio decoding API
  wmapro: implement new audio decoding API
  wmavoice: implement new audio decoding API
  wavpack: implement new audio decoding API
  avconv: use avcodec_decode_audio4() instead of
    avcodec_decode_audio3()
  avformat: use avcodec_decode_audio4() in avformat_find_stream_info()
  avplay: use a separate buffer for playing silence
  avplay: use avcodec_decode_audio4()
  api-example: update to use avcodec_decode_audio4()

 avconv.c                        |   55 +++++-----
 avplay.c                        |   47 +++++----
 doc/APIchanges                  |   11 ++
 libavcodec/8svx.c               |   38 ++++---
 libavcodec/aac.h                |    1 +
 libavcodec/aacdec.c             |   50 +++++----
 libavcodec/ac3dec.c             |   32 ++++--
 libavcodec/ac3dec.h             |    1 +
 libavcodec/adpcm.c              |   42 +++++---
 libavcodec/adx.h                |    1 +
 libavcodec/adxdec.c             |   41 +++++---
 libavcodec/alac.c               |   46 +++++---
 libavcodec/alsdec.c             |   43 ++++----
 libavcodec/amrnbdec.c           |   25 ++++-
 libavcodec/amrwbdec.c           |   27 ++++--
 libavcodec/apedec.c             |   38 ++++---
 libavcodec/api-example.c        |   18 ++--
 libavcodec/atrac1.c             |   26 +++--
 libavcodec/atrac3.c             |   34 ++++---
 libavcodec/avcodec.h            |  136 +++++++++++++++++++++---
 libavcodec/binkaudio.c          |   34 ++++---
 libavcodec/cook.c               |   35 ++++--
 libavcodec/dca.c                |   33 ++++--
 libavcodec/dpcm.c               |   28 ++++--
 libavcodec/dsicinav.c           |   30 +++--
 libavcodec/flacdec.c            |   37 ++++---
 libavcodec/g722.h               |    2 +
 libavcodec/g722dec.c            |   25 +++--
 libavcodec/g726.c               |   29 ++++--
 libavcodec/gsmdec.c             |   32 ++++--
 libavcodec/gsmdec_data.h        |    2 +
 libavcodec/imc.c                |   29 ++++--
 libavcodec/internal.h           |    3 +
 libavcodec/libgsm.c             |   58 +++++++---
 libavcodec/libopencore-amr.c    |   53 ++++++---
 libavcodec/libspeexdec.c        |   36 ++++---
 libavcodec/mace.c               |   33 ++++--
 libavcodec/mlpdec.c             |   39 +++++---
 libavcodec/mpc.h                |    1 +
 libavcodec/mpc7.c               |   29 +++--
 libavcodec/mpc8.c               |   27 +++--
 libavcodec/mpegaudiodec.c       |   86 ++++++++++------
 libavcodec/mpegaudiodec_float.c |   17 +++-
 libavcodec/nellymoserdec.c      |   37 +++++--
 libavcodec/pcm.c                |   42 +++++---
 libavcodec/qcelpdec.c           |   26 +++--
 libavcodec/qdm2.c               |   32 +++---
 libavcodec/ra144.h              |    1 +
 libavcodec/ra144dec.c           |   31 ++++--
 libavcodec/ra288.c              |   27 +++--
 libavcodec/s302m.c              |   47 ++++++--
 libavcodec/shorten.c            |   45 +++++----
 libavcodec/sipr.c               |   34 ++++---
 libavcodec/smacker.c            |   41 ++++++--
 libavcodec/truespeech.c         |   29 +++--
 libavcodec/tta.c                |   28 +++--
 libavcodec/twinvq.c             |   28 +++--
 libavcodec/utils.c              |  227 +++++++++++++++++++++++++++++++++++----
 libavcodec/version.h            |    9 ++-
 libavcodec/vmdav.c              |   35 ++++--
 libavcodec/vorbisdec.c          |   33 ++++---
 libavcodec/wavpack.c            |  116 ++++++++------------
 libavcodec/wma.c                |    1 -
 libavcodec/wma.h                |    1 +
 libavcodec/wmadec.c             |   30 +++--
 libavcodec/wmaprodec.c          |   63 ++++++-----
 libavcodec/wmavoice.c           |   46 +++++----
 libavcodec/ws-snd1.c            |   38 +++++--
 libavformat/utils.c             |   31 +++---
 69 files changed, 1650 insertions(+), 838 deletions(-)

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

Reply via email to