]> git.sesse.net Git - ffmpeg/history - libavcodec/pthread.c
vp9: split superframes in the filtering stage before actual decoding
[ffmpeg] / libavcodec / pthread.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec flags
2013-11-04 Anton Khirnovlavc: split slice and frame threading functions into...
2013-11-04 Anton Khirnovpthread: drop avcodec_ prefixes from static functions
2013-10-31 Anton Khirnovlavc: deprecate AVCodecContext.debug_mv
2013-10-21 Ben Jacksonpthread: Avoid spurious wakeups
2013-10-13 Derek Buitenhuispthread: Fix deadlock during thread initialization
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-07-16 Sean McGovernpthread: Rename thread_init to avoid symbol collision
2013-05-24 Anton KhirnovMove get_logical_cpus() from lavc/pthread to lavu/cpu.
2013-05-24 Anton Khirnovw32pthreads: move from lavc to compat/
2013-05-17 Anton Khirnovpthread: reindent
2013-05-17 Anton Khirnovlavc/pthread: remove obsolete checks
2013-04-22 Janne Grunauthreads: always call thread_finish_setup for intra...
2013-03-26 Janne Grunauhwaccel: fix use with frame based multithreading
2013-03-19 Hendrik Leppkespthread: unref already decoded frames when flushing...
2013-03-11 Anton Khirnovpthread: unref the decoded but not returned frames...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-08 Anton Khirnovpthread: avoid copying input packets when possible.
2013-01-29 Anton Khirnovpthread: make ff_thread_release_buffer idempotent.
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-09-25 Anton Khirnovpthread: make sure AVFrame.extended_data is set properly.
2012-08-18 Mans Rullgardpthread: add const to AVCodec pointers
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-06-14 Diego BiurrunAvoid C99 variable declarations within for statements.
2012-05-07 Sean McGovernpthread: warn on high thread counts
2012-04-21 Mans Rullgardavcodec: remove AVCodecContext.dsp_mask
2012-04-13 Dale Curtispthread: Fix crash due to fctx->delaying not being...
2012-03-24 Alexander Strangepthread: Immediately release all frames in ff_thread_fl...
2012-03-24 Ronald S. Bultjepthread: free progress if buffer allocation failed.
2012-03-24 Ronald S. Bultjelavc/avconv: support changing frame sizes in codecs...
2012-03-16 Uoti Urpalathreads: fix old frames returned after avcodec_flush_bu...
2012-03-04 Anton Khirnovlavc: deprecate AVCodecContext.sub_id.
2012-02-27 Anton Khirnovlavc: reorder AVCodecContext fields.
2012-01-21 Janne Grunauthreads: update slice_count and slice_offset from user...
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2012-01-03 Daniel Verkampwin32: detect number of CPUs using affinity
2012-01-01 Janne Grunauthreads: limit the number of automatic threads to MAX_A...
2012-01-01 Janne Grunauthreads: introduce CODEC_CAP_AUTO_THREADS and add it...
2011-12-31 Janne Grunauthreads: add sysconf based number of CPUs detection
2011-12-31 Janne Grunauthreads: always include necessary headers for number...
2011-12-27 Janne Grunauthreads: test for sys/param.h and include it for sysctl...
2011-12-25 Stefano Sabatinilavc: add format field to AVFrame
2011-12-25 Stefano Sabatinilavc: add width and height fields to AVFrame
2011-12-25 Stefano Sabatinilavc: add a sample_aspect_ratio field to AVFrame
2011-12-23 Janne Grunauthreads: check defines before using them in automatic...
2011-12-23 Janne Grunaupthread: include sys/types.h before sys/sysctl.h
2011-12-22 Janne Grunaubsd: use number of logical CPUs as automatic thread...
2011-12-22 Janne Grunauwindows: use number of CPUs as automatic thread count
2011-12-22 Janne Grunaulinux: use number of CPUs as automatic thread count
2011-12-22 Janne Grunaupthreads: reset active_thread_type when slice thread_in...
2011-12-18 Mans Rullgardavcodec: deprecate AVFrame.age
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-11-29 Aaron Colwellpthread: don't increment index on zero-sized packets.
2011-11-27 Cheng Sunpthread: track thread existence in a separate variable.
2011-11-26 Cheng Sun[PATCH] Fix crash when initializing multi-threaded...
2011-11-25 Janne Grunauframe-mt: return consumed packet size in ff_thread_deco...
2011-11-22 Janne Grunaupthread: do not touch has_b_frames
2011-11-21 Justin Rugglespthread: add some malloc failure checks
2011-11-19 Justin Rugglesavcodec: move some AVCodecContext fields to an internal...
2011-10-26 Janne Grunauthreads: restore has_b_frames in frame_thread_free
2011-10-16 Steven Waltersw32threads: support for frame multithreading
2011-10-14 Ronald S. Bultjepthread: prevent updating AVCodecContext from itself...
2011-10-14 Ronald S. Bultjepthread: copy coded frame dimensions in update_context_...
2011-07-11 Ronald S. Bultjevp8/mt: flush worker thread, not application thread...
2011-07-11 Ronald S. Bultjemt: proper locking around release_buffer calls.
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-21 Ronald S. BultjeIntroduce slice threads flag.
2011-04-09 Alexander Strangepthread: validate_thread_parameters() ignored slice...
2011-04-05 Alexander StrangeRemove unnecessary parameter from ff_thread_init()...
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-02 Mans Rullgardthreads: allow thread count of zero
2011-03-01 Alexander Strangepthreads: Fix bug introduced with thread_safe_callbacks
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