summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* 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
* avdevice/xv: add support of wrapped avframe codecMarton Balint2020-04-161-8/+14
* avdevice/decklink_dec: increase autodetect timeout to 3 secMarton Balint2020-04-041-2/+2
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-171-1/+1
* lavd/avfoundation: Add basic transport control observation for capable devices.Thilo Borgmann2020-03-161-8/+59
* avdevice/decklink: add support for SDK version 11.5Marton Balint2020-02-261-1/+16
* avdevice/decklink_dec: fix stopping streams in read_closeMarton Balint2020-02-262-2/+1
* lavd/opengl_enc: check strings before parsing them.Nicolas George2020-02-201-0/+4
* lavd/opengl_enc: use proper context for logging.Nicolas George2020-02-201-9/+10
* lavd/avfoundation.m: Add an option to drop late frames.Thilo Borgmann2020-02-071-1/+3
* avdevice/xcbgrab: check if frame size fits in INT_MAXMarton Balint2020-01-241-6/+14
* avdevice/xcbgrab: move some initialization code from pixfmt_from_pixmap_forma...Marton Balint2020-01-241-11/+13
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* avdevice/decklink: deprecate the -list_devices optionMarton Balint2020-01-033-1/+3
* avdevice/decklink_dec: remove -bm_v210 optionMarton Balint2020-01-033-7/+0
* avdevice/decklink_dec: remove the @mode syntaxMarton Balint2020-01-033-24/+12
* avdevice/xcbgrab: capture the full desktop if video_size is not specifiedMarton Balint2019-12-302-7/+7
* avdevice/xcbgrab: fix packet timestampsMarton Balint2019-12-301-5/+9
* avdevice/xcbgrab: use a buffer pool for shared memory segmentsMarton Balint2019-12-261-32/+47
* avdevice/xcbgrab: wrap non-shm image replies in a buffer refMarton Balint2019-12-061-6/+15
* avdevice/xcbgrab: Handle reply and error properlyKusanagi Kouichi2019-12-031-0/+5
* libavdevice/lavfi: check avfilter_graph_dump return valueZhao Zhili2019-11-291-3/+7
* avdevice/decklink: add option to drop frames till timecode is seenGyan Doshi2019-11-185-1/+14
* avdevice/v4l2: Remove av_assert0 when format not supportedAndriy Gelman2019-11-061-1/+2
* libavdevice: Update the class name as uniform styleJun Zhao2019-08-1512-12/+12
* lavd/v4l2: produce a 0 byte packet when a dequeued buffer's size is unexpectedStephan Hilb2019-07-301-3/+2