23 Commits (c369ddb720bfb7b8f1780b875067b900285ebfc2)

Author SHA1 Message Date
Michael Niedermayer 0aed4f81fe w32threads: with only 1 thread there cant be a active threading mode. 14 years ago
Alexander Strange ba9ef8d04e Remove unnecessary parameter from ff_thread_init() and fix behavior 14 years ago
Maksym Veremeyenko dd9134c22e Fix compilation with win32 threads.after 'unbreak avcodec_thread_init' 14 years ago
Reimar Döffinger 46027c7286 Unbreak avcodec_thread_init 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Mans Rullgard 74711b72cc w32thread: add missing #include thread.h 14 years ago
Alexander Strange 043d2ff267 Deprecate avcodec_thread_init() 14 years ago
Alexander Strange b38f008ea6 Frame-based multithreading framework using pthreads 14 years ago
Mans Rullgard aef669cdfd w32thread: add missing #include thread.h 14 years ago
Alexander Strange c0b102ca03 Deprecate avcodec_thread_init() 14 years ago
Alexander Strange 37b00b47cb Frame-based multithreading framework using pthreads 14 years ago
Benoit Fouet 4a287145c2 Remove avcodec_thread_execute from avcodec.h, and make static functions that 15 years ago
Andreas Öman 9b066ecbf0 w32thread: Make avcodec_thread_execute2() static here as well 15 years ago
Måns Rullgård 68cf92ee5e Always call avcodec_thread_init() 15 years ago
Reimar Döffinger 9fe0894210 In win32 thread implementation do not access jobnr if the thread is asked 15 years ago
Reimar Döffinger 7537726f47 Implement execute2 for w32thread 15 years ago
Reimar Döffinger 1e6ff470b5 Fix w32thread implementation to handle job count > thread_count. 15 years ago
Shehzad Salim 51fdb6f08d Fix a memleak with win32 threads: the handle returned by _beginthreadex 15 years ago
Roman Shaposhnik 3a84713aaa Making it easier to send arbitrary structures as work orders to MT workers 16 years ago
Ramiro Polla 5dea940937 __stdcall -> WINAPI 17 years ago
Ramiro Polla 5e4c7ca224 Add attribute that forces alignment of stack to functions that need it. 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 16806499fc w32threads by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation 21 years ago