- 25 Feb, 2019 3 commits
-
-
Mark Thompson authored
Allow setting the mode explicitly, and try to make a sensible choice given the available parameters if not.
-
Gyan Doshi authored
-
Karthick J authored
The master playlist can be published at a specified interval with this option
-
- 22 Feb, 2019 1 commit
-
-
Paul B Mahol authored
-
- 21 Feb, 2019 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 20 Feb, 2019 2 commits
-
-
Lou Logan authored
Can be used as a vacation mode to enable/disable mail delivery without needing to unsubscribe. Signed-off-by:
Lou Logan <lou@lrcd.com>
-
James Almer authored
-
- 17 Feb, 2019 2 commits
-
-
Gyan Doshi authored
-
Reto Kromer authored
Signed-off-by:
Gyan Doshi <ffmpeg@gyani.pro>
-
- 13 Feb, 2019 2 commits
-
-
Marton Balint authored
This removes lots of code duplication and also allows more complex specifiers, for example you can use p:204:a:m:language:eng to select the English language audio stream from program 204. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Reto Kromer authored
Signed-off-by:
Gyan Doshi <ffmpeg@gyani.pro>
-
- 11 Feb, 2019 1 commit
-
-
Reto Kromer authored
Signed-off-by:
Gyan Doshi <ffmpeg@gyani.pro>
-
- 10 Feb, 2019 4 commits
-
-
Reto Kromer authored
-
Moritz Barsnick authored
Found with the help of codespell-1.14.0. Signed-off-by:
Moritz Barsnick <barsnick@gmx.net> Signed-off-by:
Gyan Doshi <ffmpeg@gyani.pro>
-
Reto Kromer authored
Signed-off-by:
Gyan Doshi <ffmpeg@gyani.pro>
-
Jan Ekström authored
* Outputs ASS lines with basic coloring and font scaling for each given region. * Sets the default style to the resolution of the subtitle plane (for example, 960x540 / 36pt font for profile A). * Has options to: * Disable ruby text (which is coded as regions which have half-height text in libaribb24). Enabled by default as without positioning ruby text only confuses as it is usually coded in the beginning of the decoded subtitle line. * Set the working directory, in which libaribb24 will read configuration as well as into which it may save broadcast extra symbols as PNG. Unset by default. The unconventional library check can be explained by the library's current master branch being licensed as LGPLv3, but at the time of writing the latest official release is still licensed under GPLv3. Thus, one either has to wait for the following release, or enable GPLv3.
-
- 09 Feb, 2019 1 commit
-
-
Reto Kromer authored
-
- 07 Feb, 2019 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 04 Feb, 2019 1 commit
-
-
Gyan Doshi authored
lavfi-complex is not a valid option. [a:0] is not correct pad form for input.
-
- 02 Feb, 2019 1 commit
-
-
Jun Zhao authored
document ranges and defaults for nlmeans options Reviewed-by:
Gyan Doshi <ffmpeg@gyani.pro> Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
- 31 Jan, 2019 2 commits
-
-
Steven Liu authored
use a:0,agroup:aud_low,default:Yes,language:CHN a:1,agroup:aud_low,language:ENG a:2,agroup:aud_high,default:YesYes,language:CHN a:3,agroup:aud_high,language:ENG v:0,agroup:aud_low v:1,agroup:aud_high create master m3u8 list. result: EXTM3U EXT-X-VERSION:3 EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_low",NAME="audio_0",DEFAULT=YES,LANGUAGE="CHN",URI="out_0.m3u8" EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_low",NAME="audio_1",DEFAULT=NO,LANGUAGE="ENG",URI="out_1.m3u8" EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_high",NAME="audio_2",DEFAULT=YES,LANGUAGE="CHN",URI="out_2.m3u8" EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_high",NAME="audio_3",DEFAULT=NO,LANGUAGE="ENG",URI="out_3.m3u8" EXT-X-STREAM-INF:BANDWIDTH=1170400,RESOLUTION=640x480,CODECS="avc1.64001e,mp4a.40.2",AUDIO="group_aud_low" out_4.m3u8 EXT-X-STREAM-INF:BANDWIDTH=3440800,RESOLUTION=640x480,CODECS="avc1.64001e,mp4a.40.2",AUDIO="group_aud_high" out_5.m3u8 Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
Steven Liu authored
use a:0,agroup:aud_low,default:Yes a:1,agroup:aud_low, a:2,agroup:aud_high,default:Yes a:3, agroup:aud_high, v:0,agroup:aud_low v:1,agroup:aud_high create master m3u8 list. result: EXTM3U EXT-X-VERSION:3 EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_low",NAME="audio_0",DEFAULT=YES,URI="out_0.m3u8" EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_low",NAME="audio_1",DEFAULT=NO,URI="out_1.m3u8" EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_high",NAME="audio_2",DEFAULT=YES,URI="out_2.m3u8" EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="group_aud_high",NAME="audio_3",DEFAULT=NO,URI="out_3.m3u8" EXT-X-STREAM-INF:BANDWIDTH=1170400,RESOLUTION=640x480,CODECS="avc1.64001e,mp4a.40.2",AUDIO="group_aud_low" out_4.m3u8 EXT-X-STREAM-INF:BANDWIDTH=3440800,RESOLUTION=640x480,CODECS="avc1.64001e,mp4a.40.2",AUDIO="group_aud_high" out_5.m3u8 Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
- 28 Jan, 2019 1 commit
-
-
Michael Niedermayer authored
Suggested-by: BBB Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 24 Jan, 2019 1 commit
-
-
Gyan Doshi authored
New fade curve value 'nofade' passes audio samples as-is. Primarily useful in carrying out acrossfade without fades.
-
- 23 Jan, 2019 1 commit
-
-
Mark Thompson authored
This attaches the logic of picking the mode of for the next picture to the output, which simplifies some choices by removing the concept of the picture for which input is not yet available. At the same time, we allow more complex reference structures and track more reference metadata (particularly the contents of the DPB) for use in the codec-specific code. It also adds flags to explicitly track the available features of the different codecs. The new structure also allows open-GOP support, so that is now available for codecs which can do it.
-
- 21 Jan, 2019 1 commit
-
-
Karthick J authored
-
- 17 Jan, 2019 1 commit
-
-
Guo, Yejun authored
The encoders such as libx264 support different QPs offset for different MBs, it makes possible for ROI-based encoding. It makes sense to add support within ffmpeg to generate/accept ROI infos and pass into encoders. Typical usage: After AVFrame is decoded, a ffmpeg filter or user's code generates ROI info for that frame, and the encoder finally does the ROI-based encoding. The ROI info is maintained as side data of AVFrame. Signed-off-by:
Guo, Yejun <yejun.guo@intel.com> Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 12 Jan, 2019 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
Make into account patch size.
-
- 08 Jan, 2019 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 05 Jan, 2019 1 commit
-
-
Paul B Mahol authored
Minimal value allowed by our FFT is 16 thus min partition size is 8.
-
- 04 Jan, 2019 3 commits
-
-
Jun Zhao authored
Update standard libavcodec options for libxavs2 Signed-off-by:
Jun Zhao <mypopydev@gmail.com>
-
Gyan Doshi authored
Discarding all frames is universally supported as it happens in fftools whereas selective discarding relies on the demuxer.
-
Gyan Doshi authored
-vn/-an/-sn/-dn can now be used to block input streams from a file.
-
- 01 Jan, 2019 3 commits
-
-
Michael Niedermayer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Paul B Mahol authored
-
Paul B Mahol authored
-
- 30 Dec, 2018 1 commit
-
-
Paul B Mahol authored
Using multiple frequency delay lines.
-
- 29 Dec, 2018 1 commit
-
-
Paul B Mahol authored
-
- 24 Dec, 2018 1 commit
-
-
Rene Claus authored
This commit adds configuration options to libvpxenc.c that can be used to tune the sharpness parameter for VP8 and VP9. Signed-off-by:
Rene Claus <rclaus@google.com> Signed-off-by:
James Zern <jzern@google.com>
-