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
2020-10-19avdevice/alldevices: stop using deprecated linked list APIJames Almer
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-15avdevice/decklink_dec: fix build with older SDKMarton Balint
2020-09-13avdevice/decklink_dec: add support for querying RP188 High Frame Rate timecodeMarton Balint
2020-09-13avdevice/decklink_dec: add support for rgb/yuv pixel format autodetectionMarton Balint
2020-09-13avdevice/decklink_dec: use decklink_ctx->raw_format as bmdPixelFormatMarton Balint
2020-09-13avdevice/decklink_common.h: remove unsupported decklink version ifdefMarton Balint
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
2020-08-15avdevice/xcbgrab: check return values of xcb query functionsMoritz Barsnick
2020-08-09kmsgrab: Add more supported formatsMark Thompson
2020-08-09kmsgrab: Don't require the user to set framebuffer formatMark Thompson
2020-08-09kmsgrab: Use GetFB2 if availableMark Thompson
2020-08-09kmsgrab: Refactor and clean error casesMark Thompson
2020-07-15avdevice/decklink_dec: export timecode with s12m side dataLimin Wang
2020-07-03avdevice/decklink_dec: add support for extracting and outputing klv from vancMilos Zivkovic
2020-06-15lavdevice: Add AudioToolbox output device.Thilo Borgmann
2020-06-08Bump minor versions after branching 4.3n4.4-devMichael Niedermayer
2020-06-08Bump minor versions to separate 4.3 from masterMichael Niedermayer
2020-05-09avdevice/v4l2enc: Allow writing non-rawvideos to v4l2.David Manouchehri
2020-04-30avfoundation: Fix building on iOSMartin Storsjö
2020-04-22lavd/avfoundation.m: Do not use transport controls for screen capture devices.Thilo Borgmann
2020-04-22lavd/avfoundation.m: Remove transport controls for iOS.Thilo Borgmann
2020-04-17avdevice/opengl: add support of wrapped avframe codecMarton Balint
2020-04-17avdevice/xv: add support of wrapped avframe codecMarton Balint
2020-04-04avdevice/decklink_dec: increase autodetect timeout to 3 secMarton Balint
2020-03-18remove CHAR_MIN/CHAR_MAX usagePaul B Mahol
2020-03-16lavd/avfoundation: Add basic transport control observation for capable devices.Thilo Borgmann
2020-02-26avdevice/decklink: add support for SDK version 11.5Marton Balint
2020-02-26avdevice/decklink_dec: fix stopping streams in read_closeMarton Balint
2020-02-20lavd/opengl_enc: check strings before parsing them.Nicolas George
2020-02-20lavd/opengl_enc: use proper context for logging.Nicolas George
2020-02-07lavd/avfoundation.m: Add an option to drop late frames.Thilo Borgmann
2020-01-24avdevice/xcbgrab: check if frame size fits in INT_MAXMarton Balint
2020-01-24avdevice/xcbgrab: move some initialization code from pixfmt_from_pixmap_forma...Marton Balint
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2020-01-03avdevice/decklink: deprecate the -list_devices optionMarton Balint
2020-01-03avdevice/decklink_dec: remove -bm_v210 optionMarton Balint
2020-01-03avdevice/decklink_dec: remove the @mode syntaxMarton Balint
2019-12-31avdevice/xcbgrab: capture the full desktop if video_size is not specifiedMarton Balint
2019-12-30avdevice/xcbgrab: fix packet timestampsMarton Balint
2019-12-26avdevice/xcbgrab: use a buffer pool for shared memory segmentsMarton Balint
2019-12-06avdevice/xcbgrab: wrap non-shm image replies in a buffer refMarton Balint
2019-12-03avdevice/xcbgrab: Handle reply and error properlyKusanagi Kouichi
2019-11-29libavdevice/lavfi: check avfilter_graph_dump return valueZhao Zhili