summaryrefslogtreecommitdiffstats
path: root/libavcodec/pthread_frame.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Drop deprecated get_buffer related functionsVittorio Giovara2015-08-281-27/+5
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+2
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* pthread: Check memory allocationVittorio Giovara2015-05-311-0/+7
* pthreads_frame: Do not leak on failure pathLuca Barbato2014-11-061-0/+1
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-0/+1
* avcodec: Suppress deprecation warnings from DTG code scheduled for removalDiego Biurrun2014-08-041-0/+6
* pthread_frame: simplify the code by using new AVPacket APIAnton Khirnov2014-05-191-14/+3
* lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov2014-05-111-0/+1
* mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-1/+1
* pthread_frame: flush all threads on flush, not just the first oneAnton Khirnov2014-02-281-2/+3
* pthread_frame: unref decoded frames on failureAnton Khirnov2014-01-061-0/+7
* pthread_frame: use the AVFrame API properly.Anton Khirnov2013-12-091-10/+12
* lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov2013-11-181-1/+1
* lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov2013-11-041-1/+1
* pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-041-21/+22
* lavc: split slice and frame threading functions into separate filesAnton Khirnov2013-11-041-0/+792
OpenPOWER on IntegriCloud