| Commit message (Expand) | Author | Age | Files | Lines |
* | avdevice/decklink_common: Use defined(__APPLE__) instead of __APPLE__ | Michael Niedermayer | 2015-02-08 | 1 | -1/+1 |
* | avdevice/decklink_common: Fix Decklink for Mac | Georg Lippitsch | 2015-02-08 | 1 | -0/+10 |
* | avdevice/decklink: 10 Bit support for Decklink input device | Georg Lippitsch | 2015-02-08 | 3 | -4/+16 |
* | lavd/libcdio: add more paranoia mode constants | Stefano Sabatini | 2015-01-31 | 1 | -1/+3 |
* | lavd/libcdio: apply minor fixes to options documentation | Stefano Sabatini | 2015-01-31 | 1 | -5/+5 |
* | Merge commit '6a808f5ae17f1fcdbcfb18055872c12aef70ffff' | Michael Niedermayer | 2015-01-28 | 1 | -0/+1 |
|\ |
|
| * | libdc1394: Add support for MONO8 (gray) video mode | Clay McClure | 2015-01-28 | 1 | -0/+1 |
* | | dshow: tweak logging | rogerdpack | 2015-01-26 | 2 | -5/+11 |
* | | dshow: crossbar dialog was frequently being displayed twice, split up option ... | rogerdpack | 2015-01-26 | 3 | -5/+10 |
* | | dshow: add properties dialog for tv tuners | rogerdpack | 2015-01-26 | 3 | -6/+49 |
* | | avdevice/dshow_crossbar: Avoid mixing declarations and statements | Michael Niedermayer | 2015-01-24 | 1 | -1/+2 |
* | | dshow: some devices only list themselves under "Video sources" but | rogerdpack | 2015-01-23 | 2 | -36/+50 |
* | | dshow: add options for allowing filter popup configuration dialogs to be pres... | rogerdpack | 2015-01-23 | 3 | -1/+69 |
* | | dshow: introduce support for crossbar [multiple input selectable] devices | rogerdpack | 2015-01-23 | 4 | -54/+270 |
* | | dshow: drop initial audio packets with weird timestamps | rogerdpack | 2015-01-23 | 1 | -0/+8 |
* | | dshow: use non deprecated api | rogerdpack | 2015-01-23 | 1 | -1/+1 |
* | | dshow: miscellaneous tweaks | rogerdpack | 2015-01-23 | 2 | -6/+9 |
* | | dshow: allow selecting devices by an alternative name (workaround for devices... | rogerdpack | 2015-01-23 | 1 | -12/+76 |
* | | avdevice/alsa-audio-common: Use *alloc_array() | Michael Niedermayer | 2015-01-20 | 1 | -2/+2 |
* | | avdevice/openal-dec: Check the return code of av_new_packet() | Michael Niedermayer | 2015-01-19 | 1 | -1/+2 |
* | | avdevice/pulse_audio_dec: remove double ;; | Clément Bœsch | 2015-01-18 | 1 | -2/+2 |
* | | avdevice: Use av_format_get_control_message_cb() | Michael Niedermayer | 2015-01-16 | 1 | -2/+2 |
* | | lavd/v4l2: implement list device callback | Lukasz Marek | 2015-01-11 | 1 | -0/+77 |
* | | lavd/avdevice: introduce helper functions for sink/sources listing | Lukasz Marek | 2015-01-11 | 6 | -1/+149 |
* | | lavd/avdevice: remove av_ prefix from private function | Lukasz Marek | 2015-01-11 | 1 | -10/+10 |
* | | avdevice/lavfi: Use avio_closep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2015-01-08 | 1 | -1/+1 |
* | | lavd/lavfi: allow to extract subcc. | Nicolas George | 2015-01-02 | 1 | -7/+85 |
* | | avdevice/dshow: Remove unneeded NULL checks | Michael Niedermayer | 2014-12-28 | 1 | -4/+2 |
* | | avdevice/dshow: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-28 | 1 | -2/+2 |
* | | avdevice/dv1394: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-28 | 1 | -1/+1 |
* | | Add FFMPEG_VERSION into the binary libs | Michael Niedermayer | 2014-12-19 | 1 | -0/+3 |
* | | Merge commit '9e06327ecb8f73c7904d10af7ad339c57cdaa788' | Michael Niedermayer | 2014-12-19 | 1 | -3/+2 |
|\| |
|
| * | xcbgrab: Move NULL check before pointer dereference | Vittorio Giovara | 2014-12-18 | 1 | -1/+5 |
* | | lavd/alsa-audio-common: mark default device in device list | Lukasz Marek | 2014-12-14 | 1 | -0/+2 |
* | | lavd/avdevice: use better option types for caps options | Lukasz Marek | 2014-12-14 | 1 | -5/+5 |
* | | avdevice/v4l2: use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-12 | 1 | -3/+3 |
* | | Merge commit '2c3f29c4894ee50635b846f202296ad79a7c0d33' | Michael Niedermayer | 2014-12-10 | 1 | -2/+2 |
|\| |
|
| * | xcbgrab: Support empty filename string correctly | Luca Barbato | 2014-12-10 | 1 | -2/+2 |
| * | v4l2: Unify one instance of reading/storing errno | Martin Storsjö | 2014-11-11 | 1 | -3/+3 |
* | | avdevice/xcbgrab: check xcb_query_pointer_reply_t pointer before use | Michael Niedermayer | 2014-12-09 | 1 | -1/+6 |
* | | Fix xcb 32bit pix_fmts: There is no screen transparency. | Carl Eugen Hoyos | 2014-12-08 | 1 | -2/+2 |
* | | avdevice/xcbgrab: Fix show_region rectangle | Daniel Moran | 2014-12-07 | 1 | -1/+1 |
* | | Fix standalone compilation of the iec61883 input device. | Carl Eugen Hoyos | 2014-12-04 | 1 | -2/+2 |
* | | avdevice/decklink_common: fix COM initialization failure check | Jonathan Baecker | 2014-12-03 | 1 | -1/+1 |
* | | avdevice/decklink_common: fix heap corruption run time error | Jonathan Baecker | 2014-12-03 | 1 | -2/+4 |
* | | fix Makefile objects for pulseaudio support | Michael Stypa | 2014-11-28 | 1 | -1/+1 |
* | | msvc: Fix compilation errors due to header include order. | Matthew Oliver | 2014-11-27 | 2 | -0/+2 |
* | | avdevice/decklink_common: Fix "Cross-compiling FFmpeg on Debian for Windows w... | Carl Eugen Hoyos | 2014-11-25 | 1 | -1/+0 |
* | | avdevice/dshow: fix build, ensure that feature enable #defines are set before... | Michael Niedermayer | 2014-11-25 | 1 | -1/+1 |
* | | avdevice/xcbgrab: fix undefined reference to xcb_shape_rectangles in xcbgrab.c | Boris Reisig | 2014-11-24 | 1 | -1/+5 |