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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-21threads: update slice_count and slice_offset from user contextJanne Grunau
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-03win32: detect number of CPUs using affinityDaniel Verkamp
2012-01-02threads: limit the number of automatic threads to MAX_AUTO_THREADSJanne Grunau
2012-01-01threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau
2011-12-31threads: add sysconf based number of CPUs detectionJanne Grunau
2011-12-31threads: always include necessary headers for number of CPUs detectionJanne Grunau
2011-12-27threads: test for sys/param.h and include it for sysctl on OpenBSDJanne Grunau
2011-12-25lavc: add format field to AVFrameStefano Sabatini
2011-12-25lavc: add width and height fields to AVFrameStefano Sabatini
2011-12-25lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-12-23threads: check defines before using them in automatic thread detectionJanne Grunau
2011-12-23pthread: include sys/types.h before sys/sysctl.hJanne Grunau
2011-12-23bsd: use number of logical CPUs as automatic thread countJanne Grunau
2011-12-23windows: use number of CPUs as automatic thread countJanne Grunau
2011-12-23linux: use number of CPUs as automatic thread countJanne Grunau
2011-12-23pthreads: reset active_thread_type when slice thread_init returrns earlyJanne Grunau
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-11-29pthread: don't increment index on zero-sized packets.Aaron Colwell
2011-11-27pthread: track thread existence in a separate variable.Cheng Sun
2011-11-26[PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.Cheng Sun
2011-11-25frame-mt: return consumed packet size in ff_thread_decode_frameJanne Grunau
2011-11-22pthread: do not touch has_b_framesJanne Grunau
2011-11-21pthread: add some malloc failure checksJustin Ruggles
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-10-26threads: restore has_b_frames in frame_thread_freeJanne Grunau
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