- 03 Oct, 2015 1 commit
-
-
John Stebbins authored
"language" is not an offical matroska tag. Track languages are specified with the MATROSKA_ID_TRACKLANGUAGE ebml. Writing the tag overrides the ebml specified language during playback with libav and some other players. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 29 Sep, 2015 1 commit
-
-
wm4 authored
Note that convergence_duration had another meaning, one which was in practice never used. The only real use for it was a 64 bit replacement for the duration field. It's better just to make duration 64 bits, and to get rid of it. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- 25 Aug, 2015 1 commit
-
-
Luca Barbato authored
And update the preference for the newer codecs now that the libraries seem stable and widespread enough. Bug-Id: 695 Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 09 Jun, 2015 1 commit
-
-
Luca Barbato authored
Bug-Id: 865 CC: libav-stable@libav.org
-
- 08 Apr, 2015 1 commit
-
-
wm4 authored
Generally, libavformat exports cover art pictures as video streams with 1 packet and AV_DISPOSITION_ATTACHED_PIC set. Only matroskadec exported it as attachment with codec_id set to AV_CODEC_ID_MJPEG. Obviously, this should be consistent, so change the Matroska demuxer to export a AV_DISPOSITION_ATTACHED_PIC pseudo video stream. Matroska muxing is probably incorrect too. I know that it can create broken files with an audio track and just 1 video frame when e.g. remuxing mp3 with APIC to mkv. But for now this commit does not change anything about muxing, and also continues to write attachments with AV_CODEC_ID_MJPEG should the muxer application have special knowledge that the Matroska is broken in this way. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 11 Mar, 2015 1 commit
-
-
Vittorio Giovara authored
-
- 09 Mar, 2015 1 commit
-
-
Vittorio Giovara authored
This prevents it to be written as unsigned. Also add an error message. CC: libav-stable@libav.org Bug-Id: CID 1265717
-
- 24 Feb, 2015 1 commit
-
-
John Stebbins authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 17 Feb, 2015 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1265717
-
- 14 Feb, 2015 1 commit
-
-
Diego Biurrun authored
-
- 09 Jan, 2015 1 commit
-
-
Anton Khirnov authored
-
- 18 Dec, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 03 Dec, 2014 1 commit
-
-
Luca Barbato authored
CC: libav-stable@libav.org
-
- 27 Oct, 2014 1 commit
-
-
Vittorio Giovara authored
should be the raw amount of pixels (for example 3840x1080 for full HD side by side) and the DisplayWidth/Height in pixels should be the amount of pixels for one plane (1920x1080 for that full HD stream)." So, move the aspect ratio check in the mkv_write_stereo_mode() function and always write the embl when stereo format and/or aspect ration is set. Also add a few comments to that function. CC: libav-stable@libav.org Found-by:
Asan Usipov <asan.usipov@gmail.com>
-
- 24 Oct, 2014 1 commit
-
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 703629
-
- 13 Oct, 2014 1 commit
-
-
Anton Khirnov authored
-
- 28 Aug, 2014 1 commit
-
-
Vittorio Giovara authored
Write the StereoMode Embl to bitstream.
-
- 15 Aug, 2014 1 commit
-
-
Gabriel Dume authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 01 Jul, 2014 3 commits
-
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
- 01 Jun, 2014 2 commits
-
-
Anton Khirnov authored
-
Tudor Suciu authored
Bug-Id: 695 Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 29 May, 2014 2 commits
-
-
Anton Khirnov authored
Fixes calculating the ts offset for audio codecs with delay.
-
Anton Khirnov authored
This results in DefaultDuration not being written when the framerate is not known, but as this field is purely informative, this should not break any sane demuxers.
-
- 28 May, 2014 1 commit
-
-
Anton Khirnov authored
-
- 15 May, 2014 1 commit
-
-
Anton Khirnov authored
Use it instead of checking CODEC_FLAG_BITEXACT in the first stream's codec context. Using codec options inside lavf is fragile and can easily break when the muxing codec context is not the encoding context.
-
- 01 May, 2014 1 commit
-
-
Anton Khirnov authored
-
- 09 Mar, 2014 2 commits
-
-
Tim Walker authored
-
Tim Walker authored
-
- 08 Mar, 2014 1 commit
-
-
John Stebbins authored
Signed-off-by:
Tim Walker <tdskywalker@gmail.com> CC: libav-stable@libav.org
-
- 23 Nov, 2013 1 commit
-
-
Diego Biurrun authored
-
- 12 Sep, 2013 1 commit
-
-
Alexandra Khirnova authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 10 Sep, 2013 1 commit
-
-
Alexandra Khirnova authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 04 Sep, 2013 1 commit
-
-
John Stebbins authored
This allows creation of frame accurate chapter marks from sources like DVD and BD where the precise chapter location is not known until the chapter mark has been reached during reading. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 27 Aug, 2013 1 commit
-
-
John Stebbins authored
The element was only being written when the value == 1. But the default value of this element is 1, so this has no useful effect. This element needs to be written when the value == 0. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 19 Aug, 2013 4 commits
-
-
Martin Storsjö authored
Allow emitting the current cluster that is being written before starting a new one, simplifying how to figure out where clusters are positioned in the output stream (for live streaming). Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
This simplifies keeping track of cluster boundaries for e.g. livestreaming of WebM. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-