[libav-commits] lavfi: add avfilter_unref_bufferp()

2012-07-20 Thread Robert Nagy
Module: libav Branch: master Commit: b70d89a033dacf53758256f875f1b23ce0ae13f1 Author:Robert Nagy rona...@gmail.com Committer: Anton Khirnov an...@khirnov.net Date: Mon Apr 16 08:17:25 2012 +0200 lavfi: add avfilter_unref_bufferp() Signed-off-by: Anton Khirnov an...@khirnov.net

[libav-commits] yadif: Flush filter on eof.

2012-05-14 Thread Robert Nagy
Module: libav Branch: master Commit: 394a0267abd6a292932f858949449b5cd6f8efda Author:Robert Nagy rona...@gmail.com Committer: Anton Khirnov an...@khirnov.net Date: Mon May 14 14:25:25 2012 +0200 yadif: Flush filter on eof. Signed-off-by: Anton Khirnov an...@khirnov.net

[libav-commits] yadif: Improve pts accuracy.

2012-05-14 Thread Robert Nagy
Module: libav Branch: master Commit: 7dd56d411e1e5afbf0c0d42b40256a59e1d2f217 Author:Robert Nagy rona...@gmail.com Committer: Anton Khirnov an...@khirnov.net Date: Sat May 12 19:40:41 2012 +0200 yadif: Improve pts accuracy. Signed-off-by: Anton Khirnov an...@khirnov.net

[libav-commits] vf_yadif: fix missing error handling for avfilter_poll_frame()

2012-05-07 Thread Robert Nagy
Module: libav Branch: master Commit: a07578f3f2a5ad5cd5dcc5de5ee173254f191435 Author:Robert Nagy rona...@gmail.com Committer: Diego Biurrun di...@biurrun.de Date: Sun Apr 15 15:46:37 2012 +0200 vf_yadif: fix missing error handling for avfilter_poll_frame() --- libavfilter/vf_yadif.c

[libav-commits] avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation.

2012-05-06 Thread Robert Nagy
Module: libav Branch: master Commit: ad0278661b2625e56e09d1ee96f404fc575a9edf Author:Robert Nagy rona...@gmail.com Committer: Diego Biurrun di...@biurrun.de Date: Sat Apr 14 20:31:45 2012 +0200 avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation. Signed-off