Skip to content

Commit fb21843

Browse files
authored
Release v0.7.3 (deepmedia#33)
1 parent 4804343 commit fb21843

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v0.7.3
2+
3+
- Fix: fixed bug with files that do not have an audio track, thanks to [@pawegio][pawegio] ([#31][31])
4+
- Fix: fixed possible issues with FilePathDataSource ([#32][32])
5+
6+
https://github.com/natario1/Transcoder/compare/v0.7.2...v0.7.3
7+
18
### v0.7.2
29

310
- Improvement: better input format detection. Fixes bugs with certain files ([#29][29])
@@ -47,6 +54,7 @@ https://github.com/natario1/Transcoder/compare/v0.5.0...v0.6.0
4754
- Improvement: bug fixes and a new demo app to test transcoding options easily ([#4][4])
4855

4956
[Saqrag]: https://github.com/Saqrag
57+
[pawegio]: https://github.com/pawegio
5058

5159
[4]: https://github.com/natario1/Transcoder/pull/4
5260
[5]: https://github.com/natario1/Transcoder/pull/5
@@ -60,3 +68,5 @@ https://github.com/natario1/Transcoder/compare/v0.5.0...v0.6.0
6068
[18]: https://github.com/natario1/Transcoder/pull/18
6169
[20]: https://github.com/natario1/Transcoder/pull/20
6270
[29]: https://github.com/natario1/Transcoder/pull/29
71+
[31]: https://github.com/natario1/Transcoder/pull/31
72+
[32]: https://github.com/natario1/Transcoder/pull/32

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Transcodes and compresses video files into the MP4 format, with audio support, using hardware accelerated Android codecs available on the device. Works on API 18+.
1818

1919
```groovy
20-
implementation 'com.otaliastudios:transcoder:0.7.2'
20+
implementation 'com.otaliastudios:transcoder:0.7.3'
2121
```
2222

2323
- Fast transcoding to AAC/AVC

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
// Required by bintray
6-
version = '0.7.2'
6+
version = '0.7.3'
77
group = 'com.otaliastudios'
88
archivesBaseName = 'transcoder'
99

0 commit comments

Comments
 (0)