pthread: Fix deadlock during thread initialization
[platform/upstream/libav.git] / libavfilter / vf_fade.c
2013-05-24 Anton Khirnovvf_fade: support slice threading
2013-05-16 Anton Khirnovvf_fade: use the name 's' for the pointer to the privat...
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovvf_fade: switch to an AVOptions-based system.
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2012-11-28 Anton Khirnovlavfi: merge start_frame/draw_slice/end_frame
2012-10-12 Anton Khirnovlavfi: do not use av_pix_fmt_descriptors directly.
2012-10-10 Mans Rullgardlavfi: convert input/ouput list compound literals to...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-07-22 Anton Khirnovlavfi: add error handling to end_frame().
2012-07-22 Anton Khirnovlavfi: add error handling to draw_slice().
2012-07-21 Ronald S. Bultjelavfi: use const for AVFilterPad declarations in all...
2012-06-26 Anton Khirnovlavfi: make filters less verbose.
2012-06-26 Anton Khirnovlavfi: remove 'opaque' parameter from AVFilter.init()
2012-06-13 Anton Khirnovlavfi: make AVFilterPad opaque after two major bumps.
2012-06-05 Anton Khirnovlavfi: remove request/poll and drawing functions from...
2012-06-05 Anton Khirnovlavfi: make formats API private on next bump.
2012-05-22 Anton Khirnovlavfi: remove avfilter_null_* from public API on next...
2012-01-14 Diego Biurruncosmetics: Move static and inline attributes to more...
2011-04-25 Mark Himsleyfade: fix draw_slice() check on fade->factor value
2011-04-25 Mark Himsleyfade: make draw_slice() chroma check against planes...
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-03 Brandon Minternlavfi: add fade filter