| Commit message (Expand) | Author | Age | Files | Lines |
* | pthread: add const to AVCodec pointers | Mans Rullgard | 2012-08-18 | 1 | -4/+4 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Avoid C99 variable declarations within for statements. | Diego Biurrun | 2012-06-14 | 1 | -1/+2 |
* | pthread: warn on high thread counts | Sean McGovern | 2012-05-07 | 1 | -0/+5 |
* | avcodec: remove AVCodecContext.dsp_mask | Mans Rullgard | 2012-04-21 | 1 | -1/+0 |
* | pthread: Fix crash due to fctx->delaying not being cleared. | Dale Curtis | 2012-04-12 | 1 | -2/+3 |
* | pthread: Immediately release all frames in ff_thread_flush() | Alexander Strange | 2012-03-24 | 1 | -3/+7 |
* | pthread: free progress if buffer allocation failed. | Ronald S. Bultje | 2012-03-24 | 1 | -0/+4 |
* | lavc/avconv: support changing frame sizes in codecs with frame mt. | Ronald S. Bultje | 2012-03-24 | 1 | -4/+0 |
* | threads: fix old frames returned after avcodec_flush_buffers() | Uoti Urpala | 2012-03-16 | 1 | -0/+3 |
* | lavc: deprecate AVCodecContext.sub_id. | Anton Khirnov | 2012-03-04 | 1 | -1/+0 |
* | lavc: reorder AVCodecContext fields. | Anton Khirnov | 2012-02-27 | 1 | -1/+1 |
* | threads: update slice_count and slice_offset from user context | Janne Grunau | 2012-01-21 | 1 | -3/+21 |
* | cosmetics: drop some pointless parentheses | Diego Biurrun | 2012-01-07 | 1 | -1/+1 |
* | win32: detect number of CPUs using affinity | Daniel Verkamp | 2012-01-03 | 1 | -5/+6 |
* | threads: limit the number of automatic threads to MAX_AUTO_THREADS | Janne Grunau | 2012-01-01 | 1 | -5/+9 |
* | threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264 | Janne Grunau | 2012-01-01 | 1 | -0/+3 |
* | threads: add sysconf based number of CPUs detection | Janne Grunau | 2011-12-31 | 1 | -0/+7 |
* | threads: always include necessary headers for number of CPUs detection | Janne Grunau | 2011-12-31 | 1 | -2/+4 |
* | threads: test for sys/param.h and include it for sysctl on OpenBSD | Janne Grunau | 2011-12-27 | 1 | -0/+3 |
* | lavc: add format field to AVFrame | Stefano Sabatini | 2011-12-25 | 1 | -0/+1 |
* | lavc: add width and height fields to AVFrame | Stefano Sabatini | 2011-12-25 | 1 | -0/+2 |
* | lavc: add a sample_aspect_ratio field to AVFrame | Stefano Sabatini | 2011-12-25 | 1 | -0/+1 |
* | threads: check defines before using them in automatic thread detection | Janne Grunau | 2011-12-23 | 1 | -2/+2 |
* | pthread: include sys/types.h before sys/sysctl.h | Janne Grunau | 2011-12-23 | 1 | -1/+1 |
* | bsd: use number of logical CPUs as automatic thread count | Janne Grunau | 2011-12-22 | 1 | -0/+10 |
* | windows: use number of CPUs as automatic thread count | Janne Grunau | 2011-12-22 | 1 | -0/+6 |
* | linux: use number of CPUs as automatic thread count | Janne Grunau | 2011-12-22 | 1 | -0/+43 |
* | pthreads: reset active_thread_type when slice thread_init returrns early | Janne Grunau | 2011-12-22 | 1 | -1/+3 |
* | avcodec: deprecate AVFrame.age | Mans Rullgard | 2011-12-18 | 1 | -7/+0 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -1/+1 |
* | pthread: don't increment index on zero-sized packets. | Aaron Colwell | 2011-11-28 | 1 | -2/+1 |
* | pthread: track thread existence in a separate variable. | Cheng Sun | 2011-11-26 | 1 | -2/+4 |
* | [PATCH] Fix crash when initializing multi-threaded decoding for corrupted file. | Cheng Sun | 2011-11-26 | 1 | -1/+2 |
* | frame-mt: return consumed packet size in ff_thread_decode_frame | Janne Grunau | 2011-11-25 | 1 | -2/+3 |
* | pthread: do not touch has_b_frames | Janne Grunau | 2011-11-22 | 1 | -3/+1 |
* | pthread: add some malloc failure checks | Justin Ruggles | 2011-11-21 | 1 | -0/+9 |
* | avcodec: move some AVCodecContext fields to an internal struct. | Justin Ruggles | 2011-11-19 | 1 | -4/+12 |
* | threads: restore has_b_frames in frame_thread_free | Janne Grunau | 2011-10-26 | 1 | -0/+1 |
* | w32threads: support for frame multithreading | Steven Walters | 2011-10-16 | 1 | -2/+11 |
* | pthread: prevent updating AVCodecContext from itself in frame_thread_free | Ronald S. Bultje | 2011-10-15 | 1 | -1/+1 |
* | pthread: copy coded frame dimensions in update_context_from_thread | Ronald S. Bultje | 2011-10-15 | 1 | -0/+3 |
* | vp8/mt: flush worker thread, not application thread context, on seek. | Ronald S. Bultje | 2011-07-10 | 1 | -3/+6 |
* | mt: proper locking around release_buffer calls. | Ronald S. Bultje | 2011-07-10 | 1 | -1/+6 |
* | H264/MPEG frame-level multi-threading. | Alexander Strange | 2011-06-02 | 1 | -1/+1 |
* | lavc: remove FF_API_HURRY_UP cruft | Anton Khirnov | 2011-04-26 | 1 | -3/+0 |
* | Introduce slice threads flag. | Ronald S. Bultje | 2011-04-21 | 1 | -1/+2 |
* | pthread: validate_thread_parameters() ignored slice-threading being intention... | Alexander Strange | 2011-04-09 | 1 | -1/+1 |
* | Remove unnecessary parameter from ff_thread_init() and fix behavior | Alexander Strange | 2011-04-05 | 1 | -1/+1 |
* | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -0/+2 |