summaryrefslogtreecommitdiff
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAge
* 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
* pthreads: reset active_thread_type when slice thread_init returrns earlyJanne Grunau2011-12-22
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-18
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* pthread: don't increment index on zero-sized packets.Aaron Colwell2011-11-28
* pthread: track thread existence in a separate variable.Cheng Sun2011-11-26
* [PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.Cheng Sun2011-11-26
* frame-mt: return consumed packet size in ff_thread_decode_frameJanne Grunau2011-11-25
* pthread: do not touch has_b_framesJanne Grunau2011-11-22
* pthread: add some malloc failure checksJustin Ruggles2011-11-21
* avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-19
* threads: restore has_b_frames in frame_thread_freeJanne Grunau2011-10-26
* w32threads: support for frame multithreadingSteven Walters2011-10-16
* pthread: prevent updating AVCodecContext from itself in frame_thread_freeRonald S. Bultje2011-10-15
* pthread: copy coded frame dimensions in update_context_from_threadRonald S. Bultje2011-10-15
* vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje2011-07-10
* mt: proper locking around release_buffer calls.Ronald S. Bultje2011-07-10
* H264/MPEG frame-level multi-threading.Alexander Strange2011-06-02
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* Introduce slice threads flag.Ronald S. Bultje2011-04-21
* pthread: validate_thread_parameters() ignored slice-threading being intention...Alexander Strange2011-04-09
* Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-05
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02