Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-17libavdevice/avfoundation.m: fix potential unreleased lock issueChengfeng Ye
2021-09-17libavdevice/avfoundation.m: fix protential unreleased lock issueChengfeng Ye
2021-08-16avdevice/decklink: support for more duplex mode for Decklink 8K ProLimin Wang
2021-08-16avdevice/decklink: add level_a configuration optionLimin Wang
2021-08-16avdevice/decklink: add sqd configuration optionLimin Wang
2021-08-16avdevice/decklink: add link configuration optionLimin Wang
2021-08-02lavd/lavfi.c: Set time_base for 608 cc to container time_base.Yun Zhang
2021-07-29avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.hAndreas Rheinhardt
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2021-07-22Remove unnecessary avassert.h inclusionsAndreas Rheinhardt
2021-07-22Remove unnecessary mem.h inclusionsAndreas Rheinhardt
2021-07-22avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt
2021-07-19avdevice/avfoundation: remove first_audio_pts and first_ptsSteven Liu
2021-06-09avdevice/libcdio: fix AVStream.cur_dts usageJames Almer
2021-05-07avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer
2021-04-27avdevice: Constify all devicesAndreas Rheinhardt
2021-04-27Bump major versions of all libraries.Anton Khirnov
2021-04-27avdevice/avdevice: Constify av_*_device_next APIAndreas Rheinhardt
2021-04-27avdevice/avdevice: Constify avdevice_list_input_sources/output_sinksAndreas Rheinhardt
2021-04-27avcodec/codec, allcodecs: Constify the AVCodec APIAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-04-13libavdevice/gdigrab: fix capture of windows with non-ASCII titlesHe Yang
2021-03-20Bump minor versions after release branchn4.5-devMichael Niedermayer
2021-03-20Bump Versions before release/4.4 branchMichael Niedermayer
2021-03-19avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt
2021-03-17avdevice/xcbgrab: stop using av_init_packet()James Almer
2021-03-17avdevice/decklink_dec: stop using av_init_packet()James Almer
2021-03-17avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer
2021-03-15avdevice/xcbgrab: Add option for grabbing a windowsgerwk
2021-03-13avdevice/pulse_audio_dec: do not read undersized framesMarton Balint
2021-03-13avdevice/pulse_audio_dec: only set adjust latency flag if fragment_size is no...Marton Balint
2021-03-13avdevice/pulse_audio_dec: query actual fragment sizeMarton Balint
2021-03-13avdevice/alsa_dec: make sure we have enough data in non-blocking modeMarton Balint
2021-03-11avdevice/decklink: add missing include for buffer_size_tJames Almer
2021-03-11avdevice: use the buffer_size_t typedef where requiredJames Almer
2021-03-01Remove double ';'Andreas Rheinhardt
2021-02-27avdevice: use av_gettime_relative() for elapsed time calculationsMarton Balint
2021-02-27avdevice/timefilter: remove obsolete comments from the docsMarton Balint
2021-02-14avdevice/avdevice: Deprecate AVDevice Capabilities APIAndreas Rheinhardt
2021-02-06avdevice/xcbgrab: don't assume xserver endiannessAndriy Gelman
2021-01-26avdevice/dshow: Add namespace prefix to the remaining global symbolsJames Almer
2021-01-22lavd/dshow: Add namespace prefix to global functionsMark Thompson
2021-01-14kmsgrab: Do not require the modifier to stay constant.Bas Nieuwenhuizen
2021-01-14kmsgrab: Use invalid modifier if modifiers weren't used.Bas Nieuwenhuizen
2021-01-09avdevice/decklink_dec: mark get_frame_timecode and get_bmd_timecode staticChristopher Degawa
2020-12-24lavd/decklink_dec: Do not set codec_tags.Carl Eugen Hoyos
2020-12-10lavd/caca: do not access deprecated codec contextAnton Khirnov
2020-12-05avdevice/decklink: remove the duplicated warning messageLimin Wang