summaryrefslogtreecommitdiffstats
path: root/libavcodec/pthread_frame.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-091-1/+1
|\
| * mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-1/+1
* | avcodec/pthread_frame: fix missing unlock on errorMichael Niedermayer2014-04-061-1/+3
* | lavc/pthread: copy packet side data.Nicolas George2014-03-081-0/+5
* | Merge commit 'd1f9563d502037239185c11578cc614bdf0c5870'Michael Niedermayer2014-03-011-2/+3
|\ \ | |/
| * pthread_frame: flush all threads on flush, not just the first oneAnton Khirnov2014-02-281-2/+3
* | Merge commit '9cbf2d78f0a9c19129e7a70b2281a450d386c6d9'Michael Niedermayer2014-01-061-0/+7
|\ \ | |/
| * pthread_frame: unref decoded frames on failureAnton Khirnov2014-01-061-0/+7
* | avcodec/pthread_frame: Fix memleak of AVCodecContext on errorMichael Niedermayer2013-12-111-0/+1
* | Merge commit 'd351ef47d0e0ccb7de96b37f137c16b2885580ac'Michael Niedermayer2013-12-091-10/+12
|\ \ | |/
| * pthread_frame: use the AVFrame API properly.Anton Khirnov2013-12-091-10/+12
* | avcodec/pthread: check packet buffer allocationHendrik Leppkes2013-11-251-0/+4
* | Merge commit 'a553c6a347d3d28d7ee44c3df3d5c4ee780dba23'Michael Niedermayer2013-11-191-1/+1
|\ \ | |/
| * lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov2013-11-181-1/+1
* | Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9'Michael Niedermayer2013-11-041-1/+1
|\ \ | |/
| * lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov2013-11-041-1/+1
* | Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12'Michael Niedermayer2013-11-041-23/+24
|\ \ | |/
| * pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov2013-11-041-21/+22
* | Merge commit 'cc14ee03a7b91c69343f8d60c9e089a1950eeadb'Michael Niedermayer2013-11-041-28/+124
|/
* lavc: split slice and frame threading functions into separate filesAnton Khirnov2013-11-041-0/+792
OpenPOWER on IntegriCloud