| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'ac4a5e3abd8a022ab32245ad527ffc37eabab8b1' | Michael Niedermayer | 2014-11-06 | 1 | -1/+1 |
|\ |
|
| * | pthreads_frame: Do not leak on failure path | Luca Barbato | 2014-11-06 | 1 | -0/+1 |
* | | avcodec/pthread_frame: Simplify code by using av_reallocp_array() | Michael Niedermayer | 2014-11-01 | 1 | -7/+4 |
* | | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41' | Michael Niedermayer | 2014-10-15 | 1 | -0/+1 |
|\| |
|
| * | lavc: deprecate the use of AVCodecContext.time_base for decoding | Anton Khirnov | 2014-10-15 | 1 | -0/+1 |
* | | Merge commit '990e2f3555bb0adae122d3599938ddcfee46e2d1' | Michael Niedermayer | 2014-08-05 | 1 | -0/+6 |
|\| |
|
| * | avcodec: Suppress deprecation warnings from DTG code scheduled for removal | Diego Biurrun | 2014-08-04 | 1 | -0/+6 |
* | | avcodec/pthread_frame: fix setting hwaccel with threads and get_format() | Michael Niedermayer | 2014-07-09 | 1 | -1/+1 |
* | | avcodec/pthread_frame: Use av_mallocz_array() | Michael Niedermayer | 2014-06-08 | 1 | -1/+1 |
* | | Fix compilation errors when deprecated features are disabled. | Dale Curtis | 2014-05-20 | 1 | -0/+5 |
* | | avcodec/pthread_frame: remove unused variable | Michael Niedermayer | 2014-05-19 | 1 | -1/+0 |
* | | Merge commit '9929b3564c0dca42ed7baa6798ef15b6f0013c83' | Michael Niedermayer | 2014-05-19 | 1 | -24/+3 |
|\| |
|
| * | pthread_frame: simplify the code by using new AVPacket API | Anton Khirnov | 2014-05-19 | 1 | -14/+3 |
* | | Merge commit 'dd2d3b766b20196d0b65a82e3d897ccecbf7adb8' | Michael Niedermayer | 2014-05-12 | 1 | -0/+1 |
|\| |
|
| * | lavc: Add hwaccel private data and init/uninit callbacks | Anton Khirnov | 2014-05-11 | 1 | -0/+1 |
* | | Merge commit '632ad2248e2e5d8cd4b51e6c87c943a38c3da425' | Michael Niedermayer | 2014-05-11 | 1 | -1/+1 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -1/+1 |
|\| |
|
| * | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -1/+1 |
* | | avcodec/pthread_frame: fix missing unlock on error | Michael Niedermayer | 2014-04-06 | 1 | -1/+3 |
* | | lavc/pthread: copy packet side data. | Nicolas George | 2014-03-08 | 1 | -0/+5 |
* | | Merge commit 'd1f9563d502037239185c11578cc614bdf0c5870' | Michael Niedermayer | 2014-03-01 | 1 | -2/+3 |
|\| |
|
| * | pthread_frame: flush all threads on flush, not just the first one | Anton Khirnov | 2014-02-28 | 1 | -2/+3 |
* | | Merge commit '9cbf2d78f0a9c19129e7a70b2281a450d386c6d9' | Michael Niedermayer | 2014-01-06 | 1 | -0/+7 |
|\| |
|
| * | pthread_frame: unref decoded frames on failure | Anton Khirnov | 2014-01-06 | 1 | -0/+7 |
* | | avcodec/pthread_frame: Fix memleak of AVCodecContext on error | Michael Niedermayer | 2013-12-11 | 1 | -0/+1 |
* | | Merge commit 'd351ef47d0e0ccb7de96b37f137c16b2885580ac' | Michael Niedermayer | 2013-12-09 | 1 | -10/+12 |
|\| |
|
| * | pthread_frame: use the AVFrame API properly. | Anton Khirnov | 2013-12-09 | 1 | -10/+12 |
* | | avcodec/pthread: check packet buffer allocation | Hendrik Leppkes | 2013-11-25 | 1 | -0/+4 |
* | | Merge commit 'a553c6a347d3d28d7ee44c3df3d5c4ee780dba23' | Michael Niedermayer | 2013-11-19 | 1 | -1/+1 |
|\| |
|
| * | lavc: use buf[0] instead of data[0] in checks whether a frame is allocated | Anton Khirnov | 2013-11-18 | 1 | -1/+1 |
* | | Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9' | Michael Niedermayer | 2013-11-04 | 1 | -1/+1 |
|\| |
|
| * | lavc: move AVCodecContext.pkt to AVCodecInternal | Anton Khirnov | 2013-11-04 | 1 | -1/+1 |
* | | Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12' | Michael Niedermayer | 2013-11-04 | 1 | -23/+24 |
|\| |
|
| * | pthread: store thread contexts in AVCodecInternal instead of AVCodecContext | Anton Khirnov | 2013-11-04 | 1 | -21/+22 |
* | | Merge commit 'cc14ee03a7b91c69343f8d60c9e089a1950eeadb' | Michael Niedermayer | 2013-11-04 | 1 | -28/+124 |
|/ |
|
* | lavc: split slice and frame threading functions into separate files | Anton Khirnov | 2013-11-04 | 1 | -0/+792 |