Commit Graph

  • 5a63bbff5b
    Bump to v4.2.1 Zhiming Wang 2020-06-02 19:04:02 +08:00
  • 97a43cf34a
    Drop resampling from default features Zhiming Wang 2020-06-02 19:03:13 +08:00
  • 83150c968c
    Bump to v4.2.0 Zhiming Wang 2020-06-02 18:50:01 +08:00
  • e7f778b471
    Update README with more info on versioning Zhiming Wang 2020-06-02 18:49:37 +08:00
  • 307f52c002
    Reformat code with latest cargo fmt Zhiming Wang 2020-06-02 17:54:31 +08:00
  • fdea9d77e7
    Fix examples Zhiming Wang 2020-06-02 17:54:01 +08:00
  • fcca68ae5e
    Add FFmpeg 4.2 specific code Zhiming Wang 2020-06-01 14:42:39 +08:00
  • a69a457e3a
    Add FFmpeg 4.1 specific code Zhiming Wang 2020-06-01 14:15:33 +08:00
  • 6220b88ef2
    util/format/pixel: drop deprecated error::Error::description Zhiming Wang 2020-06-01 13:39:59 +08:00
  • 506f66ac51
    Fix issues related to duplicate enum variants Zhiming Wang 2020-06-01 13:36:50 +08:00
  • 1cd6d0499b
    Switch to my fork of ffmpeg-sys Zhiming Wang 2020-06-01 13:17:08 +08:00
  • 6644a91da4
    Update bitflags to 1.2 and fix namespacing Zhiming Wang 2020-06-01 13:06:34 +08:00
  • 3a8f366f60
    software/scaling/context: fix mutability Zhiming Wang 2020-06-01 13:02:53 +08:00
  • 6c2d33fc07
    Drop outdated lints Zhiming Wang 2020-05-31 14:12:15 +08:00
  • 13a2354a2c
    Fix bare_trait_objects deprecation Zhiming Wang 2020-05-31 14:08:25 +08:00
  • d3c10e4068
    Fix libc::uint8_t deprecation Zhiming Wang 2020-05-31 14:06:12 +08:00
  • cd6c9d972b
    Fix std::error::Error::description deprecation Zhiming Wang 2020-05-31 13:51:56 +08:00
  • 587ec66592
    Fix libc::int64_t deprecation Zhiming Wang 2020-05-31 13:34:24 +08:00
  • 3056975836
    Fix libc::uint32_t deprecation Zhiming Wang 2020-05-31 13:28:14 +08:00
  • a7ea073619
    scaling and resampling contexts: fix null checks Erin Moon 2018-09-21 10:49:03 -05:00
  • e13b01f30b
    README: add crates.io badge Zhiming Wang 2018-09-19 21:35:58 -04:00
  • 7bcb223734
    Cargo.toml: fix spacing Zhiming Wang 2018-09-19 19:57:23 -04:00
  • e49d240068
    Add README.md Zhiming Wang 2018-09-19 19:56:46 -04:00
  • 292a58ad0d
    Cargo.toml: update to ffmpeg-next for crates.io packaging Zhiming Wang 2018-09-19 19:45:03 -04:00
  • e6c7dc4bf5
    Cargo.toml: add feature ffmpeg4 and mark as default Zhiming Wang 2018-09-19 17:09:59 -04:00
  • a7eee9142f
    Revert 8199541 and guard with not(ffmpeg4) Zhiming Wang 2018-09-19 20:44:35 +00:00
  • 0e05c0bb29
    Mark new macros introduced in 2c5abbf as ffmpeg4 Zhiming Wang 2018-09-19 20:26:22 +00:00
  • 4109fa5686
    format::context::Context: add .bit_rate() method Zhiming Wang 2018-09-17 01:18:48 -04:00
  • c5525851d4
    util::color:*: use pointer .as_ref() Zhiming Wang 2018-09-14 21:49:26 -04:00
  • 2d3a34f74d
    uril::color::*: .name() returns None if unspecified Zhiming Wang 2018-09-14 21:30:50 -04:00
  • 10d3b75342
    util::color::space::Space: fix possible segfault with .name() Zhiming Wang 2018-09-14 21:25:50 -04:00
  • bd35f013f8
    util::color: implement .name() for {Primaries, Range, TransferCharacteristic} Zhiming Wang 2018-09-14 21:06:56 -04:00
  • b387e1de48
    Add README to explain what this fork is about Zhiming Wang 2018-09-13 17:41:49 -04:00
  • e9870589b6
    filter/mod: fix mutability Zhiming Wang 2018-09-10 16:22:28 -04:00
  • 2c5abbfe33
    Add missing macros (FFmpeg 4.0.2) Zhiming Wang 2018-09-10 16:21:43 -04:00
  • 37d47c0d6e
    Fix AV_PIX_FMT_XVMC situation Zhiming Wang 2018-09-10 14:40:18 -04:00
  • 8199541f09
    Drop obselete macros (obselete wrt FFmpeg 4.0) Zhiming Wang 2018-09-10 14:39:28 -04:00
  • 67b7f13305 format/stream: add set_metadata function to StreamMut Tadas Barzdžius 2018-04-10 17:24:21 +03:00
  • 0bcd4550b8 *: format code with rustfmt and fix clippy suggestions Tadas Barzdžius 2018-04-10 17:06:42 +03:00
  • 20c7ef399a format/stream: add id accessor Tadas Barzdžius 2017-12-06 17:13:46 +02:00
  • 94ebdf143c *: add the newest enum values from ffmpeg-sys Adam Sypniewski 2017-11-29 14:49:54 -05:00
  • 28b7a82ac1 format: add support for Chapters fengalin 2017-07-22 21:22:26 +02:00
  • d29deedad9 crate: bump ffmpeg-sys version meh 2017-09-19 14:38:05 +02:00
  • 7d980a693e *: fix warnings Tadas Barzdžius 2017-09-19 15:36:35 +03:00
  • 052d342baf format: fix segmentation fault Tadas Barzdžius 2017-08-21 20:38:36 +03:00
  • 5afe774f40 crate: update bitflags Tadas Barzdžius 2017-07-10 12:35:49 +03:00
  • 206ccd4e5a format/stream: add stream metadata Victor Nivet 2017-07-08 15:04:52 +02:00
  • 991bbc24e8 format: add interrupt callback support Tadas Barzdzius 2017-07-03 12:14:11 +03:00
  • 5ac0527bdc *: use latest ffmpeg-sys using bindgen Tadas Barzdžius 2017-07-08 18:00:27 +03:00
  • 8cf47c7ec6 format/pixel: implement FromStr for Pixel Ivan Molodetskikh 2017-06-28 11:53:24 +03:00
  • 8b4693d04c frame/video: get linesize through self.stride() Ivan Molodetskikh 2017-06-21 01:42:22 +03:00
  • 27d1e7a3fa frame/video: add plane_width() Ivan Molodetskikh 2017-06-21 01:39:29 +03:00
  • 403407bf2c format/pixel: add Descriptor::{name, log2_chroma_w}() Ivan Molodetskikh 2017-06-21 01:33:51 +03:00
  • 1095c8842e format/pixel: add Descriptor::nb_components() Ivan Molodetskikh 2017-06-20 23:18:28 +03:00
  • a5a112713c util: fix formatting Ivan Molodetskikh 2017-06-20 21:10:18 +03:00
  • 1dd672546d util: fix code style Ivan Molodetskikh 2017-06-20 20:47:11 +03:00
  • 62739b803d util: fix formatting Ivan Molodetskikh 2017-06-20 20:33:46 +03:00
  • 0f48e9472b frame/video: make plane_height() public Ivan Molodetskikh 2017-06-14 14:22:04 +03:00
  • c873287eb8 frame/video: use correct height in video frame data getters Ivan Molodetskikh 2017-06-14 13:46:24 +03:00
  • c0327cebdc format/pixel: add format::pixel::Descriptor Ivan Molodetskikh 2017-06-14 13:31:17 +03:00
  • 471b48ddd4 format/stream: add avg_frame_rate accessors Ivan Molodetskikh 2017-06-14 12:50:32 +03:00
  • 9e933fa4fb codec/encoder/video: add colorspace and color_range accessors Ivan Molodetskikh 2017-06-14 12:47:36 +03:00
  • b14dd01126 frame/audio: fix return type of frame::Audio::plane_mut() Ivan Molodetskikh 2017-06-14 12:21:20 +03:00
  • 6ad3d42482 software: fix typo in #[cfg] Ivan Molodetskikh 2017-06-14 12:20:31 +03:00
  • b67e4eb6d9 format/context: close AVIOContext before freeing AVFormatContext Tadas Barzdžius 2017-04-27 18:58:37 +03:00
  • ef11b2bec4 format/context/output: return the Dictionary on write_header_with meh 2017-02-25 19:30:08 +01:00
  • 8562de8e44 format/context/ouptut: revert pass muxer options to avformat_write_header" meh 2017-02-25 19:28:02 +01:00
  • b48521108e *: update dependencies meh 2017-02-19 01:45:05 +01:00
  • 575b440267 dictionary/owned: impl Default meh 2017-02-01 17:21:31 +01:00
  • 38d1e882f2 crate: update dependencies meh 2017-02-01 17:20:29 +01:00
  • e04e9da298 format/context/output: pass muxer options to avformat_write_header main() 2017-02-01 17:18:19 +01:00
  • 2aebc761dd util/format: add CUDA pixel format panicbit 2017-01-05 16:21:28 +01:00
  • 90291de572 frame/video: add stride() getter meh 2016-12-28 20:20:18 +01:00
  • edb6d91f59 codec/context: more Into Tae-il Lim 2016-12-03 08:43:26 +09:00
  • 2ca2ff4a2c examples: fix errors Tae-il Lim 2016-12-02 11:46:07 +09:00
  • 8609619a5d codec: impl AsMut for all Context wrappers Tae-il Lim 2016-12-01 23:52:47 +09:00
  • 4df56b516f codec/parameters: impl AsRef for all codec::Context wrappers Tae-il Lim 2016-12-01 15:30:31 +09:00
  • 36ac2513c1 codec/parameters: make api more flexible and consistent Tae-il Lim 2016-12-01 15:12:36 +09:00
  • f1ce26a137 codec/parameters: add medium and id methods Tae-il Lim 2016-11-30 11:28:46 +09:00
  • 606847cc50 codec: introduce Parameters Tae-il Lim 2016-11-30 11:21:04 +09:00
  • 00ff69021d build/travis: use yasm Tae-il Lim 2016-11-30 09:53:05 +09:00
  • e1c132bd08 codec/packet: add set_pts/dts methods TR Lim 2016-11-29 09:07:26 +09:00
  • 981eb2a801 format/format: make description() to return long_name Tae-il Lim 2016-11-29 07:33:37 +09:00
  • 2ed824aaac *: upgrade to 3.2 Tae-il Lim 2016-11-27 16:29:58 +09:00
  • 8aabd018f5 crate: use general 2.8 version of ffmpeg-sys meh 2016-07-19 00:08:24 +02:00
  • 0c2962c573 software/resampling: add some documentation meh 2016-05-24 18:01:55 +02:00
  • 9fb581884d software/resampling: rename next to flush meh 2016-05-24 18:01:46 +02:00
  • fc693f8bfc util/channel_layout: add default constructor meh 2016-05-23 23:06:00 +02:00
  • 9f87ecf5fa crate: fix some warnings meh 2016-05-23 23:05:41 +02:00
  • 859c01f268 codec/encoder/video: add missing feature flag (quant_bias) lummax 2016-05-20 13:57:41 +02:00
  • e4fcdad658 codec/encoder/video: add missing feature flag (motion_est) lummax 2016-05-20 13:56:22 +02:00
  • 75ef14c45c format/pixel: fix missing feature flags (xvmc/vaapi) lummax 2016-05-20 14:05:41 +02:00
  • fafcf1d433 *: check unsafe slice creation Euan Rochester 2016-05-01 00:11:39 +01:00
  • ca907c57f3 crate: bump version meh 2016-04-15 18:35:35 +02:00
  • 06497cc6bf LICENSE: add license file rundrop1 2016-04-03 09:58:58 -05:00
  • f5941792f9 codec/id: fix voxware feature name Ed Barnard 2016-03-30 12:58:12 +01:00
  • c8fd7d411f device/output: fix infinite iterator loop Peter Rebholz 2015-12-11 23:14:20 -06:00
  • 1fc9e03d6f crate: use feature set by ffmpeg-sys meh 2015-12-03 19:05:21 +01:00
  • b6c92b2805 crate: check headers for ifdefs meh 2015-12-03 18:10:46 +01:00
  • 0328dc111a format: fix avformat_find_stream_info return handling Eric Kidd 2015-11-21 17:38:00 -05:00