[FFmpeg-devel] [PATCH 2/2] avio: avio: avio_ prefixes for put_* functions

Ronald S. Bultje rsbultje
Mon Feb 21 20:59:15 CET 2011


Hi,

On Mon, Feb 21, 2011 at 1:28 PM, Anton Khirnov <anton at khirnov.net> wrote:
> In the name of consistency:
> put_byte ? ? ? ? ? -> avio_w8
> put_<type> ? ? ? ? -> avio_w<type>
> put_buffer ? ? ? ? -> avio_write
>
> put_nbyte will be made private
> put_tag will be merged with avio_put_str
> ---
> ?ffserver.c ? ? ? ? ? ? ? ? ? | ? ?6 +-
> ?libavformat/a64.c ? ? ? ? ? ?| ? 12 +-
> ?libavformat/adtsenc.c ? ? ? ?| ? ?6 +-
> ?libavformat/aiffenc.c ? ? ? ?| ? 36 +-
> ?libavformat/amr.c ? ? ? ? ? ?| ? ?2 +-
> ?libavformat/asfenc.c ? ? ? ? | ?180 +++++-----
> ?libavformat/assenc.c ? ? ? ? | ? ?6 +-
> ?libavformat/au.c ? ? ? ? ? ? | ? 14 +-
> ?libavformat/avc.c ? ? ? ? ? ?| ? 30 +-
> ?libavformat/avienc.c ? ? ? ? | ?188 +++++-----
> ?libavformat/avio.h ? ? ? ? ? | ? 31 +-
> ?libavformat/aviobuf.c ? ? ? ?| ?102 +++--
> ?libavformat/crcenc.c ? ? ? ? | ? ?2 +-
> ?libavformat/daud.c ? ? ? ? ? | ? ?6 +-
> ?libavformat/dvenc.c ? ? ? ? ?| ? ?2 +-
> ?libavformat/ffmenc.c ? ? ? ? | ?140 ++++----
> ?libavformat/ffmetaenc.c ? ? ?| ? 16 +-
> ?libavformat/filmstripenc.c ? | ? 20 +-
> ?libavformat/flacenc.c ? ? ? ?| ? 12 +-
> ?libavformat/flacenc_header.c | ? ?4 +-
> ?libavformat/flvenc.c ? ? ? ? | ?124 +++---
> ?libavformat/framecrcenc.c ? ?| ? ?2 +-
> ?libavformat/gif.c ? ? ? ? ? ?| ? 70 ++--
> ?libavformat/gxfenc.c ? ? ? ? | ?322 ++++++++--------
> ?libavformat/idroqenc.c ? ? ? | ? ?2 +-
> ?libavformat/img2.c ? ? ? ? ? | ? 18 +-
> ?libavformat/ivfenc.c ? ? ? ? | ? 24 +-
> ?libavformat/libnut.c ? ? ? ? | ? ?2 +-
> ?libavformat/matroskadec.c ? ?| ? 12 +-
> ?libavformat/matroskaenc.c ? ?| ? 46 ++--
> ?libavformat/md5enc.c ? ? ? ? | ? ?2 +-
> ?libavformat/mmf.c ? ? ? ? ? ?| ? 50 ++--
> ?libavformat/movenc.c ? ? ? ? | ?880 +++++++++++++++++++++---------------------
> ?libavformat/movenchint.c ? ? | ? 40 +-
> ?libavformat/mp3enc.c ? ? ? ? | ? 30 +-
> ?libavformat/mpegenc.c ? ? ? ?| ? 82 ++--
> ?libavformat/mpegtsenc.c ? ? ?| ? ?8 +-
> ?libavformat/mpjpeg.c ? ? ? ? | ? ?8 +-
> ?libavformat/mxfenc.c ? ? ? ? | ?332 ++++++++--------
> ?libavformat/nutenc.c ? ? ? ? | ? 32 +-
> ?libavformat/oggenc.c ? ? ? ? | ? 22 +-
> ?libavformat/rawenc.c ? ? ? ? | ? ?2 +-
> ?libavformat/riff.c ? ? ? ? ? | ? 64 ++--
> ?libavformat/rmenc.c ? ? ? ? ?| ?192 +++++-----
> ?libavformat/rsoenc.c ? ? ? ? | ? 12 +-
> ?libavformat/rtpdec.c ? ? ? ? | ? 58 ++--
> ?libavformat/rtpdec_asf.c ? ? | ? ?2 +-
> ?libavformat/rtpdec_latm.c ? ?| ? ?2 +-
> ?libavformat/rtpdec_svq3.c ? ?| ? ?2 +-
> ?libavformat/rtpdec_vp8.c ? ? | ? ?2 +-
> ?libavformat/rtpdec_xiph.c ? ?| ? ?4 +-
> ?libavformat/rtpenc.c ? ? ? ? | ? 30 +-
> ?libavformat/soxenc.c ? ? ? ? | ? 30 +-
> ?libavformat/spdifenc.c ? ? ? | ? ?8 +-
> ?libavformat/swfenc.c ? ? ? ? | ?108 +++---
> ?libavformat/vc1testenc.c ? ? | ? 32 +-
> ?libavformat/vocenc.c ? ? ? ? | ? 48 ++--
> ?libavformat/wav.c ? ? ? ? ? ?| ? 10 +-
> ?libavformat/yuv4mpeg.c ? ? ? | ? 10 +-
> ?59 files changed, 1787 insertions(+), 1752 deletions(-)

Queued with minor indentation changes here and there to align comments.

Ronald



More information about the ffmpeg-devel mailing list