summaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* dshow: crossbar dialog was frequently being displayed twice, split up option ...rogerdpack2015-01-263-5/+10
* dshow: add properties dialog for tv tunersrogerdpack2015-01-263-6/+49
* avdevice/dshow_crossbar: Avoid mixing declarations and statementsMichael Niedermayer2015-01-241-1/+2
* dshow: some devices only list themselves under "Video sources" butrogerdpack2015-01-232-36/+50
* dshow: add options for allowing filter popup configuration dialogs to be pres...rogerdpack2015-01-233-1/+69
* dshow: introduce support for crossbar [multiple input selectable] devicesrogerdpack2015-01-234-54/+270
* dshow: drop initial audio packets with weird timestampsrogerdpack2015-01-231-0/+8
* dshow: use non deprecated apirogerdpack2015-01-231-1/+1
* dshow: miscellaneous tweaksrogerdpack2015-01-232-6/+9
* dshow: allow selecting devices by an alternative name (workaround for devices...rogerdpack2015-01-231-12/+76
* avdevice/alsa-audio-common: Use *alloc_array()Michael Niedermayer2015-01-201-2/+2
* avdevice/openal-dec: Check the return code of av_new_packet()Michael Niedermayer2015-01-191-1/+2
* avdevice/pulse_audio_dec: remove double ;;Clément Bœsch2015-01-181-2/+2
* avdevice: Use av_format_get_control_message_cb()Michael Niedermayer2015-01-161-2/+2
* lavd/v4l2: implement list device callbackLukasz Marek2015-01-111-0/+77
* lavd/avdevice: introduce helper functions for sink/sources listingLukasz Marek2015-01-116-1/+149
* lavd/avdevice: remove av_ prefix from private functionLukasz Marek2015-01-111-10/+10
* avdevice/lavfi: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-081-1/+1
* lavd/lavfi: allow to extract subcc.Nicolas George2015-01-021-7/+85
* avdevice/dshow: Remove unneeded NULL checksMichael Niedermayer2014-12-281-4/+2
* avdevice/dshow: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-281-2/+2
* avdevice/dv1394: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-281-1/+1
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-191-0/+3
* Merge commit '9e06327ecb8f73c7904d10af7ad339c57cdaa788'Michael Niedermayer2014-12-191-3/+2
|\
| * xcbgrab: Move NULL check before pointer dereferenceVittorio Giovara2014-12-181-1/+5
* | lavd/alsa-audio-common: mark default device in device listLukasz Marek2014-12-141-0/+2
* | lavd/avdevice: use better option types for caps optionsLukasz Marek2014-12-141-5/+5
* | avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-121-3/+3
* | Merge commit '2c3f29c4894ee50635b846f202296ad79a7c0d33'Michael Niedermayer2014-12-101-2/+2
|\ \ | |/
| * xcbgrab: Support empty filename string correctlyLuca Barbato2014-12-101-2/+2
| * v4l2: Unify one instance of reading/storing errnoMartin Storsjö2014-11-111-3/+3
* | avdevice/xcbgrab: check xcb_query_pointer_reply_t pointer before useMichael Niedermayer2014-12-091-1/+6
* | Fix xcb 32bit pix_fmts: There is no screen transparency.Carl Eugen Hoyos2014-12-081-2/+2
* | avdevice/xcbgrab: Fix show_region rectangleDaniel Moran2014-12-071-1/+1
* | Fix standalone compilation of the iec61883 input device.Carl Eugen Hoyos2014-12-041-2/+2
* | avdevice/decklink_common: fix COM initialization failure checkJonathan Baecker2014-12-031-1/+1
* | avdevice/decklink_common: fix heap corruption run time errorJonathan Baecker2014-12-031-2/+4
* | fix Makefile objects for pulseaudio supportMichael Stypa2014-11-281-1/+1
* | msvc: Fix compilation errors due to header include order.Matthew Oliver2014-11-272-0/+2
* | avdevice/decklink_common: Fix "Cross-compiling FFmpeg on Debian for Windows w...Carl Eugen Hoyos2014-11-251-1/+0
* | avdevice/dshow: fix build, ensure that feature enable #defines are set before...Michael Niedermayer2014-11-251-1/+1
* | avdevice/xcbgrab: fix undefined reference to xcb_shape_rectangles in xcbgrab.cBoris Reisig2014-11-241-1/+5
* | avdevice/iec61883: Use av_freep(), avoid leaving stale pointers in memoryMichael Niedermayer2014-11-221-4/+4
* | avdevice/avdevice.c: Use av_freep(), avoid leaving stale pointersMichael Niedermayer2014-11-211-3/+3
* | avdevice/fbdev_common: Use av_freep(), avoid leaving stale pointersMichael Niedermayer2014-11-211-2/+2
* | avdevice/pulse_audio_common: Use av_freep(), avoid leaving stale pointersMichael Niedermayer2014-11-211-2/+2
* | avdevice/oss_audio: avoid strerror() and errbufMichael Niedermayer2014-11-171-6/+4
* | avdevice/xcbgrab: Fix/remove unneeded NULL checksMichael Niedermayer2014-11-161-8/+6
* | lavd/avfoundation: Introduce device alias 'none' to allow the user to record ...Thilo Borgmann2014-11-142-7/+11
* | lavd/avfoundation: Remove unused -frame_rate option.Carl Eugen Hoyos2014-11-121-2/+0
OpenPOWER on IntegriCloud