summaryrefslogtreecommitdiff
path: root/libavdevice/lavfi.c
Commit message (Expand)AuthorAge
* avdevice/lavfi: av_malloc -> av_malloc_arrayLimin Wang2020-09-21
* avdevice/lavfi: unref the frame on failureLimin Wang2020-09-21
* avdevice/lavfi: fix FIXME and check a/v type by codec_typeLimin Wang2020-09-21
* avdevice/lavfi: Remove redundant av_packet_unref()Andreas Rheinhardt2020-09-06
* avdevice/lavfi: Use av_packet_pack_dictionary() to pack dictionaryAndreas Rheinhardt2020-09-06
* avdevice/lavfi: Don't set pkt->size to the value it already hasAndreas Rheinhardt2020-09-01
* avdevice/lavfi: Don't reimplement av_frame_get_side_data()Andreas Rheinhardt2020-09-01
* avdevice/lavfi: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2020-09-01
* libavdevice/lavfi: check avfilter_graph_dump return valueZhao Zhili2019-11-29
* 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