| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT | James Almer | 2024-03-07 | 1 | -9/+0 |
* | avfilter/buffersrc: add color_space/range parameters | Niklas Haas | 2023-12-31 | 1 | -0/+6 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -0/+9 |
* | avfilter/buffersrc.h: fix typo of the comment | Steven Liu | 2018-08-21 | 1 | -1/+1 |
* | lavfi/buffersrc: add av_buffersrc_close(). | Nicolas George | 2017-09-08 | 1 | -0/+8 |
* | lavfi: remove 2 unused lavc includes | Clément Bœsch | 2016-10-23 | 1 | -1/+0 |
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\ |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3' | Derek Buitenhuis | 2016-02-24 | 1 | -0/+74 |
|\| |
|
| * | lavfi: pass the hw frames context through the filter chain | Anton Khirnov | 2016-02-14 | 1 | -0/+74 |
* | | avfilter/buffersrc: add av_warn_unused_result attributes | Ganesh Ajjanagadde | 2015-10-11 | 1 | -0/+3 |
* | | Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0' | Hendrik Leppkes | 2015-09-05 | 1 | -37/+0 |
|\| |
|
| * | lavfi: Drop deprecated AVFilterBuffer* code | Vittorio Giovara | 2015-08-28 | 1 | -15/+0 |
* | | avfilter: add missing FF_API_AVFILTERBUFFER guards | Andreas Cadhalpun | 2015-08-30 | 1 | -0/+3 |
* | | fix various typos | Lou Logan | 2014-06-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-02-15 | 1 | -0/+11 |
|\| |
|
| * | lavfi doxy: add buffer{src,sink}.h to the main lavfi doxy group | Anton Khirnov | 2014-02-14 | 1 | -0/+11 |
* | | Merge commit '4a7d3837b4dd17fff270b55166597c093204e542' | Michael Niedermayer | 2014-02-12 | 1 | -5/+6 |
|\| |
|
| * | buffersrc: Have function parameter names match between .c and .h file | Diego Biurrun | 2014-02-12 | 1 | -5/+6 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | lavfi/buffersrc: implement flags. | Nicolas George | 2013-03-10 | 1 | -2/+23 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -5/+37 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -3/+26 |
* | | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -1/+1 |
|\| |
|
| * | buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame() | Anton Khirnov | 2012-09-17 | 1 | -1/+1 |
* | | lavfi/buffersrc: add AV_BUFFERSRC_FLAG_PUSH. | Nicolas George | 2012-08-20 | 1 | -0/+5 |
* | | lavfi: deprecate av_buffersrc_buffer() function | Stefano Sabatini | 2012-06-28 | 1 | -0/+4 |
* | | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h | Stefano Sabatini | 2012-06-25 | 1 | -0/+1 |
* | | lavfi: unify src_buffer and buffersrc. | Nicolas George | 2012-05-19 | 1 | -3/+0 |
* | | ffmpeg: add support for audio filters. | Anton Khirnov | 2012-05-17 | 1 | -0/+3 |
* | | buffersrc: export forgotten function | Michael Niedermayer | 2012-05-16 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -0/+11 |
|\| |
|
| * | buffersrc: add av_buffersrc_write_frame(). | Anton Khirnov | 2012-05-14 | 1 | -0/+11 |
* | | src_buffer: update get_nb_failed_requests name. | Nicolas George | 2012-05-06 | 1 | -0/+9 |
* | | lavfi: remove av_buffersrc_buffer. | Nicolas George | 2012-05-06 | 1 | -9/+0 |
* | | buffersrc: fix av_buffersrc_add_ref doxy. | Nicolas George | 2012-05-06 | 1 | -1/+1 |
* | | src_buffer: introduce av_buffersrc_add_ref(). | Nicolas George | 2012-05-03 | 1 | -0/+26 |
|/ |
|
* | vsrc_buffer: allow using a NULL buffer to signal EOF. | Anton Khirnov | 2012-04-14 | 1 | -0/+1 |
* | lavfi: add a new function av_buffersrc_buffer(). | Anton Khirnov | 2011-12-25 | 1 | -0/+38 |