88 Commits (8ff4fff7741a2febfd52be80cee4aadba9f9d760)

Author SHA1 Message Date
  Michael Niedermayer 7de733b752 pthread: sysctl.h needs param.h on openbsd 14 years ago
  Janne Grunau 5c33a9a5c1 threads: check defines before using them in automatic thread detection 14 years ago
  Janne Grunau 8d4668cc5f pthread: include sys/types.h before sys/sysctl.h 14 years ago
  Janne Grunau b9e2226972 bsd: use number of logical CPUs as automatic thread count 14 years ago
  Janne Grunau ad29ecbff0 windows: use number of CPUs as automatic thread count 14 years ago
  Janne Grunau ea4d5f4837 linux: use number of CPUs as automatic thread count 14 years ago
  Janne Grunau f77f640b30 pthreads: reset active_thread_type when slice thread_init returrns early 14 years ago
  Mans Rullgard 8400b126ac avcodec: deprecate AVFrame.age 14 years ago
  Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 14 years ago
  Anatoliy Wasserman 6778f9d9f2 pthread: fixed thread initialization issues related to thread-safe buffer allocator 14 years ago
  Aaron Colwell 39a7a5b8ab pthread: don't increment index on zero-sized packets. 14 years ago
  Michael Niedermayer 47044625ba pthread: check pthread_create() return value. 14 years ago
  Michael Niedermayer 2bb79b23fe pthread: next try on freeing threads without crashing. 14 years ago
  Cheng Sun 3f5aa7dfa6 pthread: track thread existence in a separate variable. 14 years ago
  Cheng Sun e524eadbf8 [PATCH] Fix crash when initializing multi-threaded decoding for corrupted file. 14 years ago
  Michael Niedermayer 61c2cec957 pthreads: fix segfault due to the thread beimg killed before it has been allocated 14 years ago
  Janne Grunau 117e2a30f2 frame-mt: return consumed packet size in ff_thread_decode_frame 14 years ago
  Janne Grunau 0945eddec0 pthread: do not touch has_b_frames 14 years ago
  Justin Ruggles a8fe9a7242 pthread: add some malloc failure checks 14 years ago
  Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 14 years ago
  KO Myung-Hun ad0bdd2fd2 lavc: add supports of OS/2 threads 14 years ago
  Michael Niedermayer 3cc1af9dd9 pthreads: export the delay that was previously exported by mangling has_b_frames through 14 years ago
  Michael Niedermayer 26ae9a5d7c pthreads: drop has_b_frames mangling, its buggy in many many ways, 14 years ago
  Janne Grunau d6174bfe5f threads: restore has_b_frames in frame_thread_free 14 years ago
  Steven Walters 27237d524e w32threads: support for frame multithreading 14 years ago
  Ronald S. Bultje 7b6883898f pthread: prevent updating AVCodecContext from itself in frame_thread_free 14 years ago
  Ronald S. Bultje feadcd1bdc pthread: copy coded frame dimensions in update_context_from_thread 14 years ago
  Michael Niedermayer b93cb8383f lavc: add ff_init_buffer_info() 14 years ago
  Michael Niedermayer a9255d3781 threads: warn in case of multiple finished setup calls. 14 years ago
  Ronald S. Bultje d1cf459119 vp8/mt: flush worker thread, not application thread context, on seek. 14 years ago
  Ronald S. Bultje 5eafc8b466 mt: proper locking around release_buffer calls. 14 years ago
  Alexander Strange 6a9c859444 H264/MPEG frame-level multi-threading. 14 years ago
  Alexander Strange a54dceb26a Merge remote-tracking branch 'ffmpeg-mt/master' 14 years ago
  Anton Khirnov e7021c0ed5 lavc: remove FF_API_HURRY_UP cruft 15 years ago
  Ronald S. Bultje 94f7451a3a Introduce slice threads flag. 15 years ago
  Alexander Strange cf39b461d3 pthread: validate_thread_parameters() ignored slice-threading being intentionally off 15 years ago
  Alexander Strange d0df2934ca Merge remote-tracking branch 'ffmpeg-mt/master' 15 years ago
  Alexander Strange ba9ef8d04e Remove unnecessary parameter from ff_thread_init() and fix behavior 15 years ago
  Anton Khirnov 8ed2ae09a2 lavc: mark hurry_up for removal on next major bump 15 years ago
  Reimar Döffinger 46027c7286 Unbreak avcodec_thread_init 15 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 15 years ago
  Mans Rullgard 5cdef40a78 threads: allow thread count of zero 15 years ago
  Alexander Strange 05fa64a7c5 pthreads: Fix bug introduced with thread_safe_callbacks 15 years ago
  Mans Rullgard ff1efc524c threads: allow thread count of zero 15 years ago
  Alexander Strange ad9791e12b pthreads: Fix bug introduced with thread_safe_callbacks 15 years ago
  Alexander Strange 043d2ff267 Deprecate avcodec_thread_init() 15 years ago
  Alexander Strange b38f008ea6 Frame-based multithreading framework using pthreads 15 years ago
  Alexander Strange c0b102ca03 Deprecate avcodec_thread_init() 15 years ago
  Alexander Strange 37b00b47cb Frame-based multithreading framework using pthreads 15 years ago
  Benoit Fouet 4a287145c2 Remove avcodec_thread_execute from avcodec.h, and make static functions that 16 years ago