- 04 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Nov, 2014 1 commit
-
-
Benoit Fouet authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Not checked if its actually lossless Fixes Ticket1847 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Suggested-by: jamrial Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Nov, 2014 2 commits
-
-
Martin Storsjö authored
This is mostly to serve as a reference example on how to segment the output from the mp4 muxer, capable of writing the segment list in four different ways: - SegmentTemplate with SegmentTimeline - SegmentTemplate with implicit segments - SegmentList with individual files - SegmentList with one single file per track, and byte ranges The muxer is able to serve live content (with optional windowing) or create a static segmented MPD. In advanced cases, users will probably want to do the segmenting in their own application code. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
A flag "dash" is added, which enables the necessary flags for creating DASH compatible fragments. When this is enabled, one sidx atom is written for each track before every moof atom. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 16 Nov, 2014 1 commit
-
-
Lukasz Marek authored
This commit allows to set codec's private option. As side effect, it also improves preset support. Signed-off-by:
Lukasz Marek <lukasz.m.luki2@gmail.com>
-
- 14 Nov, 2014 1 commit
-
-
Thilo Borgmann authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Nov, 2014 2 commits
-
-
Clément Bœsch authored
-
Arwa Arif authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Nov, 2014 1 commit
-
-
Thomas Volkert authored
(This fixes ticket #1501) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Oct, 2014 1 commit
-
-
Luca Barbato authored
Matches the x11grab screen capture by features.
-
- 24 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Oct, 2014 1 commit
-
-
Eejya Singh authored
Signed-off-by:
Clément Bœsch <u@pkh.me>
-
- 17 Oct, 2014 1 commit
-
-
Supraja Meedinti authored
Only ECB mode is supported at the moment Signed-off-by:
Supraja Meedinti <supraja0493@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Oct, 2014 1 commit
-
-
Tobias Rapp authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Sep, 2014 1 commit
-
-
wm4 authored
Signed-off-by:
Clément Bœsch <u@pkh.me>
-
- 24 Sep, 2014 1 commit
-
-
Thomas Volkert authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 21 Sep, 2014 1 commit
-
-
Thomas Volkert authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 Sep, 2014 2 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
- 08 Sep, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Reviewed-by: Marton Balint
-
- 06 Sep, 2014 1 commit
-
-
Diego Biurrun authored
This is the expected behavior shared by all other cli multimedia players. Bug-Id: 732
-
- 05 Sep, 2014 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 04 Sep, 2014 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
Also fix some typos in the entries for the 11 release.
-
Timothy Gu authored
texi2html is deprecated by upstream in favor of makeinfo/texi2any. See: - https://www.gnu.org/software/texinfo/manual/texinfo/html_node/texi2html.html - https://wiki.debian.org/Texi2htmlTransition - https://lists.debian.org/debian-devel/2013/05/msg01516.html This is actually two separate changes. Based on a patch by Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>. Fixes Trac ticket #3232. Signed-off-by:
Timothy Gu <timothygu99@gmail.com>
-
- 03 Sep, 2014 1 commit
-
-
Thomas Volkert authored
As specified in draft-ietf-payload-rtp-h265-06. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 01 Sep, 2014 1 commit
-
-
Thomas Volkert authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 28 Aug, 2014 1 commit
-
-
Vittorio Giovara authored
Convert the Matroska stereo format to the Stereo3D format, and add a Stereo3D side data to the stream. Bump the doctype version supported. Bug-Id: 728 / https://bugs.debian.org/757185
-
- 24 Aug, 2014 2 commits
-
-
Clément Bœsch authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Aug, 2014 1 commit
-
-
James Almer authored
Derived from deflate code. Requires liblzma. Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Aug, 2014 1 commit
-
-
Luca Barbato authored
Since they are aliases for ogg enabling any of them enables ogg as well.
-
- 13 Aug, 2014 3 commits
-
-
Clément Bœsch authored
-
Anton Khirnov authored
-
Andrew Stone authored
It won't hurt servers that don't care about the header, and those that do will include it by default. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-