Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-05Merge commit '9f90b24877016e7140b9b14e4b1acee663bb6d8a'Hendrik Leppkes
2015-08-28lavc: Drop deprecated get_buffer related functionsVittorio Giovara
2015-08-22disable deprecation warnings in deprecated codeAndreas Cadhalpun
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-16avcodec/pthread_frame: clear priv_data, avoid stale pointer in error caseMichael Niedermayer
2015-07-13avcodec/pthread_frame: check avctx on deallocationMichael Niedermayer
2015-07-01avcodec/pthread_frame: Correcting typo of "occurred"John Adlum
2015-07-01pthread_frame: forward error codes when flushingAndreas Cadhalpun
2015-06-01Merge commit '0994e142132200c706f704271b5a7ae81d128f5c'Michael Niedermayer
2015-05-31pthread: Check memory allocationVittorio Giovara
2015-04-06avcodec/pthread_frame: Fix memleak with frame threads and allocated AVOptionsMichael Niedermayer
2014-11-06Merge commit 'ac4a5e3abd8a022ab32245ad527ffc37eabab8b1'Michael Niedermayer
2014-11-06pthreads_frame: Do not leak on failure pathLuca Barbato
2014-11-01avcodec/pthread_frame: Simplify code by using av_reallocp_array()Michael Niedermayer
2014-10-15Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-08-05Merge commit '990e2f3555bb0adae122d3599938ddcfee46e2d1'Michael Niedermayer
2014-08-04avcodec: Suppress deprecation warnings from DTG code scheduled for removalDiego Biurrun
2014-07-09avcodec/pthread_frame: fix setting hwaccel with threads and get_format()Michael Niedermayer
2014-06-08avcodec/pthread_frame: Use av_mallocz_array()Michael Niedermayer
2014-05-21Fix compilation errors when deprecated features are disabled.Dale Curtis
2014-05-19avcodec/pthread_frame: remove unused variableMichael Niedermayer
2014-05-19Merge commit '9929b3564c0dca42ed7baa6798ef15b6f0013c83'Michael Niedermayer
2014-05-19pthread_frame: simplify the code by using new AVPacket APIAnton Khirnov
2014-05-12Merge commit 'dd2d3b766b20196d0b65a82e3d897ccecbf7adb8'Michael Niedermayer
2014-05-11Merge commit '632ad2248e2e5d8cd4b51e6c87c943a38c3da425'Michael Niedermayer
2014-05-11lavc: Add hwaccel private data and init/uninit callbacksAnton Khirnov
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-04-06avcodec/pthread_frame: fix missing unlock on errorMichael Niedermayer
2014-03-08lavc/pthread: copy packet side data.Nicolas George
2014-03-01Merge commit 'd1f9563d502037239185c11578cc614bdf0c5870'Michael Niedermayer
2014-03-01pthread_frame: flush all threads on flush, not just the first oneAnton Khirnov
2014-01-06Merge commit '9cbf2d78f0a9c19129e7a70b2281a450d386c6d9'Michael Niedermayer
2014-01-06pthread_frame: unref decoded frames on failureAnton Khirnov
2013-12-11avcodec/pthread_frame: Fix memleak of AVCodecContext on errorMichael Niedermayer
2013-12-09Merge commit 'd351ef47d0e0ccb7de96b37f137c16b2885580ac'Michael Niedermayer
2013-12-09pthread_frame: use the AVFrame API properly.Anton Khirnov
2013-11-25avcodec/pthread: check packet buffer allocationHendrik Leppkes
2013-11-19Merge commit 'a553c6a347d3d28d7ee44c3df3d5c4ee780dba23'Michael Niedermayer
2013-11-18lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov
2013-11-04Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9'Michael Niedermayer
2013-11-04Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12'Michael Niedermayer
2013-11-04Merge commit 'cc14ee03a7b91c69343f8d60c9e089a1950eeadb'Michael Niedermayer
2013-11-04lavc: move AVCodecContext.pkt to AVCodecInternalAnton Khirnov
2013-11-04pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov
2013-11-04lavc: split slice and frame threading functions into separate filesAnton Khirnov