- 17 Apr, 2020 1 commit
-
-
Andreas Rheinhardt authored
When no packet could be output, the interleavement functions nevertheless initialized the packet destined for output (with the exception of the data and size fields, making the initialization pointless), although it will not be used at all. So remove the initializations. Reviewed-by:
Marton Balint <cus@passwd.hu> Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
- 14 Mar, 2020 5 commits
-
-
Marton Balint authored
There was no consensus wheter or not to allow unofficial frame rates due to possible interoperability issues, a compromise is to only allow it if -strict mode is set to unofficial. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Only MXF used an actual sample array, and that is unneeded there because simple rounding rules can be used instead. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Andreas Rheinhardt authored
Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Reviewed-by:
Tomas Härdin <tjoppen@acc.umu.se> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 02 Mar, 2020 1 commit
-
-
Marton Balint authored
The standard does not seem to require the counter to be zero based, but some checker tools (MyriadBits MXFInspect, Interra Baton) have validations against 0 start... Fixes ticket #6781. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 26 Jan, 2020 2 commits
-
-
Andreas Rheinhardt authored
Fixes memleaks when allocating the private data of the timecode_track fails or when the trailer is never written. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Andreas Rheinhardt authored
It will be freed when the AVStream is freed later anyway. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 07 Jan, 2020 2 commits
-
-
Marton Balint authored
Converting explicit avio_flush() calls helps us to buffer more data and avoid flushing the IO context too often which causes reduced IO throughput for non-streamed file output. The user can control FLUSH_POINT flushing behaviour using the -flush_packets option, the default typically means to flush unless a non-streamed file output is used, so this change should have no adverse effect on streaming even if it is assumed that after an avio_flush() the output buffer is clean so small seekbacks within the output buffer will work even when the IO context is not seekable. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
Removing explicit avio_flush() calls helps us to buffer more data and avoid flushing the IO context too often which causes reduced IO throughput for non-streamed file output. The user can control flushing behaviour at the end of every packet using the -flush_packets option, the default typically means to flush unless a non-streamed file output is used. Therefore this change should have no adverse effect on streaming, even if it is assumed that a new packet has a clean buffer so small seekbacks within the output buffer work even when the IO context is not seekable. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 23 Nov, 2019 2 commits
-
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
- 13 Nov, 2019 1 commit
-
-
Baptiste Coudurier authored
-
- 04 Sep, 2019 1 commit
-
-
Limin Wang authored
Signed-off-by:
Limin Wang <lance.lmwang@gmail.com>
-
- 14 Aug, 2019 1 commit
-
-
Andreas Rheinhardt authored
There is no reason for these functions to modify the given packets at all. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 22 Jul, 2019 1 commit
-
-
Baptiste Coudurier authored
-
- 20 May, 2019 1 commit
-
-
Baptiste Coudurier authored
-
- 13 Mar, 2019 1 commit
-
-
Mark Reid authored
Reviewed-by:
Tomas Härdin <tjoppen@acc.umu.se> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 25 Dec, 2018 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 17 Dec, 2018 1 commit
-
-
Paul B Mahol authored
-
- 10 Dec, 2018 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 24 Oct, 2018 1 commit
-
-
Baptiste Coudurier authored
-
- 17 Oct, 2018 1 commit
-
-
Carl Eugen Hoyos authored
Fixes the following warning: libavformat/mxfenc.c:2125:22: warning: variable 'frame_size' set but not used
-
- 13 Oct, 2018 1 commit
-
-
Carl Eugen Hoyos authored
Fixes the following warnings: libavformat/mxfenc.c:2036:9: warning: unused variable 'i' libavformat/mxfenc.c:2125:9: warning: unused variable 'i'
-
- 12 Oct, 2018 5 commits
-
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
-
- 15 Sep, 2018 1 commit
-
-
Jason Stevens authored
byte 8 of dnxhr codec ul should be 0x0D Signed-off-by:
Jason Stevens <jay@wizardofthenet.com> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 Sep, 2018 1 commit
-
-
Jason Stevens authored
Add missing dnxhr mxf container essence ULs to the mxf encoder. This fixes dnxhr mxf files being quarantined by Avid Media Composer. Signed-off-by:
Jason Stevens <jay@wizardofthenet.com> Reviewed-by: Baptiste Coudurier
-
- 22 Aug, 2018 1 commit
-
-
Baptiste Coudurier authored
-
- 21 Aug, 2018 1 commit
-
-
Baptiste Coudurier authored
-
- 27 May, 2018 1 commit
-
-
Michael Niedermayer authored
fixes ticket7209 Tested-by:
Jim DeLaHunt <from.ffmpeg-dev@jdlh.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 11 May, 2018 2 commits
-
-
Michael Niedermayer authored
SMPTE 386M (D-10) lists 4 as value to be used SMPTE 377-1-2009 says "The definitions of 00h (coSiting) and 04h (Rec 601) are equivalent. The value of 04h is deprecated. New MXF encoders shall use the value of 00h instead." Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 May, 2018 1 commit
-
-
Thomas Mundt authored
Signed-off-by:
Thomas Mundt <tmundt75@gmail.com> Reviewed-by:
Tomas Härdin <tjoppen@acc.umu.se> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 May, 2018 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-