summaryrefslogtreecommitdiff
path: root/libavdevice/lavfi.c
Commit message (Expand)AuthorAge
* avdevice/lavfi: pass forward video framerateTimo Rothenpieler2022-07-18
* avdevice/lavfi: output wrapped AVFramesTimo Rothenpieler2022-07-18
* avdevice/lavfi: remove call to deprecated function av_buffersink_get_channel_...James Almer2022-03-15
* avdevice/lavfi: convert to new channel layout APIJames Almer2022-03-15
* avdevice/lavfi: Don't require AV_PIX_FMT_NONE == -1Andreas Rheinhardt2021-12-03
* avdevice/lavfi: Simplify setting sample_fmtsAndreas Rheinhardt2021-12-03
* avdevice/lavfi: Make array static constAndreas Rheinhardt2021-12-03
* avdevice/lavfi: Avoid calling av_buffersink_get_* multiple timesAndreas Rheinhardt2021-12-03
* avdevice/lavfi: Use dedicated pointer to access st->codecparAndreas Rheinhardt2021-12-03
* avdevice/lavfi: Don't unnecessarily write '\0' to AVBPrintAndreas Rheinhardt2021-12-03
* avdevice/lavfi: Properly free an AVDictionaryAndreas Rheinhardt2021-12-03
* avdevice/lavfi: Cleanup generically on read_header failureAndreas Rheinhardt2021-12-03
* lavd/lavfi.c: Set time_base for 608 cc to container time_base.Yun Zhang2021-08-02
* avdevice: Constify all devicesAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-19
* Remove double ';'Andreas Rheinhardt2021-03-01
* 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