summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* avdevice/decklink_dec: add option to align capture start timeKarthick Jeyapal2018-09-304-1/+13
* avdevice/decklink: add support for selecting devices based on their unique IDMarton Balint2018-09-233-21/+41
* Cosmetics: Reindent after last commit.Carl Eugen Hoyos2018-09-191-5/+5
* lavd/dshow: Interpret negative height as bottom-down frame.Carl Eugen Hoyos2018-09-191-0/+4
* avdevice/pulse_audio_dec: set channel mapPaul B Mahol2018-09-141-1/+4
* lavd/avfoundation: Fix skewed video outputRick Kern2018-09-141-7/+49
* avdevice/decklink: Add support for EIA-708 output over SDIDevin Heitmueller2018-09-094-12/+195
* avdevice/decklink_enc: add support for setting duplex modeMarton Balint2018-09-093-1/+6
* avdevice/decklink_enc: print preroll and buffer sizeGyan Doshi2018-08-241-0/+3
* avdevice/v4l2enc: add video4linux2 name aliasLou Logan2018-06-181-1/+1
* avdevice/decklink_dec: capture timecode to metadata when requestedJon Morley2018-06-135-1/+63
* avdevice/decklink_common: Move DECKLINK_* string functions into headerJon Morley2018-06-132-30/+30
* avdevice/decklink_dec: use std::atomic for decklink_input_callback refcountingMarton Balint2018-06-132-22/+14
* avdevice/decklink_dec: use a custom memory allocatorMarton Balint2018-06-131-0/+50
* avdevice/sdl2 : add option to define if the window quit action is availableMartin Vignali2018-05-191-1/+3
* avdevice/sdl2output : fix setting window_sizeMartin Vignali2018-05-191-4/+2
* lavd/v4l2: Add ARGB and XRGB packed pixel formatsAnton Leontiev2018-05-101-0/+6
* avdevice/decklink_dec: unref packets on avpacket_queue_put errorMarton Balint2018-04-301-0/+3
* avdevice/decklink_dec: do not copy video dataMarton Balint2018-04-301-0/+12
* avdevice/android_camera: Fix AVClass.versionMichael Niedermayer2018-04-191-1/+1
* avdevice/iec61883: free the private context at the endJames Almer2018-04-181-0/+1
* avdevice/iec61883: return reference counted packetsJames Almer2018-04-181-4/+13
* avdevice/decklink_commmon: enhance error messages when iterator creation failsMarton Balint2018-04-181-14/+14
* lavd/vfwcap: Pass pointers to int instead of long to av_parse_video_size().Carl Eugen Hoyos2018-04-181-1/+4
* Bump minor versions after release/4.0 branchingn4.1-devMichael Niedermayer2018-04-161-1/+1
* Bump minor versions for branching release/4.0Michael Niedermayer2018-04-161-1/+1
* lavfi,lavd: add gitignore for generated static component listsJosh de Kock2018-04-051-0/+2
* avdevice/decklink_dec: use av_packet_make_refcounted to ensure packets are re...James Almer2018-04-021-8/+6
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-2/+0
* lavf: move avpriv function definition to internal.hJosh de Kock2018-04-021-0/+1
* lavd: remove linked listsJosh de Kock2018-03-311-48/+39
* Revert "lavd: add new API for iterating input and output devices"Josh de Kock2018-03-315-170/+89
* kmsgrab: add category for kmsgrabJun Zhao2018-03-261-0/+1
* avdevice/decklink: fix leak when listing devices and there is no memoryMarton Balint2018-03-241-12/+5
* lavd: fix iterating of input and output devicesFelix Matouschek2018-03-181-5/+2
* avdevice: add android_camera indevFelix Matouschek2018-02-224-1/+874
* avdevice/decklink_dec: Fix ;;Michael Niedermayer2018-02-151-1/+1
* avdevice/decklink_dec: extract NTSC VANCRay Tiley2018-02-131-3/+20
* api: add missing version bumps and APIChanges entriesJames Almer2018-02-061-2/+2
* lavd: add new API for iterating input and output devicesJosh de Kock2018-02-065-89/+172
* avdevice: migrate to AVFormatContext->urlMarton Balint2018-01-2831-57/+59
* avdevice/decklink: Fix compilation of module on OSXDevin Heitmueller2018-01-201-0/+11
* avdevice/decklink: Suppress warning about misuse of struct instead of classDevin Heitmueller2018-01-201-1/+1
* avdevice/decklink: addition of absolute wallclock option for pts sourceVishwanath Dixit2018-01-204-5/+15
* avdevice/decklink: addition of PTS_SRC_NB in enum DecklinkPtsSourceVishwanath Dixit2018-01-202-2/+3
* avdevice/decklink: addition of copyts optionVishwanath Dixit2018-01-203-7/+13
* avdevice/gdigrab: Fix screen size and mouse position calculations on hi-DPI s...Harald Gaechter2018-01-121-2/+8
* lavd/alsa: Double maximum alsa buffer size.Carl Eugen Hoyos2017-11-271-1/+1
* avdevice/decklink_dec: autodetect the video input formatKarthick J2017-11-223-14/+77
* avdevice/decklink: refactor ff_decklink_set_format functionKarthick J2017-11-214-14/+35