summaryrefslogtreecommitdiff
path: root/libavdevice/lavfi.c
Commit message (Expand)AuthorAge
* lav*,tests: remove several register_all callsJosh de Kock2018-04-02
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-28
* Merge commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436'James Almer2017-10-26
* lavd/lavfi: Constify two variables.Carl Eugen Hoyos2017-10-21
* avdevice: do not use AVFrame accessorMuhammad Faiz2017-04-23
* lavd/lavfi: use buffersink accessors.Nicolas George2017-01-12
* avdevice/lavfi: Do not set avg_frame_rate to the timebaseMichael Niedermayer2016-06-04
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* avdevice/lavfi: replace deprecated avpicture_layoutPaul B Mahol2016-02-01
* remove all uses of the deprecated avpicture_get_size() functionEddie Hao2016-01-17
* avdevice/lavfi: fix self assignment warningGanesh Ajjanagadde2015-08-23
* Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* use avfilter_pad_get_{type,name} accessor functionsAndreas Cadhalpun2015-08-08
* avdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_read_packet()Michael Niedermayer2015-06-10
* avdevice/lavfi: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
* lavd/lavfi: allow to extract subcc.Nicolas George2015-01-02
* avdevice/lavfi: dont assign variables to themselfsMichael Niedermayer2014-09-13
* avdevice/lavfi: Simplify non-AV stream checkMichael Niedermayer2014-08-07
* lavd/lavfi: work with non-mappable files for graph_file optionAndrey Utkin2014-07-23
* avutil & avdevice: remove av_bprint_fd_contents()Michael Niedermayer2014-07-15
* avdevice/lavfi: add io.h, should fix msvc buildMichael Niedermayer2014-07-08
* protect unistd.h with #if HAVE_UNISTD_H in code from recent av_bprint_fd_cont...Michael Niedermayer2014-07-08
* avdevice/lavfi: allow non-mmappable files for graph_fileAndrey Utkin2014-07-07
* avdevice/lavfi: Use av_malloc_array()Michael Niedermayer2014-06-07
* lavd: add categories to device implementationsLukasz Marek2014-03-03
* lavd/lavfi: support unknown channel layouts.Nicolas George2013-11-03
* avdevice/lavfi: fix input with unknown channel layoutMichael Niedermayer2013-07-13
* lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini2013-07-03
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* avdevice/lavfi: add error checking for av_opt_set_int_list()Michael Niedermayer2013-04-12
* buffersink: switch from opaque to AVOptions for paramsMichael Niedermayer2013-04-12
* abuffersink: switch from opaque to AVOptions for paramsMichael Niedermayer2013-04-12
* lavd/lavfi: upgrade to AVFrame.Nicolas George2013-03-15
* Remove references to the "ff" variant of buffersink.Nicolas George2013-03-12
* avformat/lavfi: force probesize to cover at least 30 framesMichael Niedermayer2013-02-28
* lavd/lavfi: fix float.h include.Clément Bœsch2012-12-06
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* lavd/lavfi: fix leak in case of failureStefano Sabatini2012-10-25
* lavd/lavfi: add graph_file optionStefano Sabatini2012-10-23
* lavc: add lavfi metadata support.Clément Bœsch2012-10-21
* lavd: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-12
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* lavd/lavfi: push frames until the last sink is EOFStefano Sabatini2012-09-20
* lavd/lavfi: apply stylistic fixes to the options help fieldsStefano Sabatini2012-09-11
* avoid ambigous buffersink namesMichael Niedermayer2012-09-01
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* lavfi: remove old video sink APIStefano Sabatini2012-06-26
* lavd/lavfi: do not set the channel layout list.Nicolas George2012-06-21
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16