summaryrefslogtreecommitdiff
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAge
* Merge commit 'e6b1c3bbe7082c71ea8ee8ac83698c156c9e4838'Michael Niedermayer2013-01-29
|\
| * pthread: make ff_thread_release_buffer idempotent.Anton Khirnov2013-01-29
* | pthread: Do not use a half updated context as master for deallocation.Michael Niedermayer2013-01-13
* | lavc/pthread: do not re-define _GNU_SOURCE if already defined.Clément Bœsch2012-12-24
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | pthreads: increase MAX_BUFFERS due to 24c043c98ef22b9d4aa7a54ec5f1cebd21042dd7Michael Niedermayer2012-11-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-25
|\|
| * pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov2012-09-25
* | pthread: Avoid crashes/odd behavior caused by spurious wakeupsBen Jackson2012-09-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-19
|\|
| * pthread: add const to AVCodec pointersMans Rullgard2012-08-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
* | pthread: mark lockless thread synchronization variables as volatileMichael Niedermayer2012-07-22
* | threads: fix a potential race spotted by helgrind.Clément Bœsch2012-07-19
* | threads: make get_logical_cpus() available outside pthread.cMichael Niedermayer2012-06-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-15
|\|
| * Avoid C99 variable declarations within for statements.Diego Biurrun2012-06-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-07
|\|
| * pthread: warn on high thread countsSean McGovern2012-05-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-21
|\|
| * avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-21
| * pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis2012-04-12
* | pthread: Fix crash due to fctx->delaying not being cleared.Dale Curtis2012-04-13
* | pthread : Remove lock/unlock pairs in worker loop to avoid unexpected state c...Aaron Colwell2012-03-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-25
|\|
| * pthread: Immediately release all frames in ff_thread_flush()Alexander Strange2012-03-24
* | pthread: return proper error code on pthread_create failureMarton Balint2012-03-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-25
|\|
| * 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
* | pthread/mpegvideo: detect and block attempts to init frames after setup.Michael Niedermayer2012-03-24
* | pthread: Fix mixing of declarations and statements.Michael Niedermayer2012-03-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-17
|\|
| * threads: fix old frames returned after avcodec_flush_buffers()Uoti Urpala2012-03-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-05
|\|
| * lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-28
|\|
| * lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-27
* | threads: Perform the generic progress cleanup more carefully.Michael Niedermayer2012-02-12
* | threads: move state update after progress cleanup.Michael Niedermayer2012-02-12
* | pthreads: Generic progress lubrication support.Michael Niedermayer2012-01-23
* | pthreads: reset got_frames on flush.Michael Niedermayer2012-01-23
* | pthread: Change a signal to a broadcast as multiple threadsMichael Niedermayer2012-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-21
|\|
| * threads: update slice_count and slice_offset from user contextJanne Grunau2012-01-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-08
|\|
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-07