assisting Anton with The Evil Plan...
Justin Ruggles (59):
8svx: decode directly to the user-provided AVFrame
aac: decode directly to the user-provided AVFrame
ac3: decode directly to the user-provided AVFrame
adpcm: decode directly to the user-provided AVFrame
adx: decode directly to the user-provided AVFrame
adxenc: alloc/free coded_frame instead of keeping it in the
ADXContext
alac: decode directly to the user-provided AVFrame
als: decode directly to the user-provided AVFrame
amrnb: decode directly to the user-provided AVFrame
amrwb: decode directly to the user-provided AVFrame
ape: decode directly to the user-provided AVFrame
atrac1: decode directly to the user-provided AVFrame
atrac3: decode directly to the user-provided AVFrame
binkaudio: decode directly to the user-provided AVFrame
pcm: decode directly to the user-provided AVFrame
bmvaudio: decode directly to the user-provided AVFrame
comfortnoise: decode directly to the user-provided AVFrame
cook: decode directly to the user-provided AVFrame
dca: decode directly to the user-provided AVFrame
cinaudio: decode directly to the user-provided AVFrame
flac: decode directly to the user-provided AVFrame
g722: decode directly to the user-provided AVFrame
g723.1: decode directly to the user-provided AVFrame
g726: decode directly to the user-provided AVFrame
gsm: decode directly to the user-provided AVFrame
imc/iac: decode directly to the user-provided AVFrame
dpcm: decode directly to the user-provided AVFrame
libilbc: decode directly to the user-provided AVFrame
libgsm: decode directly to the user-provided AVFrame
libopencore-amr: decode directly to the user-provided AVFrame
libopus: decode directly to the user-provided AVFrame
libspeex: decode directly to the user-provided AVFrame
mace: decode directly to the user-provided AVFrame
mlp/truehd: decode directly to the user-provided AVFrame
mpegaudio: decode directly to the user-provided AVFrame
mpc7/8: decode directly to the user-provided AVFrame
nellymoser: decode directly to the user-provided AVFrame
pcm-bluray: decode directly to the user-provided AVFrame
qcelp: decode directly to the user-provided AVFrame
qdm2: decode directly to the user-provided AVFrame
ralf: decode directly to the user-provided AVFrame
ra144: decode directly to the user-provided AVFrame
ra288: decode directly to the user-provided AVFrame
s302m: decode directly to the user-provided AVFrame
shorten: decode directly to the user-provided AVFrame
sipr: decode directly to the user-provided AVFrame
smackaud: decode directly to the user-provided AVFrame
tak: decode directly to the user-provided AVFrame
truespeech: decode directly to the user-provided AVFrame
tta: decode directly to the user-provided AVFrame
twinvq: decode directly to the user-provided AVFrame
vmdaudio: decode directly to the user-provided AVFrame
vorbis: decode directly to the user-provided AVFrame
wavpack: decode directly to the user-provided AVFrame
wmapro: decode directly to the user-provided AVFrame
wma: decode directly to the user-provided AVFrame
wmaenc: alloc/free coded_frame instead of keeping it in the
WMACodecContext
wmavoice: decode directly to the user-provided AVFrame
ws-snd1: decode directly to the user-provided AVFrame
libavcodec/8svx.c | 16 ++++-------
libavcodec/aac.h | 2 +-
libavcodec/aacdec.c | 17 +++++-------
libavcodec/ac3dec.c | 13 ++++------
libavcodec/ac3dec.h | 1 -
libavcodec/adpcm.c | 22 +++++++----------
libavcodec/adx.h | 1 -
libavcodec/adxdec.c | 13 ++++------
libavcodec/adxenc.c | 15 ++++++++++-
libavcodec/alac.c | 20 ++++++---------
libavcodec/alsdec.c | 23 +++++++----------
libavcodec/amrnbdec.c | 14 ++++-------
libavcodec/amrwbdec.c | 14 ++++-------
libavcodec/apedec.c | 18 +++++--------
libavcodec/atrac1.c | 14 ++++-------
libavcodec/atrac3.c | 14 ++++-------
libavcodec/binkaudio.c | 16 ++++-------
libavcodec/bmv.c | 21 ++++------------
libavcodec/cngdec.c | 14 ++++-------
libavcodec/cook.c | 14 ++++-------
libavcodec/dcadec.c | 18 +++++--------
libavcodec/dpcm.c | 16 ++++-------
libavcodec/dsicinav.c | 14 ++++-------
libavcodec/flacdec.c | 14 ++++-------
libavcodec/g722.h | 1 -
libavcodec/g722dec.c | 13 ++++------
libavcodec/g723_1.c | 16 ++++-------
libavcodec/g726.c | 14 ++++-------
libavcodec/gsmdec.c | 16 ++++--------
libavcodec/gsmdec_data.h | 1 -
libavcodec/imc.c | 19 +++++---------
libavcodec/libgsm.c | 14 ++++-------
libavcodec/libilbc.c | 13 ++++------
libavcodec/libopencore-amr.c | 28 +++++++-------------
libavcodec/libopusdec.c | 25 +++++++++----------
libavcodec/libspeexdec.c | 14 ++++-------
libavcodec/mace.c | 16 ++++--------
libavcodec/mlpdec.c | 17 ++++--------
libavcodec/mpc.h | 1 -
libavcodec/mpc7.c | 13 ++++------
libavcodec/mpc8.c | 13 ++++------
libavcodec/mpegaudiodec.c | 55 +++++++++++++++++++----------------------
libavcodec/nellymoserdec.c | 14 ++++-------
libavcodec/pcm-mpeg.c | 29 ++++-----------------
libavcodec/pcm.c | 20 ++++++---------
libavcodec/qcelpdec.c | 14 ++++-------
libavcodec/qdm2.c | 15 ++++-------
libavcodec/ra144.h | 1 -
libavcodec/ra144dec.c | 13 ++++------
libavcodec/ra288.c | 14 ++++-------
libavcodec/ralf.c | 19 +++++---------
libavcodec/s302m.c | 34 ++++++-------------------
libavcodec/shorten.c | 14 ++++-------
libavcodec/sipr.c | 15 ++++-------
libavcodec/sipr.h | 1 -
libavcodec/smacker.c | 23 ++++-------------
libavcodec/takdec.c | 19 ++++++--------
libavcodec/truespeech.c | 14 ++++-------
libavcodec/tta.c | 20 ++++++---------
libavcodec/twinvq.c | 14 ++++-------
libavcodec/vmdav.c | 17 +++++-------
libavcodec/vorbisdec.c | 18 +++++--------
libavcodec/wavpack.c | 14 +++-------
libavcodec/wma.c | 5 ++++
libavcodec/wma.h | 1 -
libavcodec/wmadec.c | 13 ++++------
libavcodec/wmaenc.c | 10 ++++----
libavcodec/wmaprodec.c | 21 +++++----------
libavcodec/wmavoice.c | 21 ++++++----------
libavcodec/ws-snd1.c | 26 +++++--------------
70 files changed, 398 insertions(+), 674 deletions(-)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel