1273 Commits (d62606480f41ac26ec98be45166cc11530276e83)

Author SHA1 Message Date
Alexandre Lision 4f979418c7 avfoundation: Simple capture 9 years ago
Ganesh Ajjanagadde 6f1ddc726f avdevice/dshow_enummediatypes: check return of av_malloc 9 years ago
Matt Oliver e82883aa88 gdigrab: grab right desktop size if DPI in use, based on patch from Alexander Brotzge 9 years ago
Michael Niedermayer 865f6f410f avdevice/caca: change AV_OPT_TYPE_STRING to set .str default 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Ganesh Ajjanagadde 38f4e973ef all: fix -Wextra-semi reported on clang 9 years ago
Ganesh Ajjanagadde a7c5005d7b avdevice/pulse_audio_common: add av_warn_unused_result 9 years ago
Vittorio Giovara f890677d05 Replace any remaining avpicture function with imgutils 9 years ago
Ganesh Ajjanagadde 6d0c8cb79a avdevice/internal: add av_warn_unused_result 9 years ago
Ganesh Ajjanagadde 5e80a6cd31 avdevice/alsa: add av_warn_unused_result 9 years ago
Michael Niedermayer f67170e81b avdevice/libdc1394: add const to suppress "assignment discards const qualifier from pointer target type" warnings 9 years ago
Ganesh Ajjanagadde 6a817ac1e9 avdevice/xcbgrab: fix -Wunused-variable 9 years ago
Michael Niedermayer 7404f3bdb9 lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. 9 years ago
Clément Bœsch 5cae43e718 avdevice/v4l2: use AV_OPT_TYPE_BOOL for use_libv4l2 option 9 years ago
Clément Bœsch 2c364ef82d avdevice/caca: small trivial macros adjustments 9 years ago
Clément Bœsch 79f0f1a80b avdevice/caca: remove space before ':' (English typo, cosmetics) 9 years ago
Clément Bœsch 9d0a6ede30 avdevice/caca: use AV_OPT_TYPE_BOOL for list_drivers option 9 years ago
Clément Bœsch a68d6cf5b4 avdevice/dshow: use AV_OPT_TYPE_BOOL 9 years ago
Hendrik Leppkes 5d8e836d0e Replace all remaining occurances of step/depth_minus1 and offset_plus1 9 years ago
Hendrik Leppkes 83a5df54ea Remove left-over FF_API_DESTRUCT_PACKET cruft 9 years ago
Michael Niedermayer ab800add7b avdevice/libdc1394: Make dc1394_frame_format and dc1394_frame_rate, static 9 years ago
Vittorio Giovara e88103a7f9 Bump major versions of all libraries 9 years ago
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 9 years ago
Ganesh Ajjanagadde 9aaac04107 avdevice/lavfi: fix self assignment warning 9 years ago
Andreas Cadhalpun 9acf5341d6 openal-dec: replace av_destruct_packet with av_free_packet 9 years ago
Andreas Cadhalpun c363843a53 add missing FF_API_DESTRUCT_PACKET guards 9 years ago
Ronald S. Bultje 229843aa35 Replace av_dlog with ff_dlog. 9 years ago
Andreas Cadhalpun 9126ae4b6b use avfilter_pad_get_{type,name} accessor functions 9 years ago
Carl Eugen Hoyos 4c4f14c717 lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE when reading a h264 stream. 9 years ago
rogerdpack bed1d9ec7a dshow: show more debug timestamp info 9 years ago
Chris Spencer 9c41126e1b avdevice/decklink: Fix build error caused by a change in the SDK. 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Dan Flett 87f98a2b9d fbdev: Support the RGB565 colour space. 9 years ago
Luca Barbato c8b8271379 xcbgrab: Explicitly include xcb/shape.h 10 years ago
Vittorio Giovara 0f87f9b4fc lavd: Add library identifier 10 years ago
Andreas Cadhalpun 28efeb6502 doc: avoid incorrect phrase 'allows to' 10 years ago
Carl Eugen Hoyos 3323c5f353 Remove a few occurences of "long long" from the libraries. 10 years ago
Michael Niedermayer 8ddc415515 avdevice/openal-dec: Make al_format_info const 10 years ago
Michael Niedermayer 913685f552 avdevice/lavfi: do not rescale AV_NOPTS_VALUE in lavfi_read_packet() 10 years ago
Vittorio Giovara bc1eace1b3 jack: Check memory allocation 10 years ago
Michael Niedermayer 7c453277a3 avdevice/iec61883: Check pthread init for failures 10 years ago
Clément Bœsch 272f87fc5c avdevice/x11grab: use av_clip() instead of nested min & max 10 years ago
Michael Niedermayer f8598cefe9 avdevice/v4l2: Fix vertical alignment in list_formats() output 10 years ago
Michael Niedermayer d1d8ee5e91 avdevice/v4l2: Try to fix build on netbsd/openbsd 10 years ago
Giorgio Vazzana 28f20d2ff4 lavd/v4l2: produce a 0 byte packet when a dequeued buffer is flagged with V4L2_BUF_FLAG_ERROR 10 years ago
Giorgio Vazzana 23e6cf832f lavd/v4l2: fix typo 10 years ago
Michael Niedermayer bc6f84fff7 avdevice/dshow_capture: avoid #ifdef, use ff_dlog() for dshowdebug() 10 years ago
Nicolas George 7971fa9ce0 lavd/xcbgrab: fix comparison with screen size. 10 years ago