index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavdevice
Commit message (
Expand
)
Author
Age
Files
Lines
*
avdevice/decklink: remove the duplicated warning message
Limin Wang
2020-12-05
4
-4
/
+2
*
avdevice/decklink: warn about too old decklink API version
Marton Balint
2020-12-03
1
-1
/
+22
*
avdevice/decklink_enc: simplify usage of buffercount type
Marton Balint
2020-12-03
2
-9
/
+2
*
avdevice/decklink_dec: add support for 50/60 fps timecode
Marton Balint
2020-12-03
1
-12
/
+52
*
avdevice/decklink_dec: fix warning for unused variable
Limin Wang
2020-11-23
1
-1
/
+1
*
avdevice/decklink: add AV_OPT_FLAG_DEPRECATED flag for list_devices
Limin Wang
2020-11-23
2
-2
/
+2
*
avdevice/decklink: use boolean for list_devices option
Limin Wang
2020-11-23
2
-2
/
+2
*
avdevice/decklink_dec: map the raw_format instead of hardcode
Limin Wang
2020-11-21
4
-9
/
+19
*
avdevice/xcbgrab: Add select_region option
Omar Emara
2020-11-06
1
-0
/
+122
*
avdevice/alldevices: stop using deprecated linked list API
James Almer
2020-10-19
2
-46
/
+72
*
avdevice/lavfi: av_malloc -> av_malloc_array
Limin Wang
2020-09-21
1
-1
/
+1
*
avdevice/lavfi: unref the frame on failure
Limin Wang
2020-09-21
1
-7
/
+12
*
avdevice/lavfi: fix FIXME and check a/v type by codec_type
Limin Wang
2020-09-21
1
-2
/
+4
*
avdevice/decklink_dec: fix build with older SDK
Marton Balint
2020-09-15
1
-1
/
+1
*
avdevice/decklink_dec: add support for querying RP188 High Frame Rate timecode
Marton Balint
2020-09-13
4
-2
/
+12
*
avdevice/decklink_dec: add support for rgb/yuv pixel format autodetection
Marton Balint
2020-09-13
2
-2
/
+9
*
avdevice/decklink_dec: use decklink_ctx->raw_format as bmdPixelFormat
Marton Balint
2020-09-13
2
-6
/
+9
*
avdevice/decklink_common.h: remove unsupported decklink version ifdef
Marton Balint
2020-09-13
1
-4
/
+0
*
avdevice/lavfi: Remove redundant av_packet_unref()
Andreas Rheinhardt
2020-09-06
1
-1
/
+0
*
avdevice/lavfi: Use av_packet_pack_dictionary() to pack dictionary
Andreas Rheinhardt
2020-09-06
1
-17
/
+8
*
avdevice/lavfi: Don't set pkt->size to the value it already has
Andreas Rheinhardt
2020-09-01
1
-1
/
+0
*
avdevice/lavfi: Don't reimplement av_frame_get_side_data()
Andreas Rheinhardt
2020-09-01
1
-6
/
+2
*
avdevice/lavfi: Use av_packet_move_ref() for packet ownership transfer
Andreas Rheinhardt
2020-09-01
1
-4
/
+1
*
avdevice/xcbgrab: check return values of xcb query functions
Moritz Barsnick
2020-08-15
1
-0
/
+9
*
kmsgrab: Add more supported formats
Mark Thompson
2020-08-09
1
-0
/
+9
*
kmsgrab: Don't require the user to set framebuffer format
Mark Thompson
2020-08-09
1
-15
/
+40
*
kmsgrab: Use GetFB2 if available
Mark Thompson
2020-08-09
1
-19
/
+199
*
kmsgrab: Refactor and clean error cases
Mark Thompson
2020-08-09
1
-61
/
+100
*
avdevice/decklink_dec: export timecode with s12m side data
Limin Wang
2020-07-15
1
-0
/
+14
*
avdevice/decklink_dec: add support for extracting and outputing klv from vanc
Milos Zivkovic
2020-07-03
5
-1
/
+128
*
lavdevice: Add AudioToolbox output device.
Thilo Borgmann
2020-06-15
3
-0
/
+310
*
Bump minor versions after branching 4.3
n4.4-dev
Michael Niedermayer
2020-06-08
1
-1
/
+1
*
Bump minor versions to separate 4.3 from master
Michael Niedermayer
2020-06-08
1
-2
/
+2
*
avdevice/v4l2enc: Allow writing non-rawvideos to v4l2.
David Manouchehri
2020-05-09
1
-3
/
+7
*
avfoundation: Fix building on iOS
Martin Storsjö
2020-04-30
1
-0
/
+4
*
lavd/avfoundation.m: Do not use transport controls for screen capture devices.
Thilo Borgmann
2020-04-22
1
-9
/
+11
*
lavd/avfoundation.m: Remove transport controls for iOS.
Thilo Borgmann
2020-04-22
1
-2
/
+10
*
avdevice/opengl: add support of wrapped avframe codec
Marton Balint
2020-04-16
1
-5
/
+12
*
avdevice/xv: add support of wrapped avframe codec
Marton Balint
2020-04-16
1
-8
/
+14
*
avdevice/decklink_dec: increase autodetect timeout to 3 sec
Marton Balint
2020-04-04
1
-2
/
+2
*
remove CHAR_MIN/CHAR_MAX usage
Paul B Mahol
2020-03-17
1
-1
/
+1
*
lavd/avfoundation: Add basic transport control observation for capable devices.
Thilo Borgmann
2020-03-16
1
-8
/
+59
*
avdevice/decklink: add support for SDK version 11.5
Marton Balint
2020-02-26
1
-1
/
+16
*
avdevice/decklink_dec: fix stopping streams in read_close
Marton Balint
2020-02-26
2
-2
/
+1
*
lavd/opengl_enc: check strings before parsing them.
Nicolas George
2020-02-20
1
-0
/
+4
*
lavd/opengl_enc: use proper context for logging.
Nicolas George
2020-02-20
1
-9
/
+10
*
lavd/avfoundation.m: Add an option to drop late frames.
Thilo Borgmann
2020-02-07
1
-1
/
+3
*
avdevice/xcbgrab: check if frame size fits in INT_MAX
Marton Balint
2020-01-24
1
-6
/
+14
*
avdevice/xcbgrab: move some initialization code from pixfmt_from_pixmap_forma...
Marton Balint
2020-01-24
1
-11
/
+13
*
Silence "string-plus-int" warning shown by clang.
Carl Eugen Hoyos
2020-01-06
1
-1
/
+1
[next]