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
2019-07-21Bump minor versions to separate 4.2 from masterMichael Niedermayer
2019-07-08lavd/avfoundation: Set correct default value 0 for option capture_raw_data.Thilo Borgmann
2019-07-08lavd/avfoundation: Reindent after last commit.Thilo Borgmann
2019-07-08lavd/avfoundation: Support muxed type of devices including raw muxed data cap...Thilo Borgmann
2019-07-08lavd/avfoundation: Refine some log messages.Thilo Borgmann
2019-07-08lavd/avfoundation: Change binary Options to boolean type.Thilo Borgmann
2019-07-08lavd/avfoundation: Remove useless index increment.Thilo Borgmann
2019-05-17libavdevice/gdigrab: fix ffmpeg -devices doesn't show gdigrabJun Zhao
2019-05-05avdevice/decklink: fix checking video mode in SDK version 11Marton Balint
2019-04-24avdevice/alsa: fix indefinite stop on closing PCM captureTakayuki 'January June' Suwa
2019-04-15avdevice/decklink_common: add support for DeckLink SDK 11Marton Balint
2019-04-15avdevice/decklink_common: properly check DoesSupportVideoMode result when try...Marton Balint
2019-04-15avdevice/decklink_dec: set configs before listing formatsMarton Balint
2019-04-10avdevice/opengl_enc: fix build error using msvc compilerDon C. Bigler
2019-04-06lavd/x11grab: fix vertical repositioningOctavio Alvarez
2019-03-24lavd/v4l2: Fix the type of the probe function.Carl Eugen Hoyos
2019-03-22lavd/v4l2-common: Add an entry for Z16.Carl Eugen Hoyos
2019-03-20lavd: Remove libndi_newtekCarl Eugen Hoyos
2019-01-30libavdevice/gdigrab: fix HIDPI support for mouse positioningDilshod Mukhtarov
2019-01-30libavdevice/gdigrab: fix HIDPI support for window captureDilshod Mukhtarov
2019-01-16lavd/iec61883: Fix the include path for poll.h.Carl Eugen Hoyos
2019-01-03avdevice/dshow: Fixed some minor memory leaksOliver Collyer
2018-12-11lavd/v4l2: Use "int request" as second parameter for ioctl() on Android.Carl Eugen Hoyos
2018-12-02avdevice/decklink_enc: add support for setting genlock timing offsetMarton Balint
2018-11-02Bump minor version for master after 4.1 branchpointn4.2-devMichael Niedermayer
2018-11-02Bump minor versions for branching 4.1Michael Niedermayer
2018-11-01avdevice/libndi_newtek_dec: add extra_ips option to libndi_newtek allowing us...Anton Platov
2018-11-01avdevice/decklink_dec: fix codec_tag of RGBA formatsBIGLER Don (Framatome)
2018-10-23avdevice/sdl2: add option to set window positionDave Rice
2018-10-20avdevice/decklink: Fix compile breakage on OSXDevin Heitmueller
2018-09-30avdevice/decklink_dec: add option to align capture start timeKarthick Jeyapal
2018-09-23avdevice/decklink: add support for selecting devices based on their unique IDMarton Balint
2018-09-19Cosmetics: Reindent after last commit.Carl Eugen Hoyos
2018-09-19lavd/dshow: Interpret negative height as bottom-down frame.Carl Eugen Hoyos
2018-09-14avdevice/pulse_audio_dec: set channel mapPaul B Mahol
2018-09-14lavd/avfoundation: Fix skewed video outputRick Kern
2018-09-09avdevice/decklink: Add support for EIA-708 output over SDIDevin Heitmueller
2018-09-09avdevice/decklink_enc: add support for setting duplex modeMarton Balint
2018-08-24avdevice/decklink_enc: print preroll and buffer sizeGyan Doshi
2018-06-19avdevice/v4l2enc: add video4linux2 name aliasLou Logan
2018-06-13avdevice/decklink_dec: capture timecode to metadata when requestedJon Morley
2018-06-13avdevice/decklink_common: Move DECKLINK_* string functions into headerJon Morley
2018-06-13avdevice/decklink_dec: use std::atomic for decklink_input_callback refcountingMarton Balint
2018-06-13avdevice/decklink_dec: use a custom memory allocatorMarton Balint
2018-05-19avdevice/sdl2 : add option to define if the window quit action is availableMartin Vignali
2018-05-19avdevice/sdl2output : fix setting window_sizeMartin Vignali
2018-05-10lavd/v4l2: Add ARGB and XRGB packed pixel formatsAnton Leontiev
2018-04-30avdevice/decklink_dec: unref packets on avpacket_queue_put errorMarton Balint
2018-04-30avdevice/decklink_dec: do not copy video dataMarton Balint
2018-04-20avdevice/android_camera: Fix AVClass.versionMichael Niedermayer