summaryrefslogtreecommitdiff
path: root/libavdevice/lavfi.c
Commit message (Expand)AuthorAgeFilesLines
* avdevice/lavfi: check that pointer is setPaul B Mahol2023-05-101-0/+4
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-0/+8
* avdevice/lavfi: pass forward video framerateTimo Rothenpieler2022-07-181-0/+5
* avdevice/lavfi: output wrapped AVFramesTimo Rothenpieler2022-07-181-54/+35
* avdevice/lavfi: remove call to deprecated function av_buffersink_get_channel_...James Almer2022-03-151-6/+4
* avdevice/lavfi: convert to new channel layout APIJames Almer2022-03-151-2/+5
* avdevice/lavfi: Don't require AV_PIX_FMT_NONE == -1Andreas Rheinhardt2021-12-031-1/+1
* avdevice/lavfi: Simplify setting sample_fmtsAndreas Rheinhardt2021-12-031-2/+3
* avdevice/lavfi: Make array static constAndreas Rheinhardt2021-12-031-5/+4
* avdevice/lavfi: Avoid calling av_buffersink_get_* multiple timesAndreas Rheinhardt2021-12-031-8/+8
* avdevice/lavfi: Use dedicated pointer to access st->codecparAndreas Rheinhardt2021-12-031-12/+13
* avdevice/lavfi: Don't unnecessarily write '\0' to AVBPrintAndreas Rheinhardt2021-12-031-3/+0
* avdevice/lavfi: Properly free an AVDictionaryAndreas Rheinhardt2021-12-031-1/+1
* avdevice/lavfi: Cleanup generically on read_header failureAndreas Rheinhardt2021-12-031-2/+1
* lavd/lavfi.c: Set time_base for 608 cc to container time_base.Yun Zhang2021-08-021-0/+4
* avdevice: Constify all devicesAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-191-1/+1
* Remove double ';'Andreas Rheinhardt2021-03-011-2/+2
* avdevice/lavfi: av_malloc -> av_malloc_arrayLimin Wang2020-09-211-1/+1
* avdevice/lavfi: unref the frame on failureLimin Wang2020-09-211-7/+12
* avdevice/lavfi: fix FIXME and check a/v type by codec_typeLimin Wang2020-09-211-2/+4
* avdevice/lavfi: Remove redundant av_packet_unref()Andreas Rheinhardt2020-09-061-1/+0
* avdevice/lavfi: Use av_packet_pack_dictionary() to pack dictionaryAndreas Rheinhardt2020-09-061-17/+8
* avdevice/lavfi: Don't set pkt->size to the value it already hasAndreas Rheinhardt2020-09-011-1/+0
* avdevice/lavfi: Don't reimplement av_frame_get_side_data()Andreas Rheinhardt2020-09-011-6/+2
* avdevice/lavfi: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2020-09-011-4/+1
* libavdevice/lavfi: check avfilter_graph_dump return valueZhao Zhili2019-11-291-3/+7
* 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