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: Reuse buffer if possibleAndreas Rheinhardt
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-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2020-12-02avcodec/pthread_slice: Don't use static variable, fix raceAndreas Rheinhardt
2017-12-26w32pthreads: always use Vista+ API, drop XP supportwm4
2017-09-08avcodec/pthread_slice: add ff_slice_thread_execute_with_mainfunc()Ilia Valiakhmetov
2017-07-19avcodec/pthread_slice: use slice threading from avutilMuhammad Faiz
2017-03-29lavc/pthread_slice: remove pointless conditionClément Bœsch
2016-01-21avcodec/mpeg12enc: Move high resolution thread check to before initializing t...Michael Niedermayer
2016-01-20lavc,lavfi: use avutil/thread.h instead of redundant conditional includesClément Bœsch
2015-11-28avcodec/pthread_slice: Allow calling ff_alloc_entries() multiple times to rea...Michael Niedermayer
2015-11-26avcodec/pthread_slice: Remove rets_countMichael Niedermayer
2015-11-19avcodec/pthread_slice: remove dummy_ret hackMichael Niedermayer
2015-02-24lavc/pthread_slice: release entriesChristophe Gisquet
2014-11-01avcodec/pthread_slice: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2014-07-31avcodec/pthread_slice: Check for malloc failureMichael Niedermayer
2014-06-08avcodec/pthread_slice: Use av_malloc(z)_array()Michael Niedermayer
2013-11-04Merge commit '38ecc3702dabbea09230f6d6333f59e74f5d1c12'Michael Niedermayer
2013-11-04Merge commit 'daa7a1d4431b6acf1f93c4a98b3de123abf4ca18'Michael Niedermayer
2013-11-04Merge commit 'cc14ee03a7b91c69343f8d60c9e089a1950eeadb'Michael Niedermayer
2013-11-04pthread: store thread contexts in AVCodecInternal instead of AVCodecContextAnton Khirnov
2013-11-04pthread_slice: rename ThreadContext -> SliceThreadContextAnton Khirnov
2013-11-04lavc: split slice and frame threading functions into separate filesAnton Khirnov