summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avdevice: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-094-4/+4
* | avdevice/dshow: Fix frame rateMichael Niedermayer2016-06-071-0/+1
* | avdevice/lavfi: Do not set avg_frame_rate to the timebaseMichael Niedermayer2016-06-041-2/+0
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis2016-05-112-77/+98
|\ \ | |/
| * build: Split test programs off into separate filesDiego Biurrun2016-04-072-71/+92
* | avdevice/decklink_dec: Convert decklink input module to use codecparFelt, Patrick2016-05-111-28/+22
* | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis2016-05-091-2/+2
|\ \ | |/
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-071-2/+2
* | lavd/avfoundation: use AVCodecParametersRick Kern2016-05-051-13/+13
* | Merge commit '439929859ae0eb9542d3bb8a0c856bd5a1d1ec48'Derek Buitenhuis2016-04-211-1/+1
|\ \ | |/
| * testprogs: Clean up #includesDiego Biurrun2016-03-241-1/+1
* | Merge commit '30e9ef21cea09fa5e880e979c9f5b39edccbb6f4'Derek Buitenhuis2016-04-171-1/+1
|\ \ | |/
| * timefilter-test: Only compile timefilter-test if JACK is enabledDiego Biurrun2016-03-231-1/+1
* | avdevice/caca: switch to codecparMichael Niedermayer2016-04-111-4/+4
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-1027-227/+226
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-2317-102/+101