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
2022-04-04avdevice/dshow: fix regressionDiederick Niehorster
2022-01-08avdevice/iec61883: #if unused code away, fix -O0 compilationAndreas Rheinhardt
2022-01-04lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt
2022-01-04avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt
2022-01-04configure, avcodec/Makefile: Add new mpeg4audio CONFIG_EXTRA groupAndreas Rheinhardt
2022-01-04avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt
2022-01-04avdevice/dshow: ensure pin's default format is setDiederick Niehorster
2022-01-04avdevice/dshow: only set pin format if wantedDiederick Niehorster
2022-01-04avdevice/dshow: fix crash on x86Diederick Niehorster
2022-01-04avdevice/dshow: proper cleanup of queried media typesDiederick Niehorster
2022-01-04avdevice/dshow: tv_tuner_audio_dialog cleanup missingDiederick Niehorster
2022-01-04Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt
2022-01-04lib*/version.h: Bump Versions after release/5.0 branchMichael Niedermayer
2022-01-04lib*/version.h: Bump Versions before release/5.0 branchMichael Niedermayer
2021-12-24avdevice/dshow: don't mix declarations and codeJames Almer
2021-12-24avdevice/dshow: remove unused variablesJames Almer
2021-12-24avdevice/dshow: select format with extended color infoDiederick Niehorster
2021-12-24avdevice/dshow: discover source color range/space/etcDiederick Niehorster
2021-12-24avdevice/dshow: add media type info to get_device_listDiederick Niehorster
2021-12-24avdevice: add info about media types(s) to AVDeviceInfoDiederick Niehorster
2021-12-24avdevice/dshow: list_devices: show media type(s) per deviceDiederick Niehorster
2021-12-24avdevice/dshow: implement get_device_listDiederick Niehorster
2021-12-24avdevice/dshow: set no-seek flagsDiederick Niehorster
2021-12-24avdevice/dshow: handle unknown sample timeDiederick Niehorster
2021-12-24avdevice/dshow: query graph and sample time only onceDiederick Niehorster
2021-12-24avdevice/dshow: implement option to use device video timestampsDiederick Niehorster
2021-12-24avdevice/dshow: prevent NULL accessDiederick Niehorster
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