Commit Graph

571 Commits

Author SHA1 Message Date
b23133e43c Update bindgen as far as we can without it breaking which they didn't document whatever caused enums to break in 0.62 2023-01-23 10:16:46 -05:00
e3d9480221 Fix build script and versioning 2023-01-23 10:11:43 -05:00
028bdb490c Update more links 2023-01-23 10:02:54 -05:00
170e3926ec Fix sys clippy lints 2023-01-23 10:01:15 -05:00
cbe6033984 Add sys crate and rename things 2023-01-23 09:59:27 -05:00
92a8c6a9d8 add feature non-exhaustive-enums 2023-01-23 09:53:56 -05:00
28c356dd98 add wildcard branches for matches on enums 2023-01-23 09:53:52 -05:00
022eaa28cf Fix clippy 2022-09-07 23:49:28 +02:00
0d52510c2b Merge pull request #107 from zmwangx/bump-ffmpeg-5-1
Bump to 5.1.0
2022-08-08 18:47:48 +02:00
b6b2311fcf Bump to 5.1.1 2022-08-08 18:37:14 +02:00
4275a8b0a2 Merge pull request #99 from zmwangx/bump-ffmpeg-version
Bump ffmpeg version to release it
2022-03-24 17:16:23 +01:00
338d8bba5a Bump ffmpeg version to release it 2022-03-24 17:07:57 +01:00
0054b0e51b Merge pull request #98 from zmwangx/fix-clippy
Fix clippy build
2022-03-06 17:13:19 +01:00
cdd083a490 Fix clippy build 2022-03-06 16:54:51 +01:00
984919a57b Merge pull request #95 from shssoichiro/fix-get-best-stream
Fix get best stream
2022-03-06 16:29:44 +01:00
a0d7fdb30f Fix get best stream 2022-02-20 18:15:08 -05:00
73d2445eb8 Merge pull request #94 from zmwangx/forgot-to-actually-bump
*Actually* bump rust-ffmpeg-sys this time
2022-02-17 17:54:03 +01:00
00cc4e8584 *Actually* bump rust-ffmpeg-sys this time 2022-02-17 17:53:33 +01:00
3352c48a70 Merge pull request #93 from zmwangx/bump-ffmpeg-sys
Bump rust-ffmpeg-sys to 5.0.1
2022-02-17 17:35:12 +01:00
7c9e10c919 Bump rust-ffmpeg-sys to 5.0.1, run cargo update 2022-02-17 17:05:24 +01:00
feae6b21b8 Merge pull request #90 from zmwangx/bump-to-ffmeg-5
Bump version to use ffmpeg 5
2022-02-11 18:38:37 +01:00
22ad8b9598 Bump version to use ffmpeg 5 2022-02-11 17:58:42 +01:00
5ed41c84ff Merge pull request #78 from ciuncan/master
Use `bindgen` bumped version of ffmpeg-sys-next crate
2021-10-18 20:27:45 +02:00
84abf1bac4 Use bindgen bumped version of ffmpeg-sys-next crate 2021-10-14 19:25:09 +03:00
b407444d82 Merge pull request #75 from shssoichiro/add-av1an-libs
Add libvmaf and libdav1d support
2021-10-05 17:00:20 +02:00
8eb8873aec Add libvmaf and libdav1d support 2021-10-03 15:15:22 -04:00
7b07838e13 Merge pull request #77 from zmwangx/bump-ffmpeg-next-1
Bump ffmpeg to -next.1
2021-10-03 20:48:41 +02:00
114600887b Bump ffmpeg to -next.1 2021-10-03 18:27:55 +02:00
1955c3ddeb Merge pull request #76 from zmwangx/fix-linting
Fix linting errors
2021-10-02 23:30:31 +02:00
f559e13afc Fix linting errors 2021-10-02 22:51:32 +02:00
e5898d5cd1 Merge pull request #68 from lifning/master
fix build on platforms where std::os::raw::c_char is not i8
2021-07-29 17:26:26 +02:00
d5e9f34b6a fix build on platforms where std::os::raw::c_char is not i8
c_char may be i8 or u8, depending on target platform: https://doc.rust-lang.org/std/os/raw/type.c_char.html
2021-07-28 13:18:27 -07:00
efc0463302 Merge pull request #67 from zmwangx/bump-version
Bump version to 4.4.0
2021-07-07 17:32:59 +02:00
19d3e6cf17 Bump version to 4.4.0 2021-07-07 17:21:41 +02:00
10a83ff8fc Merge pull request #66 from zmwangx/fix-linting-errors
Fix linting errors
2021-07-07 17:12:55 +02:00
19ab5f67ad Fix linting errors 2021-07-07 16:52:30 +02:00
67fded37d0 Merge pull request #60 from animeavi/master
Initial ffmpeg 4.4 support
2021-07-06 18:12:39 +02:00
9c7ecb9b53 Initial ffmpeg 4.4 support 2021-05-06 17:08:45 -04:00
4d16604581 .github: add issue templates 2020-12-14 00:55:02 +08:00
5510f52bc8 CHANGELOG: update for v4.3.8 release 2020-12-13 13:29:06 +08:00
dc2a82f890 software::resampling::Context: add get_with method (#41)
get_with allows setting additional options not covered by swr_alloc_set_opts.

Signed-off-by: Zhiming Wang <i@zhimingwang.org>
2020-12-13 10:39:04 +08:00
2e37fbf50d build.yml: switch FFmpeg Windows build URL...
to a hopefully more stable one that doesn't require constant attention.
2020-11-03 17:19:59 +08:00
6e68d2308d build.yml: fix download and extraction of Windows FFmpeg build 2020-11-03 16:20:28 +08:00
810fd7b0f9 build.yml: fix deprecated set-env command
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#environment-files
2020-10-11 10:31:05 +08:00
69bbfb6dc8 Fix clippy::unnecessary_lazy_evaluations 2020-10-11 10:11:38 +08:00
b0722df007 Fix clippy::match_like_matches_macro 2020-10-11 10:10:08 +08:00
39d5979f73 README: fix typo 2020-10-04 19:41:43 +08:00
6904114eab CHANGELOG: update for v4.3.7 release 2020-10-04 12:21:13 +08:00
9caa319a5c crate: bump ffmpeg-sys-next dep to 4.3.5 2020-10-04 12:10:50 +08:00
6f0a14ee8b codec: fix codec description potential null ptr issue
Codecs may not have .long_name initialized.

Issue raised by Pilyushkin in #34.
2020-10-04 11:37:59 +08:00