548 Commits

Author SHA1 Message Date
Ceyhun Can Ulker
84abf1bac4 Use bindgen bumped version of ffmpeg-sys-next crate 2021-10-14 19:25:09 +03:00
Polochon-street
b407444d82
Merge pull request #75 from shssoichiro/add-av1an-libs
Add libvmaf and libdav1d support
2021-10-05 17:00:20 +02:00
Josh Holmer
8eb8873aec Add libvmaf and libdav1d support 2021-10-03 15:15:22 -04:00
Polochon-street
7b07838e13
Merge pull request #77 from zmwangx/bump-ffmpeg-next-1
Bump ffmpeg to -next.1
2021-10-03 20:48:41 +02:00
Polochon-street
114600887b Bump ffmpeg to -next.1 2021-10-03 18:27:55 +02:00
Polochon-street
1955c3ddeb
Merge pull request #76 from zmwangx/fix-linting
Fix linting errors
2021-10-02 23:30:31 +02:00
Polochon-street
f559e13afc Fix linting errors 2021-10-02 22:51:32 +02:00
Polochon-street
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
lifning
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
Polochon-street
efc0463302 Merge pull request #67 from zmwangx/bump-version
Bump version to 4.4.0
2021-07-07 17:32:59 +02:00
Polochon-street
19d3e6cf17 Bump version to 4.4.0 2021-07-07 17:21:41 +02:00
Polochon-street
10a83ff8fc
Merge pull request #66 from zmwangx/fix-linting-errors
Fix linting errors
2021-07-07 17:12:55 +02:00
Polochon-street
19ab5f67ad Fix linting errors 2021-07-07 16:52:30 +02:00
Polochon-street
67fded37d0
Merge pull request #60 from animeavi/master
Initial ffmpeg 4.4 support
2021-07-06 18:12:39 +02:00
Zero
9c7ecb9b53 Initial ffmpeg 4.4 support 2021-05-06 17:08:45 -04:00
Zhiming Wang
4d16604581
.github: add issue templates 2020-12-14 00:55:02 +08:00
Zhiming Wang
5510f52bc8
CHANGELOG: update for v4.3.8 release 2020-12-13 13:29:06 +08:00
Bojan Šernek
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
Zhiming Wang
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
Zhiming Wang
6e68d2308d
build.yml: fix download and extraction of Windows FFmpeg build 2020-11-03 16:20:28 +08:00
Zhiming Wang
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
Zhiming Wang
69bbfb6dc8
Fix clippy::unnecessary_lazy_evaluations 2020-10-11 10:11:38 +08:00
Zhiming Wang
b0722df007
Fix clippy::match_like_matches_macro 2020-10-11 10:10:08 +08:00
Zhiming Wang
39d5979f73
README: fix typo 2020-10-04 19:41:43 +08:00
Zhiming Wang
6904114eab
CHANGELOG: update for v4.3.7 release 2020-10-04 12:21:13 +08:00
Zhiming Wang
9caa319a5c
crate: bump ffmpeg-sys-next dep to 4.3.5 2020-10-04 12:10:50 +08:00
Zhiming Wang
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
Zhiming Wang
ae06272af1
build.yml: fix Windows build
ffmpeg.zeranoe.com is gone. Replacing it with another option listed at
ffmpeg.org, https://www.gyan.dev/ffmpeg/builds/.
2020-10-03 18:30:40 +08:00
Zhiming Wang
b962e4f9f6
examples/remux: fix stream_index of copied packets 2020-08-15 10:18:56 +08:00
Maor Kleinberger
c3297c9700
examples/transcode-x264: fix stream_index of copied packets
Signed-off-by: Zhiming Wang <i@zhimingwang.org>
2020-08-15 10:16:15 +08:00
Zhiming Wang
c1ae33b5a5
CHANGELOG: update for v4.3.6 release 2020-08-12 14:24:59 +08:00
Zhiming Wang
8b5e48cc8f
build.yml: use libclang from Visual Studio to speed up builds
Also fix non-idiomatic parameter expansion in pwsh.
2020-08-12 14:15:13 +08:00
Zhiming Wang
f084386540
build.yml: build on macOS and Windows 2020-08-12 12:01:09 +08:00
Maor Kleinberger
6a7a69e1e7
util::error: drop reserved errnos that are not available on Windows
Signed-off-by: Zhiming Wang <i@zhimingwang.org>
2020-08-12 10:30:11 +08:00
Zhiming Wang
545180cad0
format: context::{input,output}::dump: fix url/path printing
Previously the unwrapped CString did not have long enough lifetime to be
printed; not sure why there's no compiler warning.
2020-08-11 00:30:58 +08:00
Zhiming Wang
f024eaea37
examples/transcode-x264: fix typo in parse_opts
Unfortunate typo when fixing a clippy warning about using &str instead of
char...
2020-08-11 00:08:05 +08:00
Zhiming Wang
18058e9a8f
build.yml: drop ffmpegxy feature flags and build/test/lint examples 2020-08-10 22:26:34 +08:00
Zhiming Wang
0a03e745b4
examples: add transcode-x264.rs 2020-08-10 22:09:29 +08:00
Zhiming Wang
e393cf0145
examples: add remux.rs 2020-08-10 21:58:11 +08:00
Zhiming Wang
48b5751752
lib: export util::log 2020-08-10 21:57:55 +08:00
Zhiming Wang
b139fd8d70
Remove examples/fps-filter.rs which was accidentally committed 2020-08-10 13:46:38 +08:00
Zhiming Wang
2ff14d2b1b
Remove .travis.yml 2020-08-09 14:29:47 +08:00
Zhiming Wang
b79c479b88
CHANGELOG: update for v4.3.5 release 2020-08-09 14:28:28 +08:00
Zhiming Wang
6aef48e7e9
Add release.yml to create release on tag push 2020-08-09 14:26:25 +08:00
Zhiming Wang
bbbc9d5649
README: point to CHANGELOG.md 2020-08-09 14:07:02 +08:00
Zhiming Wang
d67ca8ce51
crate: bump ffmpeg-sys-next dep to 4.3.4 2020-08-09 14:02:51 +08:00
Zhiming Wang
fe6a9b3324
Add CHANGELOG.md 2020-08-09 13:59:18 +08:00
Zhiming Wang
d07530267e
format: mark Context::nb_streams as public 2020-08-09 13:58:48 +08:00
Zhiming Wang
1849a07aa6
lib: export util::error 2020-08-09 13:58:24 +08:00
Zhiming Wang
c9d223e8fe
util::error: correct comment regarding errno reexports 2020-08-09 13:57:43 +08:00