summaryrefslogtreecommitdiff
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: split slice and frame threading functions into separate filesAnton Khirnov2013-11-04
* pthread: drop avcodec_ prefixes from static functionsAnton Khirnov2013-11-04
* lavc: deprecate AVCodecContext.debug_mvAnton Khirnov2013-10-31
* pthread: Avoid spurious wakeupsBen Jackson2013-10-21
* pthread: Fix deadlock during thread initializationDerek Buitenhuis2013-10-13
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* pthread: Rename thread_init to avoid symbol collisionSean McGovern2013-07-17
* Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-24
* w32pthreads: move from lavc to compat/Anton Khirnov2013-05-24
* pthread: reindentAnton Khirnov2013-05-17
* lavc/pthread: remove obsolete checksAnton Khirnov2013-05-17
* threads: always call thread_finish_setup for intra codecsJanne Grunau2013-04-22
* hwaccel: fix use with frame based multithreadingJanne Grunau2013-03-26
* pthread: unref already decoded frames when flushing the decoderHendrik Leppkes2013-03-19
* pthread: unref the decoded but not returned frames on close.Anton Khirnov2013-03-11
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* pthread: avoid copying input packets when possible.Anton Khirnov2013-03-08
* pthread: make ff_thread_release_buffer idempotent.Anton Khirnov2013-01-29
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov2012-09-25
* pthread: add const to AVCodec pointersMans Rullgard2012-08-18
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-14
* pthread: warn on high thread countsSean McGovern2012-05-07
* avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-21
* pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis2012-04-12
* pthread: Immediately release all frames in ff_thread_flush()Alexander Strange2012-03-24
* pthread: free progress if buffer allocation failed.Ronald S. Bultje2012-03-24
* lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-24
* threads: fix old frames returned after avcodec_flush_buffers()Uoti Urpala2012-03-16
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-04
* lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-27
* threads: update slice_count and slice_offset from user contextJanne Grunau2012-01-21
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07
* win32: detect number of CPUs using affinityDaniel Verkamp2012-01-03
* threads: limit the number of automatic threads to MAX_AUTO_THREADSJanne Grunau2012-01-01
* threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-01
* threads: add sysconf based number of CPUs detectionJanne Grunau2011-12-31
* threads: always include necessary headers for number of CPUs detectionJanne Grunau2011-12-31
* threads: test for sys/param.h and include it for sysctl on OpenBSDJanne Grunau2011-12-27
* lavc: add format field to AVFrameStefano Sabatini2011-12-25
* lavc: add width and height fields to AVFrameStefano Sabatini2011-12-25
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-25
* threads: check defines before using them in automatic thread detectionJanne Grunau2011-12-23
* pthread: include sys/types.h before sys/sysctl.hJanne Grunau2011-12-23
* bsd: use number of logical CPUs as automatic thread countJanne Grunau2011-12-22
* windows: use number of CPUs as automatic thread countJanne Grunau2011-12-22
* linux: use number of CPUs as automatic thread countJanne Grunau2011-12-22