index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
pthread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: split slice and frame threading functions into separate files
Anton Khirnov
2013-11-04
1
-947
/
+5
*
pthread: drop avcodec_ prefixes from static functions
Anton Khirnov
2013-11-04
1
-8
/
+8
*
lavc: deprecate AVCodecContext.debug_mv
Anton Khirnov
2013-10-31
1
-1
/
+0
*
pthread: Avoid spurious wakeups
Ben Jackson
2013-10-21
1
-2
/
+7
*
pthread: Fix deadlock during thread initialization
Derek Buitenhuis
2013-10-13
1
-1
/
+2
*
Disable deprecation warnings for cases where a replacement is available
Diego Biurrun
2013-08-02
1
-0
/
+9
*
pthread: Rename thread_init to avoid symbol collision
Sean McGovern
2013-07-17
1
-2
/
+2
*
Move get_logical_cpus() from lavc/pthread to lavu/cpu.
Anton Khirnov
2013-05-24
1
-54
/
+5
*
w32pthreads: move from lavc to compat/
Anton Khirnov
2013-05-24
1
-1
/
+1
*
pthread: reindent
Anton Khirnov
2013-05-17
1
-5
/
+5
*
lavc/pthread: remove obsolete checks
Anton Khirnov
2013-05-17
1
-7
/
+0
*
threads: always call thread_finish_setup for intra codecs
Janne Grunau
2013-04-22
1
-2
/
+2
*
hwaccel: fix use with frame based multithreading
Janne Grunau
2013-03-26
1
-0
/
+3
*
pthread: unref already decoded frames when flushing the decoder
Hendrik Leppkes
2013-03-19
1
-0
/
+1
*
pthread: unref the decoded but not returned frames on close.
Anton Khirnov
2013-03-11
1
-0
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-84
/
+82
*
pthread: avoid copying input packets when possible.
Anton Khirnov
2013-03-08
1
-7
/
+13
*
pthread: make ff_thread_release_buffer idempotent.
Anton Khirnov
2013-01-29
1
-0
/
+3
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-3
/
+3
*
pthread: make sure AVFrame.extended_data is set properly.
Anton Khirnov
2012-09-25
1
-0
/
+4
*
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
[next]