[FFmpeg-devel] [PATCH 1/3] Frame-based multithreading framework using pthreads

Ronald S. Bultje rsbultje
Wed Feb 9 13:55:27 CET 2011


Hi,

On Mon, Feb 7, 2011 at 9:15 PM, Alexander Strange <astrange at ithinksw.com> wrote:
> See doc/multithreading.txt for details on use in codecs.
> ---
> ?doc/APIchanges ? ? ? ? | ? ?5 +
> ?doc/multithreading.txt | ? 65 +++++
> ?ffplay.c ? ? ? ? ? ? ? | ? ?1 +
> ?libavcodec/avcodec.h ? | ? 87 ++++++-
> ?libavcodec/options.c ? | ? ?4 +
> ?libavcodec/pthread.c ? | ?722 +++++++++++++++++++++++++++++++++++++++++++++++-
> ?libavcodec/thread.h ? ?| ?111 ++++++++
> ?libavcodec/utils.c ? ? | ? 60 ++++-
> ?libavcodec/w32thread.c | ? ?6 +
> ?libavformat/utils.c ? ?| ? ?6 +
> ?libavutil/internal.h ? | ? 11 +
> ?11 files changed, 1067 insertions(+), 11 deletions(-)
> ?create mode 100644 doc/multithreading.txt
> ?create mode 100644 libavcodec/thread.h

Nice work - queued. I agree with Reimar there's some issues left, but
believe they're independent of this patch itself.

Ronald



More information about the ffmpeg-devel mailing list