sun_
|
41efaf44d9
|
remove AVIODir
|
2023-05-16 19:00:23 +08:00 |
|
sun_
|
6db56263d8
|
remove AVIO
|
2023-05-16 18:59:30 +08:00 |
|
sun_
|
d6dd34da74
|
format
|
2023-05-16 17:31:09 +08:00 |
|
sun_
|
e7c2792eeb
|
fix warning
|
2023-05-16 17:27:54 +08:00 |
|
sun_
|
fab721c524
|
Merge pull request #58 from FengWuFei/master
5.0 with AVProgram
|
2023-05-16 17:24:21 +08:00 |
|
sun_
|
783956703d
|
update deprecated api
|
2023-05-16 17:21:29 +08:00 |
|
sun_
|
c5fad17038
|
remove libavdevice support
|
2023-05-16 17:13:29 +08:00 |
|
sun_
|
324060f501
|
FFmpeg 6.0
|
2023-05-16 17:10:26 +08:00 |
|
FengWuFei
|
33bbb84aad
|
5.0 with AVProgram
add AVProgram
|
2022-06-23 22:00:11 +08:00 |
|
Greg Cotten
|
fdf975bd93
|
Merge pull request #57 from cuongtv51/fix_swrcontext
fix missing return of getOutSamples in SwrContext
|
2022-05-03 12:23:27 -04:00 |
|
CuongKc
|
f2055d329d
|
fix missing return of getOutSamples
|
2022-05-03 12:11:16 +07:00 |
|
sun_
|
4ea8ef571b
|
update build script
|
2022-03-07 16:15:25 +08:00 |
|
sun_
|
ae25336dad
|
update to ffmpeg 5.0
|
2022-03-07 15:58:09 +08:00 |
|
sunlubo
|
b656c2d7a1
|
Merge branch 'master' of https://github.com/sunlubo/SwiftFFmpeg
|
2021-05-06 10:49:55 +08:00 |
|
sunlubo
|
10f78619b7
|
Remove AVStream.displayAspectRatio
|
2021-05-06 10:49:47 +08:00 |
|
Greg Cotten
|
3fe7e92701
|
Merge pull request #46 from videovillage/master
expose AVFieldOrder from codec parameters
|
2020-09-30 14:04:07 -07:00 |
|
Greg Cotten
|
96dc22d0db
|
expose AVFieldOrder from codec parameters
|
2020-09-30 14:02:53 -07:00 |
|
Greg Cotten
|
8ebc966492
|
Merge pull request #44 from gregcotten/gc-develop
Expose AVFrameSideData in AVFrame
|
2020-09-30 11:14:03 -07:00 |
|
Greg Cotten
|
4bd08abe0a
|
expose AVFrameSideData in AVFrame
|
2020-09-29 18:20:10 -07:00 |
|
Greg Cotten
|
34b24e7796
|
Merge remote-tracking branch 'upstream/master' into gc-develop
|
2020-09-29 18:13:17 -07:00 |
|
sunlubo
|
495b68dc3f
|
Imporve codebase
|
2020-08-30 16:48:42 +08:00 |
|
sunlubo
|
ad8aeeeffb
|
fix AVChannelLayout.init?(name:)
|
2020-08-30 16:45:12 +08:00 |
|
sunlubo
|
702d4c0fd8
|
Rename
SwsContext.supportsInput(_:) -> SwsContext.isSupportedInput(_:)
SwsContext.supportsOutput(_:) -> SwsContext.isSupportedOutput(_:)
SwsContext.supportsEndiannessConversion(_:) -> SwsContext.isSupportedEndiannessConversion(_:)
|
2020-08-30 13:46:10 +08:00 |
|
sunlubo
|
8fe6d29002
|
Improve codebase
|
2020-08-30 12:41:09 +08:00 |
|
sunlubo
|
cb7e19f9f8
|
add AVError.message
|
2020-08-30 10:17:37 +08:00 |
|
sunlubo
|
3eea7d8175
|
add precompiled xcframework
|
2020-08-06 17:32:39 +08:00 |
|
sunlubo
|
4580a8c040
|
fix build
|
2020-08-06 17:31:57 +08:00 |
|
sunlubo
|
3bd95dc35c
|
fix build
|
2020-08-06 16:58:03 +08:00 |
|
sunlubo
|
a3cc2c904e
|
add script to build xcframework
|
2020-08-06 16:37:28 +08:00 |
|
sunlubo
|
232ff36e49
|
Remove AVHash
|
2020-07-23 18:01:42 +08:00 |
|
sunlubo
|
3de7c75f1a
|
Add FFmpeg build script
|
2020-07-23 17:35:55 +08:00 |
|
sunlubo
|
30a37bc677
|
Merge branch 'master' of https://github.com/sunlubo/SwiftFFmpeg
|
2020-07-23 17:13:34 +08:00 |
|
sunlubo
|
fed03b4629
|
Add AVChapter
|
2020-07-23 17:13:32 +08:00 |
|
sunlubo
|
e86f759152
|
Format
|
2020-07-23 15:33:39 +08:00 |
|
sunlubo
|
22472b20ed
|
Fix AVRounding
|
2020-07-23 15:32:47 +08:00 |
|
sun_
|
4912156936
|
Merge pull request #37 from gregcotten/master
Fix issue with SwiftFFmpeg.AVHWDeviceType enum not lining up with FFmpeg
|
2020-07-23 10:12:17 +08:00 |
|
Greg Cotten
|
58517ec43b
|
add missing vaapi to AVHWDeviceType
|
2020-07-22 11:54:02 -07:00 |
|
Greg Cotten
|
5d13b2ffb8
|
Add missing hardware context
|
2020-07-22 11:36:33 -07:00 |
|
Greg Cotten
|
dfc98ea767
|
Merge branch 'master' into gc-develop
|
2020-07-22 11:35:13 -07:00 |
|
sunlubo
|
22b886fd52
|
Clean Up OS Conditionals With canImport and Vendor=apple
|
2020-07-01 15:05:16 +08:00 |
|
sunlubo
|
b909a06475
|
Code style
|
2020-07-01 14:54:19 +08:00 |
|
sunlubo
|
5393ca8cf8
|
Remove unused throws
|
2020-07-01 14:48:45 +08:00 |
|
sunlubo
|
2a8561e386
|
Update AVColorRange & AVColorPrimaries & AVColorTransferCharacteristic & AVColorSpace & AVChromaLocation
|
2020-07-01 14:43:21 +08:00 |
|
sunlubo
|
96b984c311
|
Update AVRounding
|
2020-07-01 13:55:31 +08:00 |
|
sunlubo
|
762effc9ee
|
Update AVHWFrameTransferDirection
|
2020-07-01 13:51:33 +08:00 |
|
sunlubo
|
699d422905
|
Update AVPacketSideDataType
|
2020-07-01 13:45:21 +08:00 |
|
sunlubo
|
5539e4d21b
|
Upgrade to Swift 5.2
|
2020-07-01 13:33:52 +08:00 |
|
sunlubo
|
72ecdca17e
|
Update AVPictureType
|
2020-07-01 13:33:01 +08:00 |
|
sunlubo
|
54ab5cf4e9
|
Update AVMediaType
|
2020-07-01 13:28:51 +08:00 |
|
sunlubo
|
33f6a1015b
|
Update AVHWDeviceType
|
2020-07-01 13:24:26 +08:00 |
|