summaryrefslogtreecommitdiff
path: root/libavcodec/pthread_frame.c
Commit message (Expand)AuthorAge
* avcodec/pthread_frame, decode: allow errors to happen on drainingMuhammad Faiz2017-04-30
* Merge commit '549d0bdca53af7a6e0c612ab4b03baecf3a5878f'James Almer2017-04-22
|\
| * decode: be more explicit about storing the last packet propertiesAnton Khirnov2016-12-14
| * pthread_frame: Unreference hw_frames_ctx on per-thread codec contextsMark Thompson2016-11-10
| * pthread_frame: properly propagate the hw frame context across frame threadsAnton Khirnov2016-11-10
| * pthread_frame: use atomics for frame progressAnton Khirnov2016-10-02
| * pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov2016-10-02
| * pthread_frame: use a thread-safe way for signalling threads to dieAnton Khirnov2016-10-02
* | pthread_frame: make accesses to debug field be protected by owner lock.Ronald S. Bultje2017-04-07
* | pthread_frame: don't return stale error codes after flushwm42017-04-06
* | pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje2017-04-06
* | pthread_frame: call update_context_from_user() after acquiring lock.Ronald S. Bultje2017-04-03
* | pthread_frame: Propagate sw_pix_fmt across threadsMark Thompson2017-03-31
* | pthread_frame: minor simplification to error handlingwm42017-03-29
* | pthread_frame: don't sync items between threads for intra-only codecs.Ronald S. Bultje2017-03-28
* | pthread_frame: fix uninitialized variable readwm42017-03-27
* | pthread_frame: do not attempt to unlock a mutex on the wrong threadwm42017-03-27
* | lavc: Add hwaccel_flags field to AVCodecContextwm42017-03-23
* | pthread_frame: remove some dead codewm42017-03-21
* | pthread_frame: do not run hwaccel decoding asynchronously unless it's safeAnton Khirnov2017-03-21
* | pthread_frame: ensure the threads don't run simultaneously with hwaccelAnton Khirnov2017-03-21
* | pthread_frame: use better memory orders for frame progressWan-Teh Chang2017-03-21
* | pthread_frame: Unreference hw_frames_ctx on per-thread codec contextsMark Thompson2017-03-21
* | pthread_frame: properly propagate the hw frame context across frame threadsAnton Khirnov2017-03-21
* | pthread_frame: use atomics for frame progressAnton Khirnov2017-03-21
* | pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov2017-03-21
* | avcodec/pthread_frame: Check av_packet_ref() for failureMichael Niedermayer2017-02-06
* | lavc/pthread_frame: protect read state access in setup finish functionClément Bœsch2017-01-16
* | avcodec/pthread_frame: Remove unused variableMichael Niedermayer2016-03-15
* | Move the |die| member of FrameThreadContext to PerThreadContext.Wan-Teh Chang2016-03-01
* | lavc, lavu: use avutil/thread.h instead of redundant conditional includesClément Bœsch2015-12-07
* | avcodec/pthread_frame: update doxygen for update_context_from_threadGanesh Ajjanagadde2015-10-09
* | Merge commit '9f90b24877016e7140b9b14e4b1acee663bb6d8a'Hendrik Leppkes2015-09-05
|\|
| * lavc: Drop deprecated get_buffer related functionsVittorio Giovara2015-08-28
* | disable deprecation warnings in deprecated codeAndreas Cadhalpun2015-08-22
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | avcodec/pthread_frame: clear priv_data, avoid stale pointer in error caseMichael Niedermayer2015-07-16
* | avcodec/pthread_frame: check avctx on deallocationMichael Niedermayer2015-07-13
* | avcodec/pthread_frame: Correcting typo of "occurred"John Adlum2015-07-01
* | pthread_frame: forward error codes when flushingAndreas Cadhalpun2015-07-01
* | Merge commit '0994e142132200c706f704271b5a7ae81d128f5c'Michael Niedermayer2015-06-01
|\|
| * pthread: Check memory allocationVittorio Giovara2015-05-31
* | avcodec/pthread_frame: Fix memleak with frame threads and allocated AVOptionsMichael Niedermayer2015-04-06
* | Merge commit 'ac4a5e3abd8a022ab32245ad527ffc37eabab8b1'Michael Niedermayer2014-11-06
|\|
| * pthreads_frame: Do not leak on failure pathLuca Barbato2014-11-06
* | avcodec/pthread_frame: Simplify code by using av_reallocp_array()Michael Niedermayer2014-11-01
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-15
|\|