summaryrefslogtreecommitdiff
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAgeFilesLines
...
| * frame-mt: return consumed packet size in ff_thread_decode_frameJanne Grunau2011-11-251-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-231-2/+2
|\ \ | |/
| * pthread: do not touch has_b_framesJanne Grunau2011-11-221-3/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-221-0/+9
|\ \ | |/
| * pthread: add some malloc failure checksJustin Ruggles2011-11-211-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-201-4/+11
|\ \ | |/
| * avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles2011-11-191-4/+12
* | lavc: add supports of OS/2 threadsKO Myung-Hun2011-11-131-0/+2
* | pthreads: export the delay that was previously exported by mangling has_b_fra...Michael Niedermayer2011-11-101-0/+1
* | pthreads: drop has_b_frames mangling, its buggy in many many ways,Michael Niedermayer2011-11-091-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-271-0/+1
|\ \ | |/
| * threads: restore has_b_frames in frame_thread_freeJanne Grunau2011-10-261-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-171-2/+11
|\ \ | |/
| * w32threads: support for frame multithreadingSteven Walters2011-10-161-2/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-161-1/+4
|\ \ | |/
| * pthread: prevent updating AVCodecContext from itself in frame_thread_freeRonald S. Bultje2011-10-151-1/+1
| * pthread: copy coded frame dimensions in update_context_from_threadRonald S. Bultje2011-10-151-0/+3
* | lavc: add ff_init_buffer_info()Michael Niedermayer2011-10-071-0/+3
* | threads: warn in case of multiple finished setup calls.Michael Niedermayer2011-10-031-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-4/+12
|\ \ | |/
| * vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje2011-07-101-3/+6
| * mt: proper locking around release_buffer calls.Ronald S. Bultje2011-07-101-1/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-1/+1
|\ \ | |/
| * H264/MPEG frame-level multi-threading.Alexander Strange2011-06-021-1/+1
* | Merge remote-tracking branch 'ffmpeg-mt/master'Alexander Strange2011-05-311-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-3/+0
|\ \ | |/
| * lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-261-3/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-221-1/+2
|\ \ | |/
| * Introduce slice threads flag.Ronald S. Bultje2011-04-211-1/+2
| * pthread: validate_thread_parameters() ignored slice-threading being intention...Alexander Strange2011-04-091-1/+1
| * Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-051-1/+1
* | Merge remote-tracking branch 'ffmpeg-mt/master'Alexander Strange2011-04-081-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-031-0/+2
|\ \ | |/
| * lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-021-0/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * threads: allow thread count of zeroMans Rullgard2011-03-021-2/+5
| * pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange2011-03-011-2/+7
| * Deprecate avcodec_thread_init()Alexander Strange2011-02-091-3/+3
| * Frame-based multithreading framework using pthreadsAlexander Strange2011-02-091-4/+718
* | Unbreak avcodec_thread_initReimar Döffinger2011-03-281-1/+1
* | threads: allow thread count of zeroMans Rullgard2011-03-031-2/+5
* | pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange2011-03-031-2/+7
* | Deprecate avcodec_thread_init()Alexander Strange2011-02-111-3/+3
* | Frame-based multithreading framework using pthreadsAlexander Strange2011-02-111-4/+718
|/
* Remove avcodec_thread_execute from avcodec.h, and make static functions thatBenoit Fouet2010-03-151-1/+1
* Make avcodec_thread_execute2() staticAndreas Öman2010-03-081-1/+1
* Always call avcodec_thread_init()Måns Rullgård2010-01-201-1/+5
* Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger2009-10-121-1/+12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Avoid invasion of POSIX-reserved _t namespace.Diego Biurrun2008-12-151-3/+3