Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-10-15pthread: prevent updating AVCodecContext from itself in frame_thread_freeRonald S. Bultje
2011-10-15pthread: copy coded frame dimensions in update_context_from_threadRonald S. Bultje
2011-07-11vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje
2011-07-11mt: proper locking around release_buffer calls.Ronald S. Bultje
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-04-09pthread: validate_thread_parameters() ignored slice-threading being intention...Alexander Strange
2011-04-05Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-02threads: allow thread count of zeroMans Rullgard
2011-03-01pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange
2011-02-09Deprecate avcodec_thread_init()Alexander Strange
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange
2010-03-15Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet
2010-03-08Make avcodec_thread_execute2() staticAndreas Öman
2010-01-21Always call avcodec_thread_init()Måns Rullgård
2009-10-12Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-16Avoid invasion of POSIX-reserved _t namespace.Diego Biurrun
2008-11-12Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik
2007-08-13Add attribute that forces alignment of stack to functions that need it.Ramiro Polla
2007-07-06set thread_opaque to NULL when freeing itBenoit Fouet
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-05-2710l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>)Michael Niedermayer
2004-05-18 * reimplementation using mutexes and condition variables.Roman Shaposhnik
2004-03-03count > thread_count for execute()Michael Niedermayer
2004-02-19w32threads by (Gildas Bazin <gbazin at altern dot org>)Michael Niedermayer
2004-02-13multithreaded/SMP motion estimationMichael Niedermayer