Commit Graph

261 Commits

Author SHA1 Message Date
eisneinechse
47fca02540 video_codec -> video_codec_ctx 2020-09-13 09:07:14 -07:00
eisneinechse
158c594973 Change of name of library 2020-09-13 08:42:17 -07:00
eisneinechse
36c32f3111 Merge branch 'develop' into interlace 2020-09-13 08:23:07 -07:00
Jonathan Thomas
6cc00d6e47 Merge pull request #371 from SuslikV/lossless-color-format
Use non-subsampled color format for lossless encoding with the h264 encoder
2020-09-10 17:40:14 -05:00
Frank Dana
174d0952ac Merge branch 'develop' into remove-ancient-ffmpeg-encode 2020-08-08 04:13:07 -04:00
eisneinechse
8577848925 Merge branch 'develop' into interlace 2020-07-08 17:25:25 -07:00
eisneinechse
f69aa41127 Add some comment 2020-07-08 17:11:47 -07:00
Frank Dana
ca31359327 FFmpegWriter: Missed 1 rename to video_codec_ctx 2020-07-08 17:39:04 -04:00
Frank Dana
adab668486 Merge branch 'develop' into ffmpeg-writer 2020-07-08 17:26:38 -04:00
eisneinechse
6114be5e0f Fixed typo 2020-07-07 10:20:48 -07:00
eisneinechse
9ef8f8478e Formating 2020-07-07 10:14:02 -07:00
eisneinechse
3157d75747 Leave the values for qmin and qmax at their default values except
for mpeg2. Changing them for the other codecs resultet in exporting
with the wrong bitrate.
2020-07-02 16:54:32 -07:00
eisneinechse
56736e9505 Set the field order when interlace is on 2020-06-16 10:22:52 -07:00
Jonathan Thomas
73d1689414 Merge pull request #525 from eisneinechse/develop
Improvements to handling of new codecs
2020-06-15 18:49:16 -05:00
eisneinechse
056a72fa17 Fix indentation (2) 2020-06-15 14:41:38 -07:00
eisneinechse
3dfcea1dd5 Fix indentation 2020-06-15 14:33:14 -07:00
eisneinechse
c037d5c01d Update src/FFmpegWriter.cpp
We might want to leave some kind of comment though. The encoders will (probably) get these options (soon).

Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
2020-06-15 14:07:09 -07:00
eisneinechse
bf0e700ae7 Update src/FFmpegWriter.cpp
Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
2020-06-15 14:05:43 -07:00
eisneinechse
2491d402df Update src/FFmpegWriter.cpp
I should take more care of the comments.

Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
2020-06-15 14:04:49 -07:00
eisneinechse
91647e6d0b Update src/FFmpegWriter.cpp
Perfect. I forgot that comment.

Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
2020-06-15 14:03:29 -07:00
eisneinechse
4e2c08db88 Update src/FFmpegWriter.cpp
Thanks for fixing that

Co-authored-by: Jonathan Thomas <jonathan@openshot.org>
2020-06-15 14:02:26 -07:00
FeRD (Frank Dana)
96d84311c6 OpenMP: Move off deprecated allow_nested boolean
- Replacement openmp_set_max_active_levels() takes an int argument
  - In OpenMP 5.0 it can be set to openmp_get_supported_active_levels()
  - Below 5.0, we just set it to our processor count
- Move configuration of OpenMP from ad-hoc locations to constructors
  for FFmpegWriter/Reader and Timeline
2020-06-08 16:07:04 -04:00
FeRD (Frank Dana)
c57f8ede3b FFmpeg: Combine 2 constructors via a default arg, fix docs, const refs 2020-06-08 16:03:04 -04:00
FeRD (Frank Dana)
7a91ca1d86 FFmpegWriter: Remove unreachable branch 2020-06-08 15:58:17 -04:00
Jonathan Thomas
7b94ac838b Removing bad suggestion. In theory, we could change this signature to take a const reference to a string, but for now, I'm reverting it. 2020-06-05 18:07:25 -05:00