summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* 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/iec61883: free packet on buffer allocation errorMarton Balint2018-04-181-0/+1
* Revert "Bump minor versions after 3.2 branchpoint to seperate release"Michael Niedermayer2016-10-261-1/+1
* Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer2016-10-261-1/+1
* Bump minor versions for 3.2Michael Niedermayer2016-10-261-2/+2
* lavd/decklink_dec: fix indentationMarton Balint2016-10-211-11/+11
* lavd/decklink_dec: add option to disable drawing bars on signal lossMarton Balint2016-10-215-2/+6
* lavd/openal: don't return zero sized packet if no samples are availableMarton Balint2016-10-031-3/+10
* lavd/sdl2: add sdl aliasJosh de Kock2016-09-251-1/+1
* lavd/sdl2: remove unused codeJosh de Kock2016-09-251-22/+5
* lavd/sdl2: Fix 32bit rgb formats on little-endian hardware.Carl Eugen Hoyos2016-09-241-8/+13
* lavd/sdl2: Move unsupported formats SDL_PIXELFORMAT_xxx888 updwards.Carl Eugen Hoyos2016-09-241-2/+2
* lavd: drop SDL1 device and SDL1 supportJosh de Kock2016-09-243-379/+0
* lavd/opengl: use SDL2Lukasz Marek2016-09-241-60/+49
* lavd: Add SDL2 output deviceJosh de Kock2016-09-243-0/+379
* avdevice/dshow: satisfy alloc contract betterRoger Pack2016-08-201-3/+1
* decklink: enhancement: format selection with AVRational v2Matthias Hunstock2016-08-051-7/+7
* decklink: fix: set fps on video stream v2Matthias Hunstock2016-08-051-0/+1
* decklink: Remove unneeded spaces in initializersPatrick Felt2016-08-023-27/+27
* doxygen: Standardize root-level modulesTimothy Gu2016-08-021-3/+9
* cosmetics: Correct comments in decklink_decPatrick Felt2016-08-023-4/+4
* avdev/jack: remove duplicated dispatch macrosJosh de Kock2016-07-261-10/+0
* lavd/libdc1394: distinguish between enumeration errors and no cameras foundJosh de Kock2016-07-251-3/+8
* cosmetics: fix some misspelled wordsJames Almer2016-07-171-2/+2
* avdevice/decklink_common: Replace rare spelling of Succesfully by 500 times m...Michael Niedermayer2016-06-281-1/+1
* Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'Matthieu Bouron2016-06-271-3/+6
|\
| * build: Change structure of the linker version script templatesDiego Biurrun2016-05-291-3/+5
* | avdevice/decklink: fix mingw portabilityMarton Balint2016-06-272-4/+7
* | avdevice/decklink: add support for setting input packet timestamp sourceMarton Balint2016-06-265-15/+66
* | avdevice/decklink: add support for audio and video input selectionMarton Balint2016-06-265-0/+87
* | avdevice/decklink: add support for setting duplex modeMarton Balint2016-06-265-0/+42
* | avdevice/decklink: always free decklink resources on errorMarton Balint2016-06-262-12/+18
* | avdevice/decklink: factorize device finder functionMarton Balint2016-06-264-50/+38
* | avdevice/decklink: remove unused itermode iteratorsMarton Balint2016-06-262-17/+0
* | avdevice/decklink: factorize cleanup function to common codeMarton Balint2016-06-264-17/+18
* | avdevice/decklink_dec: fix bitrate calculationsn3.2-devMarton Balint2016-06-261-1/+2
* | dshow: avoid duplicate NULL check before freerogerdpack2016-06-231-8/+4
* | dshow: don't add two instances of same device to graphsrogerdpack2016-06-232-7/+32
* | Merge commit '11de006babf735aafa3462d43dd2c02bb6ac6e2f'Clément Bœsch2016-06-221-2/+2
|\ \ | |/
| * Combine deprecation guards where appropriateDiego Biurrun2016-05-131-2/+2
* | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-222-1/+2
|\ \ | |/
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-1/+1
* | Merge commit 'b7e64fba7f37cc0399beae844f0a5dbef9219376'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * Reduce the scope of some variablesDiego Biurrun2016-05-111-1/+1
* | Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * Mark read-only tables as staticDiego Biurrun2016-05-051-1/+1
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | lavd/v4l2: allow devices not implementing VIDIOC_G_PARMNiklas Söderlund2016-06-161-5/+2