| Commit message (Expand) | Author | Age | Files | Lines |
* | libavdevice/lavfi: check avfilter_graph_dump return value | Zhao Zhili | 2019-11-29 | 1 | -3/+7 |
* | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 1 | -2/+0 |
* | avdevice: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -1/+1 |
* | Merge commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436' | James Almer | 2017-10-26 | 1 | -1/+0 |
* | lavd/lavfi: Constify two variables. | Carl Eugen Hoyos | 2017-10-21 | 1 | -1/+1 |
* | avdevice: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -5/+5 |
* | lavd/lavfi: use buffersink accessors. | Nicolas George | 2017-01-12 | 1 | -18/+19 |
* | avdevice/lavfi: Do not set avg_frame_rate to the timebase | Michael Niedermayer | 2016-06-04 | 1 | -2/+0 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -16/+16 |
* | Update demuxers and protocols for protocol whitelist support | Michael Niedermayer | 2016-02-02 | 1 | -1/+6 |
* | avdevice/lavfi: replace deprecated avpicture_layout | Paul B Mahol | 2016-02-01 | 1 | -6/+2 |
* | remove all uses of the deprecated avpicture_get_size() function | Eddie Hao | 2016-01-17 | 1 | -1/+2 |
* | avdevice/lavfi: fix self assignment warning | Ganesh Ajjanagadde | 2015-08-23 | 1 | -1/+1 |
* | Replace av_dlog with ff_dlog. | Ronald S. Bultje | 2015-08-18 | 1 | -3/+4 |
* | use avfilter_pad_get_{type,name} accessor functions | Andreas Cadhalpun | 2015-08-08 | 1 | -1/+1 |
* | avdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_read_packet() | Michael Niedermayer | 2015-06-10 | 1 | -1/+1 |
* | avdevice/lavfi: Use avio_closep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | lavd/lavfi: allow to extract subcc. | Nicolas George | 2015-01-02 | 1 | -7/+85 |
* | avdevice/lavfi: dont assign variables to themselfs | Michael Niedermayer | 2014-09-13 | 1 | -6/+6 |
* | avdevice/lavfi: Simplify non-AV stream check | Michael Niedermayer | 2014-08-07 | 1 | -8/+4 |
* | lavd/lavfi: work with non-mappable files for graph_file option | Andrey Utkin | 2014-07-23 | 1 | -15/+15 |
* | avutil & avdevice: remove av_bprint_fd_contents() | Michael Niedermayer | 2014-07-15 | 1 | -23/+16 |
* | avdevice/lavfi: add io.h, should fix msvc build | Michael Niedermayer | 2014-07-08 | 1 | -0/+3 |
* | protect unistd.h with #if HAVE_UNISTD_H in code from recent av_bprint_fd_cont... | Michael Niedermayer | 2014-07-08 | 1 | -1/+4 |
* | avdevice/lavfi: allow non-mmappable files for graph_file | Andrey Utkin | 2014-07-07 | 1 | -16/+17 |
* | avdevice/lavfi: Use av_malloc_array() | Michael Niedermayer | 2014-06-07 | 1 | -1/+1 |
* | lavd: add categories to device implementations | Lukasz Marek | 2014-03-03 | 1 | -0/+1 |
* | lavd/lavfi: support unknown channel layouts. | Nicolas George | 2013-11-03 | 1 | -0/+4 |
* | avdevice/lavfi: fix input with unknown channel layout | Michael Niedermayer | 2013-07-13 | 1 | -1/+1 |
* | lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the... | Stefano Sabatini | 2013-07-03 | 1 | -1/+1 |
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -2/+2 |
* | avdevice/lavfi: add error checking for av_opt_set_int_list() | Michael Niedermayer | 2013-04-12 | 1 | -4/+4 |
* | buffersink: switch from opaque to AVOptions for params | Michael Niedermayer | 2013-04-12 | 1 | -5/+2 |
* | abuffersink: switch from opaque to AVOptions for params | Michael Niedermayer | 2013-04-12 | 1 | -4/+3 |
* | lavd/lavfi: upgrade to AVFrame. | Nicolas George | 2013-03-15 | 1 | -21/+28 |
* | Remove references to the "ff" variant of buffersink. | Nicolas George | 2013-03-12 | 1 | -2/+2 |
* | avformat/lavfi: force probesize to cover at least 30 frames | Michael Niedermayer | 2013-02-28 | 1 | -0/+4 |
* | lavd/lavfi: fix float.h include. | Clément Bœsch | 2012-12-06 | 1 | -1/+1 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | lavd/lavfi: fix leak in case of failure | Stefano Sabatini | 2012-10-25 | 1 | -3/+3 |
* | lavd/lavfi: add graph_file option | Stefano Sabatini | 2012-10-23 | 1 | -0/+29 |
* | lavc: add lavfi metadata support. | Clément Bœsch | 2012-10-21 | 1 | -0/+23 |
* | lavd: do not use av_pix_fmt_descriptors directly | Paul B Mahol | 2012-10-12 | 1 | -3/+6 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
* | lavd/lavfi: push frames until the last sink is EOF | Stefano Sabatini | 2012-09-20 | 1 | -4/+19 |
* | lavd/lavfi: apply stylistic fixes to the options help fields | Stefano Sabatini | 2012-09-11 | 1 | -2/+2 |
* | avoid ambigous buffersink names | Michael Niedermayer | 2012-09-01 | 1 | -2/+2 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
* | lavfi: remove old video sink API | Stefano Sabatini | 2012-06-26 | 1 | -6/+0 |
* | lavd/lavfi: do not set the channel layout list. | Nicolas George | 2012-06-21 | 1 | -2/+0 |