summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* avdevice/libcdio: fix AVStream.cur_dts usageJames Almer2021-06-091-4/+1
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-071-1/+1
* avdevice: Constify all devicesAndreas Rheinhardt2021-04-2734-66/+66
* Bump major versions of all libraries.Anton Khirnov2021-04-271-2/+2
* avdevice/avdevice: Constify av_*_device_next APIAndreas Rheinhardt2021-04-272-12/+12
* avdevice/avdevice: Constify avdevice_list_input_sources/output_sinksAndreas Rheinhardt2021-04-272-4/+4
* avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-274-5/+5
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-271-15/+0
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-272-2/+2
* libavdevice/gdigrab: fix capture of windows with non-ASCII titlesHe Yang2021-04-131-1/+14
* Bump minor versions after release branchn4.5-devMichael Niedermayer2021-03-201-1/+1
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-201-1/+1
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-192-2/+2
* avdevice/xcbgrab: stop using av_init_packet()James Almer2021-03-171-4/+0
* avdevice/decklink_dec: stop using av_init_packet()James Almer2021-03-171-8/+4
* avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer2021-03-175-17/+20
* avdevice/xcbgrab: Add option for grabbing a windowsgerwk2021-03-141-18/+52
* avdevice/pulse_audio_dec: do not read undersized framesMarton Balint2021-03-121-30/+41
* avdevice/pulse_audio_dec: only set adjust latency flag if fragment_size is no...Marton Balint2021-03-121-1/+1
* avdevice/pulse_audio_dec: query actual fragment sizeMarton Balint2021-03-121-0/+9
* avdevice/alsa_dec: make sure we have enough data in non-blocking modeMarton Balint2021-03-123-10/+18
* avdevice/decklink: add missing include for buffer_size_tJames Almer2021-03-112-0/+2
* avdevice: use the buffer_size_t typedef where requiredJames Almer2021-03-103-3/+4
* Remove double ';'Andreas Rheinhardt2021-03-011-2/+2
* avdevice: use av_gettime_relative() for elapsed time calculationsMarton Balint2021-02-275-13/+15
* avdevice/timefilter: remove obsolete comments from the docsMarton Balint2021-02-271-14/+1
* avdevice/avdevice: Deprecate AVDevice Capabilities APIAndreas Rheinhardt2021-02-143-67/+16
* avdevice/xcbgrab: don't assume xserver endiannessAndriy Gelman2021-02-061-5/+10
* avdevice/dshow: Add namespace prefix to the remaining global symbolsJames Almer2021-01-256-376/+325
* lavd/dshow: Add namespace prefix to global functionsMark Thompson2021-01-213-9/+9
* kmsgrab: Do not require the modifier to stay constant.Bas Nieuwenhuizen2021-01-131-7/+0
* kmsgrab: Use invalid modifier if modifiers weren't used.Bas Nieuwenhuizen2021-01-131-10/+17
* avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode staticChristopher Degawa2021-01-091-2/+2
* lavd/decklink_dec: Do not set codec_tags.Carl Eugen Hoyos2020-12-241-8/+0
* lavd/caca: do not access deprecated codec contextAnton Khirnov2020-12-101-1/+1
* avdevice/decklink: remove the duplicated warning messageLimin Wang2020-12-054-4/+2
* avdevice/decklink: warn about too old decklink API versionMarton Balint2020-12-031-1/+22
* avdevice/decklink_enc: simplify usage of buffercount typeMarton Balint2020-12-032-9/+2
* avdevice/decklink_dec: add support for 50/60 fps timecodeMarton Balint2020-12-031-12/+52
* avdevice/decklink_dec: fix warning for unused variableLimin Wang2020-11-231-1/+1
* avdevice/decklink: add AV_OPT_FLAG_DEPRECATED flag for list_devicesLimin Wang2020-11-232-2/+2
* avdevice/decklink: use boolean for list_devices optionLimin Wang2020-11-232-2/+2
* avdevice/decklink_dec: map the raw_format instead of hardcodeLimin Wang2020-11-214-9/+19
* avdevice/xcbgrab: Add select_region optionOmar Emara2020-11-061-0/+122
* avdevice/alldevices: stop using deprecated linked list APIJames Almer2020-10-192-46/+72
* avdevice/lavfi: av_malloc -> av_malloc_arrayLimin Wang2020-09-211-1/+1
* avdevice/lavfi: unref the frame on failureLimin Wang2020-09-211-7/+12
* avdevice/lavfi: fix FIXME and check a/v type by codec_typeLimin Wang2020-09-211-2/+4
* avdevice/decklink_dec: fix build with older SDKMarton Balint2020-09-151-1/+1