- 06 Nov, 2017 1 commit
-
-
Ashish Pratap Singh authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 05 Nov, 2017 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #6678.
-
- 01 Nov, 2017 4 commits
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Jun Zhao authored
suppress the "warning: assignment discards ‘const’ qualifier from pointer target type" build warning. Signed-off-by:
Jun Zhao <jun.zhao@intel.com> Reviewed-by:
Steven Liu <lingjiujianke@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jun Zhao authored
suppress the "warning: assignment discards ‘const’ qualifier from pointer target type" build warning. Signed-off-by:
Jun Zhao <jun.zhao@intel.com> Reviewed-by:
Steven Liu <lingjiujianke@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Jun Zhao authored
suppress the "warning: assignment discards ‘const’ qualifier from pointer target type" build warning. Signed-off-by:
Jun Zhao <jun.zhao@intel.com> Reviewed-by:
Steven Liu <lingjiujianke@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Oct, 2017 1 commit
-
-
Nicolas George authored
Signed-off-by:
Nicolas George <george@nsup.org>
-
- 28 Oct, 2017 3 commits
-
-
Carl Eugen Hoyos authored
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Bjorn Roche authored
This patch enables paletteuse to identify the transparency in incoming video and tag transparent pixels on outgoing video with the correct index from the palette. This requires tracking the transparency index in the palette, establishing an alpha threshold below which a pixel is considered transparent and above which the pixel is considered opaque, and additional changes to track the alpha value throughout the conversion process. This change is a partial fix for https://trac.ffmpeg.org/ticket/4443 However, animated GIFs are still output incorrectly due to a bug in gif optimization which does not correctly handle transparency. Signed-off-by:
Clément Bœsch <u@pkh.me>
-
- 23 Oct, 2017 3 commits
-
-
James Almer authored
Deprecated in 08/2014. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Clément Bœsch authored
Deprecated (aka removed) in OSX 10.11, and we have a replacement for it (VideoToolbox).
-
- 18 Oct, 2017 2 commits
-
-
Dave Rice authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Gyan Doshi authored
Signed-off-by:
Gyan Doshi <gyandoshi@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 17 Oct, 2017 5 commits
-
-
Mark Thompson authored
(cherry picked from commit b78c30d7)
-
Mark Thompson authored
This is able to modify some header metadata found in the VPS/SPS/VUI, and can also add/remove AUDs. (cherry picked from commit b31a9eae)
-
Mark Thompson authored
This applies a specific fixup to some Blu-ray streams which contain redundant PPSs modifying irrelevant parameters of the stream which confuse other transformations which require correct extradata. A new single global PPS is created, and all of the redundant PPSs within the stream are removed. (cherry picked from commit e6874bc3)
-
Mark Thompson authored
This is able to modify some header metadata found in the SPS/VUI, and can also add/remove AUDs and insert user data in SEI NAL units. (cherry picked from commit 9e93001b) (cherry picked from commit c42b62d1)
-
Mark Thompson authored
Supports all streams that the coded bitstream infrastructure does (currently H.264, H.265 and MPEG-2). (cherry picked from commit f11d8a5e)
-
- 13 Oct, 2017 1 commit
-
-
Gyan Doshi authored
Correct typo in signalstats filter section and qualify description for variable in select filter. Signed-off-by:
Gyan Doshi <gyandoshi@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 10 Oct, 2017 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Gyan Doshi authored
Signed-off-by:
Gyan Doshi <gyandoshi@gmail.com> Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 06 Oct, 2017 1 commit
-
-
Tobias Rapp authored
Allows to specify the action to be performed when reading the last frame from the internal FIFO buffer. By default the last frame is written to filter output depending on the timestamp rounding method. When using "pass" action the last frame is passed through if input duration has not been reached yet. Examples using an input file with 25Hz, 1.4sec duration: - "fps=fps=1:round=near" generates an output file of 1sec - "fps=fps=1:round=near:eof_action=pass" generates an output file of 2sec Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
- 05 Oct, 2017 2 commits
-
-
James Almer authored
Split it off from install-data. Among other things, this prevents spamming triplicate log lines during install. Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
James Almer <jamrial@gmail.com>
-
Tobias Rapp authored
Align order of "start_time" option within fps filter documentation to actual implementation. Also fix some documentation cosmetics. Signed-off-by:
Tobias Rapp <t.rapp@noa-archive.com>
-
- 03 Oct, 2017 1 commit
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com> Reviewed-by:
Kieran O Leary <kieran.o.leary@gmail.com> Reviewed-by:
Carl Eugen Hoyos <ceffmpeg@gmail.com>
-
- 30 Sep, 2017 2 commits
-
-
Ashish Singh authored
Signed-off-by:
Ashish Singh <ashk43712@gmail.com> Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 29 Sep, 2017 1 commit
-
-
James Almer authored
-
- 28 Sep, 2017 4 commits
-
-
Karthick J authored
Signed-off-by:
Karthick J <kjeyapal@akamai.com> Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Gildas Fargeas authored
The decklink input pixel format can now be specified with the 'raw_format' option. The -bm_v210 option is now deprecated. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
Martin Storsjö authored
This reduces the need for an edit list; streams that start with e.g. dts=-1, pts=0 can be encoded as dts=0, pts=0 (which is valid in mov/mp4) by shifting the dts values of all packets forward. This avoids the need for edit lists for such streams (while they still are needed for audio streams with encoder delay). This eases conformance with the DASH-IF interoperability guidelines. Signed-off-by:
Martin Storsjö <martin@martin.st> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 27 Sep, 2017 1 commit
-
-
Josh de Kock authored
Support for this device has been removed in kernel since v2.6.37. dv1394 has been superseded by libiec61883 which is functionally equivalent. Signed-off-by:
Josh de Kock <josh@itanimul.li> Signed-off-by:
wm4 <nfxjfg@googlemail.com>
-
- 22 Sep, 2017 1 commit
-
-
Lou Logan authored
"apix_fmts" found by Marc Péchaud. "speedloss" found by Mikhail V. Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- 21 Sep, 2017 1 commit
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 13 Sep, 2017 2 commits
-
-
Mark Thompson authored
-
Mark Thompson authored
-