- 17 Oct, 2017 35 commits
-
-
James Almer authored
* commit '5f794aa1': Add Cineform HD Decoder See 3485332b. Some cosmetics are merged. The refactoring is not merged at the request of Kieran Kunhya. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'f6790b5e': add initial QP value options This commit is a noop, see 5f44a4a0Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '8a60bba0': avcodec: clarify some decoding/encoding API details This commit is a noop, see f940492bMerged-by: James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
Found-by: James Almer
-
Mark Thompson authored
This starts a new section - 3.4 has been released.
-
Mark Thompson authored
Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conformance test streams <http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/> (cherry picked from commit 3cae7f8b) (cherry picked from commit fbd63170)
-
Mark Thompson authored
(cherry picked from commit 10eb496d)
-
Mark Thompson authored
Matching the H.264 encoder. (cherry picked from commit e3e8eab3)
-
Mark Thompson authored
Also improves the metadata and generally makes the configuration a bit cleaner. (cherry picked from commit ac124867)
-
Mark Thompson authored
This should be ticks, not time_scale steps - it was wrong for all framerates not a multiple of 1/2. (cherry picked from commit 30645174)
-
Mark Thompson authored
Included by default with non-IDR intra frames. (cherry picked from commit a49ee60d)
-
Mark Thompson authored
Adds a new private option to enable them (off by default). (cherry picked from commit 820a4483)
-
Mark Thompson authored
(cherry picked from commit 7a4fac5e)
-
Mark Thompson authored
(cherry picked from commit b78c30d7)
-
Mark Thompson authored
This will be used later in both the mpeg2_metadata filter and the VAAPI MPEG-2 encoder. Also adds a unit test. (cherry picked from commit b5859e0b)
-
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)
-
Mark Thompson authored
(cherry picked from commit 2bc9ba8d) (cherry picked from commit a41b69b5)
-
Mark Thompson authored
(cherry picked from commit 867381b8) (cherry picked from commit f7634893) (cherry picked from commit 067a9dde)
-
Mark Thompson authored
(cherry picked from commit acf06f45) (cherry picked from commit 768eb918) (cherry picked from commit e7f64191)
-
Mark Thompson authored
(cherry picked from commit 18f1706f) (cherry picked from commit 44cde38c)
-
Mark Thompson authored
Add comments to describe the sources of the constraint values expressed here, and add some more related values which will be used in following patches. Fix the incorrect values for SPS and PPS count (they are not the same as those used for H.264), and remove HEVC_MAX_CU_SIZE because it is not used anywhere. (cherry picked from commit b88da98b)
-
Mark Thompson authored
With comments describing the derivation of each value. (cherry picked from commit aaf44146)
-
James Almer authored
* commit '0429f01e': mkv: Export bounds and padding from spherical metadata This commit is a noop, see bde96422Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '251849f0': mkv: Add support for Spherical Video elements See 445204cdMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'a825980f': mov: Export bounds and padding from spherical metadata spherical: Add tiled equirectangular type and projection-specific properties mov: Validate cubemap layout This commit is a noop, see ac8c72f8 1b7ffddb 022b4ea5Merged-by: James Almer <jamrial@gmail.com>
-
Carl Eugen Hoyos authored
QuickTime does not require the (unknown) kuki chunk for decoding.
-
James Almer authored
* commit '0f8512c4': mov: Validate spherical metadata version Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '23657723': mov: Ignore old spherical metadata when newer version is present Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '17adcc40': mov: Fix spherical metadata_source parsing This commit is a noop, see b9f2f932Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '81bffae3': configure: Check for -no_weak_imports in ldflags on macOS Merged-by: James Almer <jamrial@gmail.com>
-
Jacek Jendrzej authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Fixes ticket #6740 Signed-off-by: James Almer <jamrial@gmail.com>
-
- 16 Oct, 2017 5 commits
-
-
Jun Zhao authored
This has been unused for a long time, and the original purpose has been replaced by the per-stream hwaccel_flags. Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
-
James Almer authored
Should fix ticket #6738 Signed-off-by: James Almer <jamrial@gmail.com>
-
Martin Vignali authored
Signed-off-by: Tom Butterworth <bangnoise@gmail.com>
-
Martin Vignali authored
Signed-off-by: Tom Butterworth <bangnoise@gmail.com>
-
Martin Vignali authored
this func encode the alpha channel of the rgba input to an rgtc1u block Signed-off-by: Tom Butterworth <bangnoise@gmail.com>
-