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
2022-07-26avcodec/pthread_slice: Combine allocating and zeroing entriesAndreas Rheinhardt
2022-07-01avcodec/pthread_slice: Don't reinitialise initialised mutexAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-02-09avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt
2022-02-09avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated old encode/decode APIsAndreas Rheinhardt
2020-11-27avcodec: deprecate thread_safe_callbacksAnton Khirnov
2020-09-11avcodec/utils: make the src paramater for ff_thread_ref_frame constJames Almer
2018-02-12Merge commit '4cf84e254ae75b524e1cacae499a97d7cc9e5906'James Almer
2018-02-06Drop some unnecessary config.h #includesDiego Biurrun
2017-09-08avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc()Ilia Valiakhmetov
2017-04-06pthread_frame: allow per-field ThreadFrame owners.Ronald S. Bultje
2013-10-22avcodec/pthread: add wpp apiMickaël Raulet
2013-04-15Add thread-safe wrapper for get_format().Reimar Döffinger
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-06-29cosmetics: minor libavcodec spelling errorsLou Logan
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25frame-mt: return consumed packet size in ff_thread_decode_frameJanne Grunau
2011-04-05Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange
2011-03-29Unbreak avcodec_thread_initReimar Döffinger
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-11Deprecate avcodec_thread_init()Alexander Strange
2011-02-11Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-09Deprecate avcodec_thread_init()Alexander Strange
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange