summaryrefslogtreecommitdiffstats
path: root/libavcodec/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-3/+3
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-3/+3
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-3/+3
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-3/+3
* | Merge commit 'cc14ee03a7b91c69343f8d60c9e089a1950eeadb'Michael Niedermayer2013-11-041-1110/+5
|\ \ | |/
| * lavc: split slice and frame threading functions into separate filesAnton Khirnov2013-11-041-947/+5
* | Merge commit '5cd6513f5be14b9744783d3d9e853d3f11065e93'Michael Niedermayer2013-11-041-8/+8
|\ \ | |/
| * pthread: drop avcodec_ prefixes from static functionsAnton Khirnov2013-11-041-8/+8
| * lavc: deprecate AVCodecContext.debug_mvAnton Khirnov2013-10-311-1/+0
* | avcodec/pthread: add wpp apiMickaël Raulet2013-10-221-0/+65
* | Merge commit '5152196b2b47d446d9a509b9bfb318daa26a1f2b'Michael Niedermayer2013-10-211-2/+2
|\ \ | |/
| * pthread: Avoid spurious wakeupsBen Jackson2013-10-211-2/+7
| * pthread: Fix deadlock during thread initializationDerek Buitenhuis2013-10-131-1/+2
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-031-0/+9
|\ \ | |/
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+9
* | Merge commit '50612484e058e8b241f0528584d64d9d2ccebf12'Michael Niedermayer2013-07-171-2/+2
|\ \ | |/
| * pthread: Rename thread_init to avoid symbol collisionSean McGovern2013-07-171-2/+2
* | Rename thread_init() in libavcodec and libavfilter as library_thread_init().Carl Eugen Hoyos2013-06-301-2/+2
* | audio frame multi-threaded decodingPaul B Mahol2013-06-051-1/+7
* | os2threads: move from lavc to compat/Dave Yeo2013-05-281-1/+1
* | av_cpu_count: factorize "detected %d logical cores" messageMichael Niedermayer2013-05-261-1/+0
* | avcodec: remove ff_get_logical_cpus()Michael Niedermayer2013-05-241-10/+3
* | Merge commit '2a6eaeaa85d17b27ee0dd449183ec197c35c9675'Michael Niedermayer2013-05-241-52/+4
|\ \ | |/
| * Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-241-54/+5
* | Merge commit '90f9a5830b5d332de7ebb1ab45589f1870cbd65d'Michael Niedermayer2013-05-241-1/+1
|\ \ | |/
| * w32pthreads: move from lavc to compat/Anton Khirnov2013-05-241-1/+1
* | Merge commit 'db8e336e5fc18c41cb4e9bab1960349e9800d546'Michael Niedermayer2013-05-171-5/+5
|\ \ | |/
| * pthread: reindentAnton Khirnov2013-05-171-5/+5
* | Merge commit '30e256430eb88c6d4c382581b89bca171d79fbc0'Michael Niedermayer2013-05-171-7/+0
|\ \ | |/
| * lavc/pthread: remove obsolete checksAnton Khirnov2013-05-171-7/+0
* | avcodec/pthread: fix ffv1 with 2 threadsMichael Niedermayer2013-05-171-2/+3
* | ffv1dec: Support frame threading with gop > 1Michael Niedermayer2013-05-111-1/+1
* | avcodec/pthread: use THREAD_SAFE_CALLBACKS() to simplifx more codeMichael Niedermayer2013-04-251-10/+2
* | avcodec/pthread: Make sure ff_thread_finish_setup() conditions matchMichael Niedermayer2013-04-251-6/+5
* | Merge commit '94660c35249e11c53b9a9f0c2f85c4335b21eda7'Michael Niedermayer2013-04-231-2/+2
|\ \ | |/
| * threads: always call thread_finish_setup for intra codecsJanne Grunau2013-04-221-2/+2
* | Add thread-safe wrapper for get_format().Reimar Döffinger2013-04-151-1/+46
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-271-0/+3
|\ \ | |/
| * hwaccel: fix use with frame based multithreadingJanne Grunau2013-03-261-0/+3
* | Merge commit 'c71c80f53b6a63fd6360d9de5a262f9e7c85681f'Michael Niedermayer2013-03-201-0/+1
|\ \ | |/
| * pthread: unref already decoded frames when flushing the decoderHendrik Leppkes2013-03-191-0/+1
* | pthread: update all get_buffer checks for get_buffer2Hendrik Leppkes2013-03-191-5/+15
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-1/+9
* | Merge commit 'fce68c93554803801c32c1b20509bfa8d496b02a'Michael Niedermayer2013-03-131-0/+1
|\ \ | |/
| * pthread: unref the decoded but not returned frames on close.Anton Khirnov2013-03-111-0/+1
* | pthread: fix unused variable warningMichael Niedermayer2013-03-121-1/+0
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-84/+84
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-84/+82
* | Merge commit '1a5e9130162b8adc898e5f6aea82b6372d1e4e6c'Michael Niedermayer2013-03-081-7/+13
|\ \ | |/
| * pthread: avoid copying input packets when possible.Anton Khirnov2013-03-081-7/+13
OpenPOWER on IntegriCloud