aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* libavdevice/dshow.c: Correct CoGetMalloc checkFearThe13372016-02-131-1/+1
* x11grab: fixed next frame capture time calculationTrevor \\\\ Higgins2016-02-051-5/+5
* xv: Remove AVPicture usageTimothy Gu2016-02-021-6/+9
* sdl: Remove AVPicture usageTimothy Gu2016-02-021-4/+6
* decklink: support all valid numbers of audio channelsMatthias Hunstock2016-02-033-2/+16
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-1/+6
* avdevice/lavfi: replace deprecated avpicture_layoutPaul B Mahol2016-02-011-6/+2
* all: Make header guard names consistentTimothy Gu2016-01-312-6/+6
* libavdevice/decklink_common.h: fix broken build due to missing `/`Michael Ira Krufky2016-01-291-1/+1
* all: Add missing header guardsTimothy Gu2016-01-284-0/+18
* lavd/decklink_dec: add support for teletextMarton Balint2016-01-295-1/+106
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-6/+6
* Revert "decklink: Header cleanup"Timothy Gu2016-01-247-13/+13
* decklink: Header cleanupTimothy Gu2016-01-247-13/+13
* avdevice: Mark decklink_common.h as unconditional SKIPHEADERTimothy Gu2016-01-241-1/+2
* remove all uses of the deprecated avpicture_get_size() functionEddie Hao2016-01-172-2/+3
* Correct two build/built typosTimothy Gu2016-01-111-1/+1
* lavd/pulse_audio_enc: replace lround by lrintGanesh Ajjanagadde2015-12-211-1/+2
* avdevice/dshow_enummediatypes: check return of av_mallocGanesh Ajjanagadde2015-11-061-0/+2
* gdigrab: grab right desktop size if DPI in use, based on patch from Alexander...Matt Oliver2015-10-311-11/+17
* avdevice/caca: change AV_OPT_TYPE_STRING to set .str defaultMichael Niedermayer2015-10-311-1/+1
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-273-3/+3
* Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-276-7/+7
|\
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-267-8/+8
* | all: fix -Wextra-semi reported on clangGanesh Ajjanagadde2015-10-241-3/+3
* | avdevice/pulse_audio_common: add av_warn_unused_resultGanesh Ajjanagadde2015-10-221-0/+2
* | Merge commit 'f890677d05bc4e8b494a73373ab4cc19791bf884'Hendrik Leppkes2015-10-222-3/+5
|\|
| * Replace any remaining avpicture function with imgutilsVittorio Giovara2015-10-212-3/+5
* | avdevice/internal: add av_warn_unused_resultGanesh Ajjanagadde2015-10-161-0/+1
* | avdevice/alsa: add av_warn_unused_resultGanesh Ajjanagadde2015-10-161-0/+4
* | avdevice/libdc1394: add const to suppress "assignment discards const qualifie...Michael Niedermayer2015-09-201-5/+5
* | avdevice/xcbgrab: fix -Wunused-variableGanesh Ajjanagadde2015-09-191-1/+1
* | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.Michael Niedermayer2015-09-151-2/+2
* | avdevice/v4l2: use AV_OPT_TYPE_BOOL for use_libv4l2 optionClément Bœsch2015-09-121-1/+1
* | avdevice/caca: small trivial macros adjustmentsClément Bœsch2015-09-121-8/+10
* | avdevice/caca: remove space before ':' (English typo, cosmetics)Clément Bœsch2015-09-121-2/+2
* | avdevice/caca: use AV_OPT_TYPE_BOOL for list_drivers optionClément Bœsch2015-09-121-3/+1
* | avdevice/dshow: use AV_OPT_TYPE_BOOLClément Bœsch2015-09-081-24/+8
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-2/+2
* | Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes2015-09-051-2/+2
|\|
| * Bump major versions of all librariesVittorio Giovara2015-08-281-2/+2
* | Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-051-5/+0
* | Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes2015-09-051-12/+0
|\|
| * lavc: Drop deprecated destruct_packet related functionsVittorio Giovara2015-08-281-12/+0
* | avdevice/libdc1394: Make dc1394_frame_format and dc1394_frame_rate, staticMichael Niedermayer2015-08-301-2/+2
* | avdevice/lavfi: fix self assignment warningGanesh Ajjanagadde2015-08-231-1/+1
* | openal-dec: replace av_destruct_packet with av_free_packetAndreas Cadhalpun2015-08-221-1/+1
* | add missing FF_API_DESTRUCT_PACKET guardsAndreas Cadhalpun2015-08-221-0/+4
* | Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-182-4/+6
* | use avfilter_pad_get_{type,name} accessor functionsAndreas Cadhalpun2015-08-081-1/+1