Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-02threads: limit the number of automatic threads to MAX_AUTO_THREADSJanne Grunau
2012-01-01threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau
2012-01-01pthread: dont autoenable frame threads with visualizationMichael Niedermayer
2012-01-01pthread: Limit automatic threads to mb_height.Michael Niedermayer
2012-01-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-31threads: add sysconf based number of CPUs detectionJanne Grunau
2011-12-31threads: always include necessary headers for number of CPUs detectionJanne Grunau
2011-12-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-27threads: test for sys/param.h and include it for sysctl on OpenBSDJanne Grunau
2011-12-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-25lavc: add format field to AVFrameStefano Sabatini
2011-12-25lavc: add width and height fields to AVFrameStefano Sabatini
2011-12-25lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini
2011-12-23pthread: sysctl.h needs param.h on openbsdMichael Niedermayer
2011-12-23threads: check defines before using them in automatic thread detectionJanne Grunau
2011-12-23pthread: include sys/types.h before sys/sysctl.hJanne Grunau
2011-12-23threads: check defines before using them in automatic thread detectionJanne Grunau
2011-12-23pthread: include sys/types.h before sys/sysctl.hJanne Grunau
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-23bsd: use number of logical CPUs as automatic thread countJanne Grunau
2011-12-23windows: use number of CPUs as automatic thread countJanne Grunau
2011-12-23linux: use number of CPUs as automatic thread countJanne Grunau
2011-12-23pthreads: reset active_thread_type when slice thread_init returrns earlyJanne Grunau
2011-12-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-19avcodec: deprecate AVFrame.ageMans Rullgard
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-12-08pthread: fixed thread initialization issues related to thread-safe buffer all...Anatoliy Wasserman
2011-11-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-29pthread: don't increment index on zero-sized packets.Aaron Colwell
2011-11-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-27pthread: check pthread_create() return value.Michael Niedermayer
2011-11-27pthread: next try on freeing threads without crashing.Michael Niedermayer
2011-11-27pthread: track thread existence in a separate variable.Cheng Sun
2011-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-26[PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.Cheng Sun
2011-11-26pthreads: fix segfault due to the thread beimg killed before it has been allo...Michael Niedermayer
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-25frame-mt: return consumed packet size in ff_thread_decode_frameJanne Grunau
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22pthread: do not touch has_b_framesJanne Grunau
2011-11-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-21pthread: add some malloc failure checksJustin Ruggles
2011-11-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-13lavc: add supports of OS/2 threadsKO Myung-Hun
2011-11-10pthreads: export the delay that was previously exported by mangling has_b_fra...Michael Niedermayer
2011-11-09pthreads: drop has_b_frames mangling, its buggy in many many ways,Michael Niedermayer
2011-10-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer