[FFmpeg-devel] [PATCH] avio: add avio_tell macro as a replacement for url_ftell

Ronald S. Bultje rsbultje
Fri Mar 4 17:27:13 CET 2011


Hi,

On Thu, Mar 3, 2011 at 2:11 PM, Anton Khirnov <anton at khirnov.net> wrote:
> ---
> ?ffmpeg.c ? ? ? ? ? ? ? ? ? ? | ? ?4 +-
> ?ffplay.c ? ? ? ? ? ? ? ? ? ? | ? ?2 +-
> ?libavformat/4xm.c ? ? ? ? ? ?| ? ?2 +-
> ?libavformat/aiffdec.c ? ? ? ?| ? ?6 ++--
> ?libavformat/aiffenc.c ? ? ? ?| ? ?8 ++--
> ?libavformat/amr.c ? ? ? ? ? ?| ? ?2 +-
> ?libavformat/anm.c ? ? ? ? ? ?| ? ?2 +-
> ?libavformat/asfdec.c ? ? ? ? | ? 36 ++++++++++----------
> ?libavformat/asfenc.c ? ? ? ? | ? 20 ++++++------
> ?libavformat/au.c ? ? ? ? ? ? | ? ?2 +-
> ?libavformat/avidec.c ? ? ? ? | ? 32 +++++++++---------
> ?libavformat/avienc.c ? ? ? ? | ? 16 ++++----
> ?libavformat/avio.h ? ? ? ? ? | ? ?3 +-
> ?libavformat/aviobuf.c ? ? ? ?| ? ?2 +-
> ?libavformat/avs.c ? ? ? ? ? ?| ? ?4 +-
> ?libavformat/bethsoftvid.c ? ?| ? ?2 +-
> ?libavformat/cafdec.c ? ? ? ? | ? 12 +++---
> ?libavformat/dv.c ? ? ? ? ? ? | ? ?4 +-
> ?libavformat/dxa.c ? ? ? ? ? ?| ? 14 ++++----
> ?libavformat/electronicarts.c | ? ?2 +-
> ?libavformat/ffmdec.c ? ? ? ? | ? 14 ++++----
> ?libavformat/ffmenc.c ? ? ? ? | ? ?4 +-
> ?libavformat/filmstripdec.c ? | ? ?2 +-
> ?libavformat/flacenc.c ? ? ? ?| ? ?2 +-
> ?libavformat/flic.c ? ? ? ? ? | ? ?4 +-
> ?libavformat/flvdec.c ? ? ? ? | ? 12 +++---
> ?libavformat/flvenc.c ? ? ? ? | ? 14 ++++----
> ?libavformat/gxf.c ? ? ? ? ? ?| ? ?6 ++--
> ?libavformat/gxfenc.c ? ? ? ? | ? 44 ++++++++++++------------
> ?libavformat/id3v2.c ? ? ? ? ?| ? ?4 +-
> ?libavformat/idroqdec.c ? ? ? | ? ?4 +-
> ?libavformat/iff.c ? ? ? ? ? ?| ? ?6 ++--
> ?libavformat/ingenientdec.c ? | ? ?2 +-
> ?libavformat/ipmovie.c ? ? ? ?| ? 10 +++---
> ?libavformat/iss.c ? ? ? ? ? ?| ? ?4 +-
> ?libavformat/libnut.c ? ? ? ? | ? ?2 +-
> ?libavformat/matroskadec.c ? ?| ? 16 ++++----
> ?libavformat/matroskaenc.c ? ?| ? 40 +++++++++++-----------
> ?libavformat/mmf.c ? ? ? ? ? ?| ? ?8 ++--
> ?libavformat/mov.c ? ? ? ? ? ?| ? 26 +++++++-------
> ?libavformat/movenc.c ? ? ? ? | ? 74 +++++++++++++++++++++---------------------
> ?libavformat/movenchint.c ? ? | ? ?8 ++--
> ?libavformat/mp3dec.c ? ? ? ? | ? ?2 +-
> ?libavformat/mp3enc.c ? ? ? ? | ? ?4 +-
> ?libavformat/mpc.c ? ? ? ? ? ?| ? ?4 +-
> ?libavformat/mpc8.c ? ? ? ? ? | ? 16 ++++----
> ?libavformat/mpeg.c ? ? ? ? ? | ? 10 +++---
> ?libavformat/mpegts.c ? ? ? ? | ? 14 ++++----
> ?libavformat/mpegtsenc.c ? ? ?| ? ?2 +-
> ?libavformat/mtv.c ? ? ? ? ? ?| ? ?2 +-
> ?libavformat/mxfdec.c ? ? ? ? | ? 12 +++---
> ?libavformat/mxfenc.c ? ? ? ? | ? 20 ++++++------
> ?libavformat/nsvdec.c ? ? ? ? | ? ?8 ++--
> ?libavformat/nutdec.c ? ? ? ? | ? 32 +++++++++---------
> ?libavformat/nutenc.c ? ? ? ? | ? ?6 ++--
> ?libavformat/nuv.c ? ? ? ? ? ?| ? ?2 +-
> ?libavformat/oggdec.c ? ? ? ? | ? ?6 ++--
> ?libavformat/oggenc.c ? ? ? ? | ? ?4 +-
> ?libavformat/psxstr.c ? ? ? ? | ? ?2 +-
> ?libavformat/pva.c ? ? ? ? ? ?| ? ?4 +-
> ?libavformat/qcp.c ? ? ? ? ? ?| ? ?2 +-
> ?libavformat/r3d.c ? ? ? ? ? ?| ? 12 +++---
> ?libavformat/rawdec.c ? ? ? ? | ? ?2 +-
> ?libavformat/rdt.c ? ? ? ? ? ?| ? ?2 +-
> ?libavformat/riff.c ? ? ? ? ? | ? ?4 +-
> ?libavformat/rmdec.c ? ? ? ? ?| ? 24 +++++++-------
> ?libavformat/rsoenc.c ? ? ? ? | ? ?2 +-
> ?libavformat/rtpdec_asf.c ? ? | ? 12 +++---
> ?libavformat/rtpdec_qt.c ? ? ?| ? 14 ++++----
> ?libavformat/seek.c ? ? ? ? ? | ? ?2 +-
> ?libavformat/segafilm.c ? ? ? | ? ?4 +-
> ?libavformat/sierravmd.c ? ? ?| ? ?2 +-
> ?libavformat/smacker.c ? ? ? ?| ? ?8 ++--
> ?libavformat/soxenc.c ? ? ? ? | ? ?2 +-
> ?libavformat/spdifdec.c ? ? ? | ? ?2 +-
> ?libavformat/srtdec.c ? ? ? ? | ? ?2 +-
> ?libavformat/swfdec.c ? ? ? ? | ? ?2 +-
> ?libavformat/swfenc.c ? ? ? ? | ? 10 +++---
> ?libavformat/tta.c ? ? ? ? ? ?| ? ?6 ++--
> ?libavformat/tty.c ? ? ? ? ? ?| ? ?2 +-
> ?libavformat/utils.c ? ? ? ? ?| ? ?6 ++--
> ?libavformat/vocdec.c ? ? ? ? | ? ?2 +-
> ?libavformat/vqf.c ? ? ? ? ? ?| ? ?2 +-
> ?libavformat/wav.c ? ? ? ? ? ?| ? 10 +++---
> ?libavformat/wtv.c ? ? ? ? ? ?| ? ?4 +-
> ?libavformat/wv.c ? ? ? ? ? ? | ? 10 +++---
> ?libavformat/yop.c ? ? ? ? ? ?| ? ?2 +-
> ?87 files changed, 392 insertions(+), 391 deletions(-)

Queued.

Ronald



More information about the ffmpeg-devel mailing list