summaryrefslogtreecommitdiff
path: root/libavdevice
Commit message (Expand)AuthorAgeFilesLines
* */version.h: define FF_API macros unconditionallyAnton Khirnov2021-11-151-2/+0
* avdevice/dshow: fix a unused variable warningJames Almer2021-11-131-1/+1
* avdevice/dshow: fix print format for some variablesJames Almer2021-11-131-1/+1
* avdevice/dshow: Fix missing PCM sample size option when it is used as the lon...Brad Isbell2021-11-051-1/+1
* avdevice/dshow: Use WAVEFORMATEX from AM_MEDIA_TYPE for describing device cap...Brad Isbell2021-11-051-20/+12
* avdevice/caca: Don't free AVOpt-enabled string manuallyAndreas Rheinhardt2021-10-091-2/+0
* avdevice/caca: Make deinit function out of write_trailerAndreas Rheinhardt2021-10-091-11/+6
* avdevice/xv: Increase array sizeAndreas Rheinhardt2021-10-091-1/+1
* libavdevice/avfoundation.m: fix potential unreleased lock issueChengfeng Ye2021-09-171-2/+15
* libavdevice/avfoundation.m: fix protential unreleased lock issueChengfeng Ye2021-09-171-0/+3
* avdevice/decklink: support for more duplex mode for Decklink 8K ProLimin Wang2021-08-165-3/+38
* avdevice/decklink: add level_a configuration optionLimin Wang2021-08-163-0/+22
* avdevice/decklink: add sqd configuration optionLimin Wang2021-08-163-0/+12
* avdevice/decklink: add link configuration optionLimin Wang2021-08-165-0/+25
* lavd/lavfi.c: Set time_base for 608 cc to container time_base.Yun Zhang2021-08-021-0/+4
* avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt2021-07-291-0/+1
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-225-8/+3
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-222-1/+1
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-223-3/+0
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-222-0/+2
* avdevice/avfoundation: remove first_audio_pts and first_ptsSteven Liu2021-07-191-4/+0
* 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