|
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 |
|
|
306b9c6698
|
codec/packet: refactoring to allow zero-copy packet creation
|
2015-10-09 14:09:35 +02:00 |
|
|
7e2ebcf36b
|
codec/packet: use size to know if a packet is empty
|
2015-10-07 16:20:46 +02:00 |
|
|
132c514e3f
|
*: returning &mut Self from setters was an awful idea
Deref breaks things.
|
2015-10-04 03:21:52 +02:00 |
|
|
14c7586030
|
codec/packet: add inline attributes
|
2015-10-01 20:41:42 +02:00 |
|
|
5883148188
|
codec/packet: make it Sync
|
2015-09-29 01:11:36 +02:00 |
|
|
d93e465f2b
|
codec/packet: avoid segfault with empty packet writing
|
2015-09-27 04:47:00 +02:00 |
|
|
510e8604b6
|
*: refactor setters to return self
|
2015-09-26 18:01:23 +02:00 |
|
|
4747a5a123
|
codec/packet: style fix
|
2015-09-26 17:36:27 +02:00 |
|
|
1fc224fbae
|
codec/packet: add data access and constructor
|
2015-09-22 02:44:37 +02:00 |
|
|
1f80007e5e
|
format: split input and output formats
|
2015-09-04 16:30:19 +02:00 |
|
|
3091e20f2d
|
codec/packet: fix pts() : return Option
|
2015-08-30 22:15:20 +02:00 |
|
|
f2fc59f25d
|
codec/packet: add rescale_ts() method
|
2015-08-30 16:37:39 +02:00 |
|
|
b839b5fe2f
|
*: implement ExactSizeIterator where possible
|
2015-08-25 16:13:42 +02:00 |
|
|
83d3156c62
|
codec/packet: expose predicates for packet flags
|
2015-08-14 19:32:22 +02:00 |
|
|
9143df44f4
|
codec/packet: move impl Send closer to the type definition
|
2015-06-10 22:05:03 +02:00 |
|
|
a290eebdfb
|
codec/packet: add read/write support
|
2015-06-08 15:49:36 +02:00 |
|
|
ff1b880be6
|
*: make internal pointer handling safer
|
2015-06-04 03:03:19 +02:00 |
|
|
c389f7a916
|
codec/packet/flag: change flags API style
|
2015-05-28 18:14:18 +02:00 |
|
|
9666310abf
|
codec/packet: make it Send
|
2015-05-21 20:25:26 +02:00 |
|
|
195d5dc9d4
|
codec/packet: change some types
|
2015-05-21 20:25:11 +02:00 |
|
|
58240987d6
|
codec/packet: make Flags a c_int for compatibility
|
2015-05-16 17:26:32 +02:00 |
|
|
b083d029da
|
codec/packet: use lifetime elision
|
2015-05-12 20:07:19 +02:00 |
|
|
42564d0d5e
|
codec/packet: add Packet and packet::SideData
|
2015-05-12 03:44:45 +02:00 |
|