Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-18avdevice/lavfi: pass forward video framerateTimo Rothenpieler
2022-07-18avdevice/lavfi: output wrapped AVFramesTimo Rothenpieler
2022-03-15avdevice/lavfi: remove call to deprecated function av_buffersink_get_channel_...James Almer
2022-03-15avdevice/lavfi: convert to new channel layout APIJames Almer
2021-12-03avdevice/lavfi: Don't require AV_PIX_FMT_NONE == -1Andreas Rheinhardt
2021-12-03avdevice/lavfi: Simplify setting sample_fmtsAndreas Rheinhardt
2021-12-03avdevice/lavfi: Make array static constAndreas Rheinhardt
2021-12-03avdevice/lavfi: Avoid calling av_buffersink_get_* multiple timesAndreas Rheinhardt
2021-12-03avdevice/lavfi: Use dedicated pointer to access st->codecparAndreas Rheinhardt
2021-12-03avdevice/lavfi: Don't unnecessarily write '\0' to AVBPrintAndreas Rheinhardt
2021-12-03avdevice/lavfi: Properly free an AVDictionaryAndreas Rheinhardt
2021-12-03avdevice/lavfi: Cleanup generically on read_header failureAndreas Rheinhardt
2021-08-02lavd/lavfi.c: Set time_base for 608 cc to container time_base.Yun Zhang
2021-04-27avdevice: Constify all devicesAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-03-19avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt
2021-03-01Remove double ';'Andreas Rheinhardt
2020-09-21avdevice/lavfi: av_malloc -> av_malloc_arrayLimin Wang
2020-09-21avdevice/lavfi: unref the frame on failureLimin Wang
2020-09-21avdevice/lavfi: fix FIXME and check a/v type by codec_typeLimin Wang
2020-09-06avdevice/lavfi: Remove redundant av_packet_unref()Andreas Rheinhardt
2020-09-06avdevice/lavfi: Use av_packet_pack_dictionary() to pack dictionaryAndreas Rheinhardt
2020-09-01avdevice/lavfi: Don't set pkt->size to the value it already hasAndreas Rheinhardt
2020-09-01avdevice/lavfi: Don't reimplement av_frame_get_side_data()Andreas Rheinhardt
2020-09-01avdevice/lavfi: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt
2019-11-29libavdevice/lavfi: check avfilter_graph_dump return valueZhao Zhili
2018-04-02lav*,tests: remove several register_all callsJosh de Kock
2018-01-29avdevice: migrate to AVFormatContext->urlMarton Balint
2017-10-26Merge commit 'f5950b8fd61ec85e0ad8790bea56b37ceea19436'James Almer
2017-10-21lavd/lavfi: Constify two variables.Carl Eugen Hoyos
2017-04-23avdevice: do not use AVFrame accessorMuhammad Faiz
2017-01-12lavd/lavfi: use buffersink accessors.Nicolas George
2016-06-04avdevice/lavfi: Do not set avg_frame_rate to the timebaseMichael Niedermayer
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2016-02-01avdevice/lavfi: replace deprecated avpicture_layoutPaul B Mahol
2016-01-17remove all uses of the deprecated avpicture_get_size() functionEddie Hao
2015-08-23avdevice/lavfi: fix self assignment warningGanesh Ajjanagadde
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-08-08use avfilter_pad_get_{type,name} accessor functionsAndreas Cadhalpun
2015-06-10avdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_read_packet()Michael Niedermayer
2015-01-08avdevice/lavfi: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer
2015-01-02lavd/lavfi: allow to extract subcc.Nicolas George
2014-09-14avdevice/lavfi: dont assign variables to themselfsMichael Niedermayer
2014-08-07avdevice/lavfi: Simplify non-AV stream checkMichael Niedermayer
2014-07-23lavd/lavfi: work with non-mappable files for graph_file optionAndrey Utkin
2014-07-15avutil & avdevice: remove av_bprint_fd_contents()Michael Niedermayer
2014-07-08avdevice/lavfi: add io.h, should fix msvc buildMichael Niedermayer
2014-07-08protect unistd.h with #if HAVE_UNISTD_H in code from recent av_bprint_fd_cont...Michael Niedermayer
2014-07-07avdevice/lavfi: allow non-mmappable files for graph_fileAndrey Utkin