]> git.sesse.net Git - ffmpeg/history - libavcodec/pthread.c
Add MxPEG decoder
[ffmpeg] / libavcodec / pthread.c
2011-04-26 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-25 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Alexander Strangepthread: validate_thread_parameters() ignored slice...
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Alexander Strange Merge remote-tracking branch 'ffmpeg-mt/master'
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Alexander StrangeRemove unnecessary parameter from ff_thread_init()...
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-28 Reimar DöffingerUnbreak avcodec_thread_init
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-03 Mans Rullgardthreads: allow thread count of zero
2011-03-03 Alexander Strangepthreads: Fix bug introduced with thread_safe_callbacks
2011-03-02 Mans Rullgardthreads: allow thread count of zero
2011-03-01 Alexander Strangepthreads: Fix bug introduced with thread_safe_callbacks
2011-02-11 Alexander StrangeDeprecate avcodec_thread_init()
2011-02-11 Alexander StrangeFrame-based multithreading framework using pthreads
2011-02-09 Alexander StrangeDeprecate avcodec_thread_init()
2011-02-09 Alexander StrangeFrame-based multithreading framework using pthreads
2010-03-15 Benoit FouetRemove avcodec_thread_execute from avcodec.h, and make...
2010-03-08 Andreas ÖmanMake avcodec_thread_execute2() static
2010-01-20 Måns RullgårdAlways call avcodec_thread_init()
2009-10-12 Reimar DöffingerAdd an execute2 function that is more flexible and...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-15 Diego BiurrunAvoid invasion of POSIX-reserved _t namespace.
2008-11-12 Roman ShaposhnikMaking it easier to send arbitrary structures as work...
2007-08-13 Ramiro PollaAdd attribute that forces alignment of stack to functio...
2007-07-06 Benoit Fouetset thread_opaque to NULL when freeing it
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-05-26 Michael Niedermayer10l fixes by ("Debabrata Banerjee" <davatar at comcast...
2004-05-18 Roman Shaposhnik * reimplementation using mutexes and condition varia...
2004-03-03 Michael Niedermayercount > thread_count for execute()
2004-02-19 Michael Niedermayerw32threads by (Gildas Bazin <gbazin at altern dot org>)
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation