summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAge
* Bump minor versions after release branchMichael Niedermayer2021-03-20
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-20
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-19
* avdevice/xcbgrab: stop using av_init_packet()James Almer2021-03-17
* avdevice/decklink_dec: stop using av_init_packet()James Almer2021-03-17
* avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer2021-03-17
* avdevice/xcbgrab: Add option for grabbing a windowsgerwk2021-03-14
* avdevice/pulse_audio_dec: do not read undersized framesMarton Balint2021-03-12
* avdevice/pulse_audio_dec: only set adjust latency flag if fragment_size is no...Marton Balint2021-03-12
* avdevice/pulse_audio_dec: query actual fragment sizeMarton Balint2021-03-12
* avdevice/alsa_dec: make sure we have enough data in non-blocking modeMarton Balint2021-03-12
* avdevice/decklink: add missing include for buffer_size_tJames Almer2021-03-11
* avdevice: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* Remove double ';'Andreas Rheinhardt2021-03-01
* avdevice: use av_gettime_relative() for elapsed time calculationsMarton Balint2021-02-27
* avdevice/timefilter: remove obsolete comments from the docsMarton Balint2021-02-27
* avdevice/avdevice: Deprecate AVDevice Capabilities APIAndreas Rheinhardt2021-02-14
* avdevice/xcbgrab: don't assume xserver endiannessAndriy Gelman2021-02-06
* avdevice/dshow: Add namespace prefix to the remaining global symbolsJames Almer2021-01-25
* lavd/dshow: Add namespace prefix to global functionsMark Thompson2021-01-21
* kmsgrab: Do not require the modifier to stay constant.Bas Nieuwenhuizen2021-01-13
* kmsgrab: Use invalid modifier if modifiers weren't used.Bas Nieuwenhuizen2021-01-13
* avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode staticChristopher Degawa2021-01-09
* lavd/decklink_dec: Do not set codec_tags.Carl Eugen Hoyos2020-12-24
* lavd/caca: do not access deprecated codec contextAnton Khirnov2020-12-10
* avdevice/decklink: remove the duplicated warning messageLimin Wang2020-12-05
* avdevice/decklink: warn about too old decklink API versionMarton Balint2020-12-03
* avdevice/decklink_enc: simplify usage of buffercount typeMarton Balint2020-12-03
* avdevice/decklink_dec: add support for 50/60 fps timecodeMarton Balint2020-12-03
* avdevice/decklink_dec: fix warning for unused variableLimin Wang2020-11-23
* avdevice/decklink: add AV_OPT_FLAG_DEPRECATED flag for list_devicesLimin Wang2020-11-23
* avdevice/decklink: use boolean for list_devices optionLimin Wang2020-11-23
* avdevice/decklink_dec: map the raw_format instead of hardcodeLimin Wang2020-11-21
* avdevice/xcbgrab: Add select_region optionOmar Emara2020-11-06
* avdevice/alldevices: stop using deprecated linked list APIJames Almer2020-10-19
* avdevice/lavfi: av_malloc -> av_malloc_arrayLimin Wang2020-09-21
* avdevice/lavfi: unref the frame on failureLimin Wang2020-09-21
* avdevice/lavfi: fix FIXME and check a/v type by codec_typeLimin Wang2020-09-21
* avdevice/decklink_dec: fix build with older SDKMarton Balint2020-09-15
* avdevice/decklink_dec: add support for querying RP188 High Frame Rate timecodeMarton Balint2020-09-13
* avdevice/decklink_dec: add support for rgb/yuv pixel format autodetectionMarton Balint2020-09-13
* avdevice/decklink_dec: use decklink_ctx->raw_format as bmdPixelFormatMarton Balint2020-09-13
* avdevice/decklink_common.h: remove unsupported decklink version ifdefMarton Balint2020-09-13
* avdevice/lavfi: Remove redundant av_packet_unref()Andreas Rheinhardt2020-09-06
* avdevice/lavfi: Use av_packet_pack_dictionary() to pack dictionaryAndreas Rheinhardt2020-09-06
* avdevice/lavfi: Don't set pkt->size to the value it already hasAndreas Rheinhardt2020-09-01
* avdevice/lavfi: Don't reimplement av_frame_get_side_data()Andreas Rheinhardt2020-09-01
* avdevice/lavfi: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2020-09-01
* avdevice/xcbgrab: check return values of xcb query functionsMoritz Barsnick2020-08-15
* kmsgrab: Add more supported formatsMark Thompson2020-08-09