index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
pthread.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-04
1
-5
/
+6
|
\
\
|
|
/
|
*
win32: detect number of CPUs using affinity
Daniel Verkamp
2012-01-03
1
-5
/
+6
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-02
1
-5
/
+12
|
\
\
|
|
/
|
*
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
*
|
pthread: dont autoenable frame threads with visualization
Michael Niedermayer
2012-01-01
1
-0
/
+2
*
|
pthread: Limit automatic threads to mb_height.
Michael Niedermayer
2012-01-01
1
-0
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-01
1
-2
/
+11
|
\
\
|
|
/
|
*
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
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-28
1
-0
/
+3
|
\
\
|
|
/
|
*
threads: test for sys/param.h and include it for sysctl on OpenBSD
Janne Grunau
2011-12-27
1
-0
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-26
1
-0
/
+4
|
\
\
|
|
/
|
*
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
*
|
pthread: sysctl.h needs param.h on openbsd
Michael Niedermayer
2011-12-23
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
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-23
1
-1
/
+62
|
\
\
|
|
/
|
*
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
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-19
1
-7
/
+0
|
\
\
|
|
/
|
*
avcodec: deprecate AVFrame.age
Mans Rullgard
2011-12-18
1
-7
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-13
1
-1
/
+1
|
\
\
|
|
/
|
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-1
/
+1
*
|
pthread: fixed thread initialization issues related to thread-safe buffer all...
Anatoliy Wasserman
2011-12-08
1
-2
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-30
1
-2
/
+1
|
\
\
|
|
/
|
*
pthread: don't increment index on zero-sized packets.
Aaron Colwell
2011-11-28
1
-2
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-28
1
-5
/
+5
|
\
\
|
|
/
|
*
pthread: track thread existence in a separate variable.
Cheng Sun
2011-11-26
1
-2
/
+4
*
|
pthread: check pthread_create() return value.
Michael Niedermayer
2011-11-27
1
-0
/
+2
*
|
pthread: next try on freeing threads without crashing.
Michael Niedermayer
2011-11-27
1
-2
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-27
1
-1
/
+1
|
\
\
|
|
/
|
*
[PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.
Cheng Sun
2011-11-26
1
-1
/
+2
*
|
pthreads: fix segfault due to the thread beimg killed before it has been allo...
Michael Niedermayer
2011-11-26
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-26
1
-2
/
+3
|
\
\
|
|
/
|
*
frame-mt: return consumed packet size in ff_thread_decode_frame
Janne Grunau
2011-11-25
1
-2
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-23
1
-2
/
+2
|
\
\
|
|
/
|
*
pthread: do not touch has_b_frames
Janne Grunau
2011-11-22
1
-3
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-22
1
-0
/
+9
|
\
\
|
|
/
|
*
pthread: add some malloc failure checks
Justin Ruggles
2011-11-21
1
-0
/
+9
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-20
1
-4
/
+11
|
\
\
|
|
/
|
*
avcodec: move some AVCodecContext fields to an internal struct.
Justin Ruggles
2011-11-19
1
-4
/
+12
*
|
lavc: add supports of OS/2 threads
KO Myung-Hun
2011-11-13
1
-0
/
+2
*
|
pthreads: export the delay that was previously exported by mangling has_b_fra...
Michael Niedermayer
2011-11-10
1
-0
/
+1
[prev]
[next]