aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* Remove double ';'Andreas Rheinhardt2021-03-011-2/+2
* avdevice: use av_gettime_relative() for elapsed time calculationsMarton Balint2021-02-275-13/+15
* avdevice/timefilter: remove obsolete comments from the docsMarton Balint2021-02-271-14/+1
* avdevice/avdevice: Deprecate AVDevice Capabilities APIAndreas Rheinhardt2021-02-143-67/+16
* avdevice/xcbgrab: don't assume xserver endiannessAndriy Gelman2021-02-061-5/+10
* avdevice/dshow: Add namespace prefix to the remaining global symbolsJames Almer2021-01-256-376/+325
* lavd/dshow: Add namespace prefix to global functionsMark Thompson2021-01-213-9/+9
* kmsgrab: Do not require the modifier to stay constant.Bas Nieuwenhuizen2021-01-131-7/+0
* kmsgrab: Use invalid modifier if modifiers weren't used.Bas Nieuwenhuizen2021-01-131-10/+17
* avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode staticChristopher Degawa2021-01-091-2/+2
* lavd/decklink_dec: Do not set codec_tags.Carl Eugen Hoyos2020-12-241-8/+0
* lavd/caca: do not access deprecated codec contextAnton Khirnov2020-12-101-1/+1
* avdevice/decklink: remove the duplicated warning messageLimin Wang2020-12-054-4/+2
* avdevice/decklink: warn about too old decklink API versionMarton Balint2020-12-031-1/+22
* avdevice/decklink_enc: simplify usage of buffercount typeMarton Balint2020-12-032-9/+2
* avdevice/decklink_dec: add support for 50/60 fps timecodeMarton Balint2020-12-031-12/+52
* avdevice/decklink_dec: fix warning for unused variableLimin Wang2020-11-231-1/+1
* avdevice/decklink: add AV_OPT_FLAG_DEPRECATED flag for list_devicesLimin Wang2020-11-232-2/+2
* avdevice/decklink: use boolean for list_devices optionLimin Wang2020-11-232-2/+2
* avdevice/decklink_dec: map the raw_format instead of hardcodeLimin Wang2020-11-214-9/+19
* avdevice/xcbgrab: Add select_region optionOmar Emara2020-11-061-0/+122
* avdevice/alldevices: stop using deprecated linked list APIJames Almer2020-10-192-46/+72
* 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/decklink_dec: fix build with older SDKMarton Balint2020-09-151-1/+1
* avdevice/decklink_dec: add support for querying RP188 High Frame Rate timecodeMarton Balint2020-09-134-2/+12
* avdevice/decklink_dec: add support for rgb/yuv pixel format autodetectionMarton Balint2020-09-132-2/+9
* avdevice/decklink_dec: use decklink_ctx->raw_format as bmdPixelFormatMarton Balint2020-09-132-6/+9
* avdevice/decklink_common.h: remove unsupported decklink version ifdefMarton Balint2020-09-131-4/+0
* 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
* avdevice/xcbgrab: check return values of xcb query functionsMoritz Barsnick2020-08-151-0/+9
* kmsgrab: Add more supported formatsMark Thompson2020-08-091-0/+9
* kmsgrab: Don't require the user to set framebuffer formatMark Thompson2020-08-091-15/+40
* kmsgrab: Use GetFB2 if availableMark Thompson2020-08-091-19/+199
* kmsgrab: Refactor and clean error casesMark Thompson2020-08-091-61/+100
* avdevice/decklink_dec: export timecode with s12m side dataLimin Wang2020-07-151-0/+14
* avdevice/decklink_dec: add support for extracting and outputing klv from vancMilos Zivkovic2020-07-035-1/+128
* lavdevice: Add AudioToolbox output device.Thilo Borgmann2020-06-153-0/+310
* Bump minor versions after branching 4.3n4.4-devMichael Niedermayer2020-06-081-1/+1
* Bump minor versions to separate 4.3 from masterMichael Niedermayer2020-06-081-2/+2
* avdevice/v4l2enc: Allow writing non-rawvideos to v4l2.David Manouchehri2020-05-091-3/+7
* avfoundation: Fix building on iOSMartin Storsjö2020-04-301-0/+4
* lavd/avfoundation.m: Do not use transport controls for screen capture devices.Thilo Borgmann2020-04-221-9/+11
* lavd/avfoundation.m: Remove transport controls for iOS.Thilo Borgmann2020-04-221-2/+10
* avdevice/opengl: add support of wrapped avframe codecMarton Balint2020-04-161-5/+12