Quoting Vittorio Giovara (2015-03-16 09:57:36)
> ---
>  libavcodec/aacdec.c                |   8 +--
>  libavcodec/ac3enc.c                |  62 ++++++++---------
>  libavcodec/alsdec.c                |  36 +++++-----
>  libavcodec/audio_frame_queue.c     |   8 +--
>  libavcodec/bitstream.c             |  11 +--
>  libavcodec/cook.c                  |   8 +--
>  libavcodec/dcadec.c                |  10 +--
>  libavcodec/dnxhddec.c              |  10 +--
>  libavcodec/dnxhdenc.c              |   8 +--
>  libavcodec/dvbsub_parser.c         |  15 ++--
>  libavcodec/dvbsubdec.c             |  43 ++++++------
>  libavcodec/dvdec.c                 |  12 ++--
>  libavcodec/dvdsubdec.c             |  16 ++---
>  libavcodec/escape130.c             |   2 +-
>  libavcodec/ffv1dec.c               |   6 +-
>  libavcodec/ffv1enc.c               |   4 +-
>  libavcodec/flashsv.c               |   2 +-
>  libavcodec/flashsvenc.c            |   4 +-
>  libavcodec/flicvideo.c             |   2 +-
>  libavcodec/get_bits.h              |   5 --
>  libavcodec/gifdec.c                |  12 ++--
>  libavcodec/h261dec.c               |   4 +-
>  libavcodec/h263dec.c               |   2 +-
>  libavcodec/h264.c                  |   2 +-
>  libavcodec/h264.h                  |   3 +-
>  libavcodec/h264_cabac.c            |  12 ++--
>  libavcodec/h264_cavlc.c            |  14 ++--
>  libavcodec/h264_loopfilter.c       |  12 ++--
>  libavcodec/h264_mvpred.h           |  18 ++---
>  libavcodec/h264_refs.c             |   4 +-
>  libavcodec/h264_slice.c            |   6 +-
>  libavcodec/imc.c                   |   2 +-
>  libavcodec/indeo3.c                |   2 +-
>  libavcodec/indeo4.c                |   7 +-
>  libavcodec/internal.h              |  13 ++++
>  libavcodec/interplayvideo.c        |  12 ++--
>  libavcodec/ituh263dec.c            |   9 +--
>  libavcodec/ivi_common.c            |   4 +-
>  libavcodec/jpegls.c                |   3 +-
>  libavcodec/jpeglsdec.c             |   6 +-
>  libavcodec/libmp3lame.c            |   4 +-
>  libavcodec/libopencore-amr.c       |   6 +-
>  libavcodec/mjpegdec.c              |  10 +--
>  libavcodec/motion_est.c            |   5 +-
>  libavcodec/mpeg12dec.c             |  48 ++++++-------
>  libavcodec/mpegaudiodec_template.c |  20 +++---
>  libavcodec/mpegaudiodecheader.c    |  12 ++--
>  libavcodec/mpegaudioenc.c          |   8 +--
>  libavcodec/mpegvideo.c             |   2 +-
>  libavcodec/mpegvideo_enc.c         |   6 +-
>  libavcodec/mpegvideo_parser.c      |   2 +-
>  libavcodec/msmpeg4dec.c            |  11 +--
>  libavcodec/msmpeg4enc.c            |   3 +-
>  libavcodec/parser.c                |   9 +--
>  libavcodec/pcm-bluray.c            |   6 +-
>  libavcodec/pcm-dvd.c               |   4 +-
>  libavcodec/pgssubdec.c             |  18 ++---
>  libavcodec/pngdec.c                |   6 +-
>  libavcodec/ratecontrol.c           |  11 +--
>  libavcodec/rv10.c                  |  10 +--
>  libavcodec/svq1dec.c               |  14 ++--
>  libavcodec/vaapi.c                 |   2 +-
>  libavcodec/vaapi_h264.c            |   6 +-
>  libavcodec/vaapi_mpeg2.c           |   4 +-
>  libavcodec/vaapi_mpeg4.c           |   4 +-
>  libavcodec/vaapi_vc1.c             |   4 +-
>  libavcodec/vc1.c                   |   2 +-
>  libavcodec/vc1dec.c                |   2 +-
>  libavcodec/vorbisdec.c             | 136 
> ++++++++++++++++++-------------------
>  libavcodec/vp3.c                   |   2 +-
>  libavcodec/vqavideo.c              |  12 ++--
>  libavcodec/wma.c                   |  21 +++---
>  libavcodec/wmadec.c                |  22 +++---
>  libavcodec/wmalosslessdec.c        |  14 ++--
>  libavcodec/wmaprodec.c             |  32 ++++-----
>  libavcodec/wmv2dec.c               |   7 +-
>  76 files changed, 463 insertions(+), 441 deletions(-)

I'm not objecting to the patch, but it still doesn't solve anything in
lavc, since the problem of untested cruft remains. Most of those aren't
performance critical, and/or could be put under and if(avctx->debug &
something).

Not insisting you have to do it right now, but something to think of in
the future.

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

Reply via email to