| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc, lavu: use avutil/thread.h instead of redundant conditional includes | Clément Bœsch | 2015-12-07 | 1 | -8/+1 |
* | avcodec/pthread_frame: update doxygen for update_context_from_thread | Ganesh Ajjanagadde | 2015-10-09 | 1 | -0/+1 |
* | Merge commit '9f90b24877016e7140b9b14e4b1acee663bb6d8a' | Hendrik Leppkes | 2015-09-05 | 1 | -38/+3 |
|\ |
|
| * | lavc: Drop deprecated get_buffer related functions | Vittorio Giovara | 2015-08-28 | 1 | -27/+5 |
* | | disable deprecation warnings in deprecated code | Andreas Cadhalpun | 2015-08-22 | 1 | -1/+8 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+2 |
* | | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370' | Michael Niedermayer | 2015-07-21 | 1 | -0/+4 |
|\| |
|
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | | avcodec/pthread_frame: clear priv_data, avoid stale pointer in error case | Michael Niedermayer | 2015-07-16 | 1 | -0/+1 |
* | | avcodec/pthread_frame: check avctx on deallocation | Michael Niedermayer | 2015-07-13 | 1 | -3/+4 |
* | | avcodec/pthread_frame: Correcting typo of "occurred" | John Adlum | 2015-07-01 | 1 | -1/+1 |
* | | pthread_frame: forward error codes when flushing | Andreas Cadhalpun | 2015-07-01 | 1 | -0/+11 |
* | | Merge commit '0994e142132200c706f704271b5a7ae81d128f5c' | Michael Niedermayer | 2015-06-01 | 1 | -0/+7 |
|\| |
|
| * | pthread: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -0/+7 |
* | | avcodec/pthread_frame: Fix memleak with frame threads and allocated AVOptions | Michael Niedermayer | 2015-04-06 | 1 | -2/+5 |
* | | 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 |