| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avdevice/decklink: deprecate the -list_devices option | Marton Balint | 2020-01-03 | 3 | -1/+3 |
* | avdevice/decklink_dec: remove -bm_v210 option | Marton Balint | 2020-01-03 | 3 | -7/+0 |
* | avdevice/decklink_dec: remove the @mode syntax | Marton Balint | 2020-01-03 | 3 | -24/+12 |
* | avdevice/xcbgrab: capture the full desktop if video_size is not specified | Marton Balint | 2019-12-30 | 2 | -7/+7 |
* | avdevice/xcbgrab: fix packet timestamps | Marton Balint | 2019-12-30 | 1 | -5/+9 |
* | avdevice/xcbgrab: use a buffer pool for shared memory segments | Marton Balint | 2019-12-26 | 1 | -32/+47 |
* | avdevice/xcbgrab: wrap non-shm image replies in a buffer ref | Marton Balint | 2019-12-06 | 1 | -6/+15 |
* | avdevice/xcbgrab: Handle reply and error properly | Kusanagi Kouichi | 2019-12-03 | 1 | -0/+5 |
* | libavdevice/lavfi: check avfilter_graph_dump return value | Zhao Zhili | 2019-11-29 | 1 | -3/+7 |
* | avdevice/decklink: add option to drop frames till timecode is seen | Gyan Doshi | 2019-11-18 | 5 | -1/+14 |
* | avdevice/v4l2: Remove av_assert0 when format not supported | Andriy Gelman | 2019-11-06 | 1 | -1/+2 |
* | libavdevice: Update the class name as uniform style | Jun Zhao | 2019-08-15 | 12 | -12/+12 |
* | lavd/v4l2: produce a 0 byte packet when a dequeued buffer's size is unexpected | Stephan Hilb | 2019-07-30 | 1 | -3/+2 |
* | Bump minor versions again on master to keep 4.2 versions separate from mastern4.3-dev | Michael Niedermayer | 2019-07-21 | 1 | -1/+1 |
* | Bump minor versions to separate 4.2 from master | Michael Niedermayer | 2019-07-21 | 1 | -1/+1 |
* | lavd/avfoundation: Set correct default value 0 for option capture_raw_data. | Thilo Borgmann | 2019-07-08 | 1 | -1/+1 |
* | lavd/avfoundation: Reindent after last commit. | Thilo Borgmann | 2019-07-08 | 1 | -54/+54 |
* | lavd/avfoundation: Support muxed type of devices including raw muxed data cap... | Thilo Borgmann | 2019-07-08 | 1 | -9/+80 |
* | lavd/avfoundation: Refine some log messages. | Thilo Borgmann | 2019-07-08 | 1 | -4/+4 |
* | lavd/avfoundation: Change binary Options to boolean type. | Thilo Borgmann | 2019-07-08 | 1 | -5/+3 |
* | lavd/avfoundation: Remove useless index increment. | Thilo Borgmann | 2019-07-08 | 1 | -1/+0 |
* | libavdevice/gdigrab: fix ffmpeg -devices doesn't show gdigrab | Jun Zhao | 2019-05-17 | 1 | -0/+1 |
* | avdevice/decklink: fix checking video mode in SDK version 11 | Marton Balint | 2019-05-05 | 2 | -13/+10 |
* | avdevice/alsa: fix indefinite stop on closing PCM capture | Takayuki 'January June' Suwa | 2019-04-23 | 1 | -2/+4 |
* | avdevice/decklink_common: add support for DeckLink SDK 11 | Marton Balint | 2019-04-15 | 2 | -4/+55 |
* | avdevice/decklink_common: properly check DoesSupportVideoMode result when try... | Marton Balint | 2019-04-15 | 1 | -1/+1 |
* | avdevice/decklink_dec: set configs before listing formats | Marton Balint | 2019-04-15 | 1 | -6/+6 |
* | avdevice/opengl_enc: fix build error using msvc compiler | Don C. Bigler | 2019-04-10 | 1 | -1/+0 |
* | lavd/x11grab: fix vertical repositioning | Octavio Alvarez | 2019-04-06 | 1 | -1/+1 |
* | lavd/v4l2: Fix the type of the probe function. | Carl Eugen Hoyos | 2019-03-23 | 1 | -1/+1 |
* | lavd/v4l2-common: Add an entry for Z16. | Carl Eugen Hoyos | 2019-03-22 | 1 | -0/+3 |
* | lavd: Remove libndi_newtek | Carl Eugen Hoyos | 2019-03-20 | 6 | -679/+2 |
* | libavdevice/gdigrab: fix HIDPI support for mouse positioning | Dilshod Mukhtarov | 2019-01-30 | 1 | -9/+10 |
* | libavdevice/gdigrab: fix HIDPI support for window capture | Dilshod Mukhtarov | 2019-01-30 | 1 | -4/+10 |
* | lavd/iec61883: Fix the include path for poll.h. | Carl Eugen Hoyos | 2019-01-16 | 1 | -1/+1 |
* | avdevice/dshow: Fixed some minor memory leaks | Oliver Collyer | 2019-01-03 | 2 | -4/+22 |
* | lavd/v4l2: Use "int request" as second parameter for ioctl() on Android. | Carl Eugen Hoyos | 2018-12-11 | 1 | -0/+4 |
* | avdevice/decklink_enc: add support for setting genlock timing offset | Marton Balint | 2018-12-02 | 4 | -1/+9 |
* | Bump minor version for master after 4.1 branchpointn4.2-dev | Michael Niedermayer | 2018-11-02 | 1 | -1/+1 |
* | Bump minor versions for branching 4.1 | Michael Niedermayer | 2018-11-02 | 1 | -2/+2 |
* | avdevice/libndi_newtek_dec: add extra_ips option to libndi_newtek allowing us... | Anton Platov | 2018-11-01 | 2 | -2/+4 |
* | avdevice/decklink_dec: fix codec_tag of RGBA formats | BIGLER Don (Framatome) | 2018-11-01 | 1 | -2/+2 |
* | avdevice/sdl2: add option to set window position | Dave Rice | 2018-10-23 | 2 | -5/+9 |
* | avdevice/decklink: Fix compile breakage on OSX | Devin Heitmueller | 2018-10-20 | 1 | -1/+1 |
* | avdevice/decklink_dec: add option to align capture start time | Karthick Jeyapal | 2018-09-30 | 4 | -1/+13 |
* | avdevice/decklink: add support for selecting devices based on their unique ID | Marton Balint | 2018-09-23 | 3 | -21/+41 |
* | Cosmetics: Reindent after last commit. | Carl Eugen Hoyos | 2018-09-19 | 1 | -5/+5 |