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
2013-11-04lavc: split slice and frame threading functions into separate filesAnton Khirnov
2013-11-04pthread: drop avcodec_ prefixes from static functionsAnton Khirnov
2013-10-31lavc: deprecate AVCodecContext.debug_mvAnton Khirnov
2013-10-21pthread: Avoid spurious wakeupsBen Jackson
2013-10-13pthread: Fix deadlock during thread initializationDerek Buitenhuis
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-17pthread: Rename thread_init to avoid symbol collisionSean McGovern
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2013-05-24w32pthreads: move from lavc to compat/Anton Khirnov
2013-05-17pthread: reindentAnton Khirnov
2013-05-17lavc/pthread: remove obsolete checksAnton Khirnov
2013-04-22threads: always call thread_finish_setup for intra codecsJanne Grunau
2013-03-26hwaccel: fix use with frame based multithreadingJanne Grunau
2013-03-19pthread: unref already decoded frames when flushing the decoderHendrik Leppkes
2013-03-11pthread: unref the decoded but not returned frames on close.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-08pthread: avoid copying input packets when possible.Anton Khirnov
2013-01-29pthread: make ff_thread_release_buffer idempotent.Anton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-09-25pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov
2012-08-18pthread: add const to AVCodec pointersMans Rullgard
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-15Avoid C99 variable declarations within for statements.Diego Biurrun
2012-05-07pthread: warn on high thread countsSean McGovern
2012-04-21avcodec: remove AVCodecContext.dsp_maskMans Rullgard
2012-04-13pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis
2012-03-25pthread: Immediately release all frames in ff_thread_flush()Alexander Strange
2012-03-25pthread: free progress if buffer allocation failed.Ronald S. Bultje
2012-03-25lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje
2012-03-17threads: fix old frames returned after avcodec_flush_buffers()Uoti Urpala
2012-03-05lavc: deprecate AVCodecContext.sub_id.Anton Khirnov
2012-02-27lavc: reorder AVCodecContext fields.Anton Khirnov
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