- 23 Aug, 2019 1 commit
-
-
Marton Balint authored
Also document the algorithm for the default PCR interval. Fixes ticket #8061. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 22 Aug, 2019 2 commits
-
-
Jarek Samic authored
-
Xuewei Meng authored
Add the usage of tensorflow model in derain filter. Training scripts as well as scripts for tf/native model generation are provided in the repository at https://github.com/XueweiMeng/derain_filter.git. Reviewed-by:
Steven Liu <lq@onvideo.cn> Signed-off-by:
Xuewei Meng <xwmeng96@gmail.com>
-
- 21 Aug, 2019 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 19 Aug, 2019 3 commits
-
-
Eugene Lyapustin authored
Signed-off-by:
Eugene Lyapustin <unishifft@gmail.com>
-
Eugene Lyapustin authored
Signed-off-by:
Eugene Lyapustin <unishifft@gmail.com>
-
Eugene Lyapustin authored
Signed-off-by:
Eugene Lyapustin <unishifft@gmail.com>
-
- 17 Aug, 2019 2 commits
-
-
Marton Balint authored
We do this by switching to AVBPrint. v2: Also set IO context error flag in case of ENOMEM. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Marton Balint authored
These functions can be used to print a variable number of strings consecutively to the IO context. Unlike av_bprintf, no temporary buffer is necessary. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 14 Aug, 2019 1 commit
-
-
Marton Balint authored
Deprecated since 2014. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 13 Aug, 2019 1 commit
-
-
Lars Kiesow authored
This patch adds a new option to the scale filter which ensures that the output resolution is divisible by the given integer when used together with `force_original_aspect_ratio`. This works similar to using `-n` in the `w` and `h` options. This option respects the value set for `force_original_aspect_ratio`, increasing or decreasing the resolution accordingly. The use case for this is to set a fixed target resolution using `w` and `h`, to use the `force_original_aspect_ratio` option to make sure that the video always fits in the defined bounding box regardless of aspect ratio, but to also make sure that the calculated output resolution is divisible by n so in can be encoded with certain encoders/options if that is required. Signed-off-by:
Lars Kiesow <lkiesow@uos.de> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 08 Aug, 2019 4 commits
-
-
Michael Niedermayer authored
The awnser which most people will seek is put first Reviewed-by:
Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jun Zhao authored
Document dts_error_threshold option. Signed-off-by:
Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
Only add sequence end code for mpeg1/mpeg2 video, or else use the encoder libx264 or libx265 in this sample, decoding the output file will get unknow NALU type error. Signed-off-by:
Jun Zhao <barryjzhao@tencent.com>
-
Jun Zhao authored
Add http_seekable option for HTTP partial requests, when The EXT-X-BYTERANGE tag indicates that a Media Segment is a sub-range of the resource identified by its URI, we can use HTTP partial requests to get the Media Segment. Reviewed-by:
Steven Liu <lq@chinaffmpeg.org> Signed-off-by:
Jun Zhao <barryjzhao@tencent.com>
-
- 02 Aug, 2019 1 commit
-
-
Lynne authored
Simply moves and templates the actual transforms to support an additional data type. Unlike the float version, which is equal or better than libfftw3f, double precision output is bit identical with libfftw3.
-
- 29 Jul, 2019 1 commit
-
-
Mark Thompson authored
Fixes #8041.
-
- 28 Jul, 2019 2 commits
-
-
Mark Thompson authored
This can be used to add region of interest side data to video frames.
-
Andreas Rheinhardt authored
The earlier version had three deficits: 1. It allowed to set the stream to RGB although this is not allowed when the profile is 0 or 2. 2. If it set the stream to RGB, then it did not automatically set the range to full range; the result was that one got a warning every time a frame with color_config element was processed if the frame originally had TV range and the user didn't explicitly choose PC range. Now one gets only one warning in such a situation. 3. Intra-only frames in profile 0 are automatically BT.601, but if the user wished another color space, he was not informed about his wishes being unfulfillable. The commit also improves the documentation about this. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
- 24 Jul, 2019 1 commit
-
-
Paul B Mahol authored
-
- 22 Jul, 2019 2 commits
-
-
Paul B Mahol authored
-
Leo Zhang authored
avformat/dashenc: add descriptor which is useful to the scheme defined by ISO/IEC 23009-1:2014/Amd.2:2015. Signed-off-by:
leozhang <leozhang@qiyi.com>
-
- 21 Jul, 2019 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 15 Jul, 2019 1 commit
-
-
Jun Zhao authored
Add missing documentation for nointra. Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Jun Zhao <barryjzhao@tencent.com>
-
- 14 Jul, 2019 2 commits
-
-
Andreas Rheinhardt authored
The dump_extra bitstream filter currently simply adds the extradata to the packets indicated by the user without checking whether said extradata already exists in the packets. Besides wasting space duplicated extradata in the same packet/access unit is also forbidden for some codecs, e.g. MPEG-2. This check has been added to be able to use the mpeg2_qsv encoder (which only adds the sequence headers to the first packet) in broadcast scenarios where repeating sequence headers are required. The check used here is not perfect: E.g. dump_extra would add the extradata to a H.264 access unit consisting of an access unit delimiter, SPS, PPS and slices. Fixes #8007. Signed-off-by:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
-
- 13 Jul, 2019 1 commit
-
-
Paul B Mahol authored
-
- 10 Jul, 2019 2 commits
-
-
Paul B Mahol authored
The previous solution was very bad.
-
Paul B Mahol authored
Next step after this one will be adding support for more window sizes.
-
- 08 Jul, 2019 4 commits
-
-
Thilo Borgmann authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 07 Jul, 2019 2 commits
-
-
Mark Thompson authored
To match the same option in h264_metadata.
-
Calvin Walton authored
Changes to vf_drawtext.c written by Calvin Walton <calvin.walton@kepstin.ca> Changes to filters.texi written by greg Luce <electron.rotoscope@gmail.com> with lots of help from Moritz Barsnick and Gyan Fixes #7947.
-
- 06 Jul, 2019 1 commit
-
-
Jun Zhao authored
Document missing options for scale in/out color matrix Reviewed-by:
Gyan Doshi <ffmpeg@gyani.pro> Signed-off-by:
Jun Zhao <barryjzhao@tencent.com>
-
- 04 Jul, 2019 1 commit
-
-
Jun Zhao authored
fix docs format for DASH muxer Reviewed-by:
Gyan Doshi <ffmpeg@gyani.pro> Signed-off-by:
Jun Zhao <barryjzhao@tencent.com>
-
- 02 Jul, 2019 2 commits
-
-
Paul B Mahol authored
-
Guo, Yejun authored
Signed-off-by:
Guo, Yejun <yejun.guo@intel.com>
-