summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Collapse)AuthorAge
...
| * v4l2: Use the codec descriptor facilityLuca Barbato2015-03-02
| | | | | | | | | | The encoder or decoder might be disabled but the format would be supported for at least remuxing.
* | Merge commit '802987f8c7033ec8b82b35438d3822cf7f761166'Michael Niedermayer2015-03-01
|\| | | | | | | | | | | | | | | | | | | * commit '802987f8c7033ec8b82b35438d3822cf7f761166': x11grab: Unbreak building Conflicts: libavdevice/x11grab.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x11grab: Unbreak buildingChristian Hujer2015-02-28
| | | | | | | | | | | | | | The correct macro is DEC not D. Broken in b31328d008985f87f0a7c83c700847cef1a4f08c Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavd/alsa: set frame_size field.Nicolas George2015-02-26
| | | | | | | | The value tells the typical size of a packet from the demuxer.
* | Merge commit '85b3b1c4ba7af9c2658442b0aafd27d613e1854b'Michael Niedermayer2015-02-25
|\| | | | | | | | | | | | | | | | | | | | | * commit '85b3b1c4ba7af9c2658442b0aafd27d613e1854b': xcbgrab: Unbreak parsing filename options Conflicts: libavdevice/xcbgrab.c See: db442c873631065e8719df6da91c016d25501084 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * xcbgrab: Unbreak parsing filename optionsLuca Barbato2015-02-24
| | | | | | | | | | | | CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'b31328d008985f87f0a7c83c700847cef1a4f08c'Michael Niedermayer2015-02-25
|\| | | | | | | | | | | | | | | | | | | | | * commit 'b31328d008985f87f0a7c83c700847cef1a4f08c': xcbgrab: Provide better names for the y and x option Conflicts: doc/indevs.texi libavdevice/x11grab.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * xcbgrab: Provide better names for the y and x optionLuca Barbato2015-02-24
| | | | | | | | | | | | | | | | | | | | Incidentally `-y` also collides with avconv global options. Update x11grab to match and document the option. CC: libav-stable@libav.org Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '81ef46020fa654720e3beb4f5551ba634fae262a'Michael Niedermayer2015-02-16
|\| | | | | | | | | | | | | | | | | | | * commit '81ef46020fa654720e3beb4f5551ba634fae262a': bktr: Use av_strerror and propagate error codes Conflicts: libavdevice/bktr.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * bktr: Use av_strerror and propagate error codesHimangi Saraogi2015-02-15
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * xcbgrab: Use the correct geometry for the region highlightDaniel Moran2015-02-15
| | | | | | | | | | | | | | The feature is implemented using a transparent window and drawing inside it a rectangle filling the whole window to highlight it. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'd40815a982c36ff9da09ae3edb5e3bd7d97b5d42'Michael Niedermayer2015-02-15
|\| | | | | | | | | | | | | | | | | | | | | * commit 'd40815a982c36ff9da09ae3edb5e3bd7d97b5d42': xcbgrab: Correctly make shm optional Conflicts: libavdevice/xcbgrab.c See: 8c0ae9015a2bd8b3f4f92c35570e592e7fdeaef0 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * xcbgrab: Correctly make shm optionalLuca Barbato2015-02-15
| | | | | | | | | | The segment field in the struct has to be conditionally build as well.
* | avdevice/decklink_common: Use defined(__APPLE__) instead of __APPLE__Michael Niedermayer2015-02-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avdevice/decklink_common: Fix Decklink for MacGeorg Lippitsch2015-02-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avdevice/decklink: 10 Bit support for Decklink input deviceGeorg Lippitsch2015-02-08
| | | | | | | | | | | | | | Example to capture video clip at 1080i50 10 bit: ffmpeg -bm_v210 1 -f decklink -i 'UltraStudio Mini Recorder@11' -acodec copy -vcodec copy output.avi Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavd/libcdio: add more paranoia mode constantsStefano Sabatini2015-01-31
| |
* | lavd/libcdio: apply minor fixes to options documentationStefano Sabatini2015-01-31
| |
* | Merge commit '6a808f5ae17f1fcdbcfb18055872c12aef70ffff'Michael Niedermayer2015-01-28
|\| | | | | | | | | | | | | * commit '6a808f5ae17f1fcdbcfb18055872c12aef70ffff': libdc1394: Add support for MONO8 (gray) video mode Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * libdc1394: Add support for MONO8 (gray) video modeClay McClure2015-01-28
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | dshow: tweak loggingrogerdpack2015-01-26
| | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | dshow: crossbar dialog was frequently being displayed twice, split up option ↵rogerdpack2015-01-26
| | | | | | | | | | | | so it can be just once Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | dshow: add properties dialog for tv tunersrogerdpack2015-01-26
| | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | avdevice/dshow_crossbar: Avoid mixing declarations and statementsMichael Niedermayer2015-01-24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dshow: some devices only list themselves under "Video sources" butrogerdpack2015-01-23
| | | | | | | | | | | | | | actually have both video and audio output pins, so make the audio pins accessible by video source name. Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | dshow: add options for allowing filter popup configuration dialogs to be ↵rogerdpack2015-01-23
| | | | | | | | | | | | presented to the user Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | dshow: introduce support for crossbar [multiple input selectable] devicesrogerdpack2015-01-23
| | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | dshow: drop initial audio packets with weird timestampsrogerdpack2015-01-23
| | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | dshow: use non deprecated apirogerdpack2015-01-23
| | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | dshow: miscellaneous tweaksrogerdpack2015-01-23
| | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | dshow: allow selecting devices by an alternative name (workaround for ↵rogerdpack2015-01-23
| | | | | | | | | | | | devices with symbols in them), allow specifying capture pins by name and alternative (unique) name Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | avdevice/alsa-audio-common: Use *alloc_array()Michael Niedermayer2015-01-20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avdevice/openal-dec: Check the return code of av_new_packet()Michael Niedermayer2015-01-19
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avdevice/pulse_audio_dec: remove double ;;Clément Bœsch2015-01-18
| |
* | avdevice: Use av_format_get_control_message_cb()Michael Niedermayer2015-01-16
| | | | | | | | | | | | | | This is required as the location of this field could change and is specified in libavformat not avdevice Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavd/v4l2: implement list device callbackLukasz Marek2015-01-11
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | lavd/avdevice: introduce helper functions for sink/sources listingLukasz Marek2015-01-11
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | lavd/avdevice: remove av_ prefix from private functionLukasz Marek2015-01-11
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | avdevice/lavfi: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavd/lavfi: allow to extract subcc.Nicolas George2015-01-02
| | | | | | | | | | Signed-off-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avdevice/dshow: Remove unneeded NULL checksMichael Niedermayer2014-12-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avdevice/dshow: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avdevice/dv1394: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-19
| | | | | | | | | | | | This simplifies identifying from which revision a binary of a lib came from Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '9e06327ecb8f73c7904d10af7ad339c57cdaa788'Michael Niedermayer2014-12-19
|\| | | | | | | | | | | | | | | | | | | | | * commit '9e06327ecb8f73c7904d10af7ad339c57cdaa788': xcbgrab: Move NULL check before pointer dereference Conflicts: libavdevice/xcbgrab.c See: e86df0206f06b8d1e97e2b60db8f74a398d53127 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * xcbgrab: Move NULL check before pointer dereferenceVittorio Giovara2014-12-18
| | | | | | | | Bug-Id: CID 1254668
* | lavd/alsa-audio-common: mark default device in device listLukasz Marek2014-12-14
| | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | lavd/avdevice: use better option types for caps optionsLukasz Marek2014-12-14
| | | | | | | | | | | | | | Using dedicated types allows to use format/layout names, not just raw int values. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
* | avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '2c3f29c4894ee50635b846f202296ad79a7c0d33'Michael Niedermayer2014-12-10
|\| | | | | | | | | | | | | | | | | | | | | * commit '2c3f29c4894ee50635b846f202296ad79a7c0d33': xcbgrab: Support empty filename string correctly Conflicts: libavdevice/xcbgrab.c See: 62eca2f827d441f52125191fd78c96b67a7ba30c Merged-by: Michael Niedermayer <michaelni@gmx.at>