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-12-07lavd/v4l2: detect device name truncationAnton Khirnov
2021-12-07lavd/v4l2: reduce variable scopeAnton Khirnov
2021-12-07lavd/v4l2: do not clobber the context FD in v4l2_get_device_list()Anton Khirnov
2021-12-07lavd/jack: increase buffer size for snprintf()Anton Khirnov
2021-12-03avdevice/lavfi: Don't require AV_PIX_FMT_NONE == -1Andreas Rheinhardt
2021-12-03avdevice/lavfi: Simplify setting sample_fmtsAndreas Rheinhardt
2021-12-03avdevice/lavfi: Make array static constAndreas Rheinhardt
2021-12-03avdevice/lavfi: Avoid calling av_buffersink_get_* multiple timesAndreas Rheinhardt
2021-12-03avdevice/lavfi: Use dedicated pointer to access st->codecparAndreas Rheinhardt
2021-12-03avdevice/lavfi: Don't unnecessarily write '\0' to AVBPrintAndreas Rheinhardt
2021-12-03avdevice/lavfi: Properly free an AVDictionaryAndreas Rheinhardt
2021-12-03avdevice/lavfi: Cleanup generically on read_header failureAndreas Rheinhardt
2021-11-21av(codec|device): Don't cast pointers to intAndreas Rheinhardt
2021-11-15*/version.h: define FF_API macros unconditionallyAnton Khirnov
2021-11-13avdevice/dshow: fix a unused variable warningJames Almer
2021-11-13avdevice/dshow: fix print format for some variablesJames Almer
2021-11-06avdevice/dshow: Fix missing PCM sample size option when it is used as the lon...Brad Isbell
2021-11-06avdevice/dshow: Use WAVEFORMATEX from AM_MEDIA_TYPE for describing device cap...Brad Isbell
2021-10-09avdevice/caca: Don't free AVOpt-enabled string manuallyAndreas Rheinhardt
2021-10-09avdevice/caca: Make deinit function out of write_trailerAndreas Rheinhardt
2021-10-09avdevice/xv: Increase array sizeAndreas Rheinhardt
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