summaryrefslogtreecommitdiffstats
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* threads: always call thread_finish_setup for intra codecsJanne Grunau2013-04-221-2/+2
* hwaccel: fix use with frame based multithreadingJanne Grunau2013-03-261-0/+3
* pthread: unref already decoded frames when flushing the decoderHendrik Leppkes2013-03-191-0/+1
* pthread: unref the decoded but not returned frames on close.Anton Khirnov2013-03-111-0/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-84/+82
* pthread: avoid copying input packets when possible.Anton Khirnov2013-03-081-7/+13
* pthread: make ff_thread_release_buffer idempotent.Anton Khirnov2013-01-291-0/+3
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-3/+3
* pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov2012-09-251-0/+4
* pthread: add const to AVCodec pointersMans Rullgard2012-08-181-4/+4
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-141-1/+2
* pthread: warn on high thread countsSean McGovern2012-05-071-0/+5
* avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-211-1/+0
* pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis2012-04-121-2/+3
* pthread: Immediately release all frames in ff_thread_flush()Alexander Strange2012-03-241-3/+7
* pthread: free progress if buffer allocation failed.Ronald S. Bultje2012-03-241-0/+4
* lavc/avconv: support changing frame sizes in codecs with frame mt.Ronald S. Bultje2012-03-241-4/+0
* threads: fix old frames returned after avcodec_flush_buffers()Uoti Urpala2012-03-161-0/+3
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-041-1/+0
* lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-271-1/+1
* threads: update slice_count and slice_offset from user contextJanne Grunau2012-01-211-3/+21
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-1/+1
* win32: detect number of CPUs using affinityDaniel Verkamp2012-01-031-5/+6
* threads: limit the number of automatic threads to MAX_AUTO_THREADSJanne Grunau2012-01-011-5/+9
* threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-011-0/+3
* threads: add sysconf based number of CPUs detectionJanne Grunau2011-12-311-0/+7
* threads: always include necessary headers for number of CPUs detectionJanne Grunau2011-12-311-2/+4
* threads: test for sys/param.h and include it for sysctl on OpenBSDJanne Grunau2011-12-271-0/+3
* lavc: add format field to AVFrameStefano Sabatini2011-12-251-0/+1
* lavc: add width and height fields to AVFrameStefano Sabatini2011-12-251-0/+2
* lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-12-251-0/+1
* threads: check defines before using them in automatic thread detectionJanne Grunau2011-12-231-2/+2
* pthread: include sys/types.h before sys/sysctl.hJanne Grunau2011-12-231-1/+1
* bsd: use number of logical CPUs as automatic thread countJanne Grunau2011-12-221-0/+10
* windows: use number of CPUs as automatic thread countJanne Grunau2011-12-221-0/+6
* linux: use number of CPUs as automatic thread countJanne Grunau2011-12-221-0/+43
* pthreads: reset active_thread_type when slice thread_init returrns earlyJanne Grunau2011-12-221-1/+3
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-7/+0
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* pthread: don't increment index on zero-sized packets.Aaron Colwell2011-11-281-2/+1
* pthread: track thread existence in a separate variable.Cheng Sun2011-11-261-2/+4
* [PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.Cheng Sun2011-11-261-1/+2
* frame-mt: return consumed packet size in ff_thread_decode_frameJanne Grunau2011-11-251-2/+3
* pthread: do not touch has_b_framesJanne Grunau2011-11-221-3/+1
* pthread: add some malloc failure checksJustin Ruggles2011-11-211-0/+9
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-4/+12
* threads: restore has_b_frames in frame_thread_freeJanne Grunau2011-10-261-0/+1
* w32threads: support for frame multithreadingSteven Walters2011-10-161-2/+11
* pthread: prevent updating AVCodecContext from itself in frame_thread_freeRonald S. Bultje2011-10-151-1/+1
OpenPOWER on IntegriCloud