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