|
f1c6b442b5
|
Refactor crate::codec (#78)
* Refactor AVCodec wrapper
* Implement new config interface
* Move ProfileIter to codec::profile
* Add CodecDescriptor
|
2024-11-02 20:31:30 -04:00 |
|
|
251c09e732
|
Add utils for ptr->&str conversion
|
2024-10-23 14:44:13 -04:00 |
|
|
7a8643f2cc
|
Migrate crates to Rust edition 2021 (#24)
* Migrate ffmpeg-sys to Edition 2021
* Migrate ffmpeg to Edition 2021
* Remove now-redundant imports
* Reorder imports after edition migration
|
2024-04-06 21:31:36 -04:00 |
|
|
22ad8b9598
|
Bump version to use ffmpeg 5
|
2022-02-11 17:58:42 +01:00 |
|
|
0bcd4550b8
|
*: format code with rustfmt and fix clippy suggestions
* Add avformat_close_input call to clean up AVFormantContext
* Format code with rustfmt
* Fix clippy lint double_parens
* Fix clippy lint deref_addrof
* Fix clippy lint identity_conversion
* Fix clippy lint match_ref_pats
* Fix clippy lint cast_lossless
* Fix clippy lint cmp_null
* Fix clippy lint clone_on_ref_ptr
* Fix clippy lint map_clone
* Fix clippy lint needless_borrow
* Fix clippy lint needless_pass_by_value
* Fix clippy lints for examples
* Fix clippy lint unused_io_amount
* Fix clippy lint new_without_default
* Ignore inline_always clippy lint
* Add vim temp files to .gitignore
|
2018-04-10 16:06:42 +02:00 |
|
|
606847cc50
|
codec: introduce Parameters
As of ffmpeg 3.1, a new `AVCodecParameters` type and related API introduced.
This commit contains minimal changes to support new API.
|
2016-12-03 01:41:29 +01:00 |
|
|
66284eb045
|
codec: add magic traits to get codecs by name and id
|
2015-09-25 21:33:08 +02:00 |
|
|
46f198033f
|
codec: add Flags (CODEC_FLAG_* )
|
2015-09-14 13:53:55 +02:00 |
|
|
e8db20c86b
|
codec/capabilities: add Capabilities and getter
|
2015-08-28 21:20:57 +02:00 |
|
|
59b1eead16
|
codec: add several getters
|
2015-08-28 20:36:55 +02:00 |
|
|
bff628b2a2
|
codec/debug: change flags API style
|
2015-05-28 18:11:11 +02:00 |
|
|
a0dae25b94
|
codec/threading: add threading configuration
|
2015-05-16 19:18:26 +02:00 |
|
|
4fdef8af50
|
codec/profile: add enum
|
2015-05-16 18:39:59 +02:00 |
|
|
68a72feb08
|
codec/debug: add bitflags
|
2015-05-16 17:25:31 +02:00 |
|
|
2c3b0e2936
|
codec/compliance: add enum
|
2015-05-16 17:25:10 +02:00 |
|
|
706f64c133
|
codec/field_order: add enum
|
2015-05-16 17:24:33 +02:00 |
|
|
ded50e95a9
|
codec/audio_service: add enum
|
2015-05-16 17:20:45 +02:00 |
|
|
6090985707
|
codec: refactor API
|
2015-05-16 14:45:21 +02:00 |
|
|
bd4cfd56dc
|
codec/picture: add Picture
|
2015-05-12 18:19:30 +02:00 |
|
|
66901497ab
|
codec: add various Codec related stuff
|
2015-05-12 03:49:55 +02:00 |
|
|
9c8ca6601f
|
codec/discard: add Discard
|
2015-05-12 03:48:11 +02:00 |
|
|
64c6678f04
|
codec/subtitle: add Subtitle
|
2015-05-12 03:46:25 +02:00 |
|
|
42564d0d5e
|
codec/packet: add Packet and packet::SideData
|
2015-05-12 03:44:45 +02:00 |
|
|
496f3759ec
|
codec/id: add codec::Id
|
2015-05-12 03:33:33 +02:00 |
|
|
308e36ee48
|
codec: add base
|
2015-05-12 03:33:13 +02:00 |
|