- 15 Jan, 2015 1 commit
-
-
Clément Bœsch authored
-
- 13 Jan, 2015 1 commit
-
-
Stefano Sabatini authored
-
- 11 Jan, 2015 1 commit
-
-
Anshul Maheshwari authored
Signed-off-by:
Anshul Maheshwari <anshul.ffmpeg@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 10 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes Ticket1333 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 06 Jan, 2015 1 commit
-
-
Martin Storsjö authored
Compared to existing, common opensource H264 encoders, this can be useful since it has got a different license (BSD instead of GPL). Performance- and qualitywise it is comparable to x264 in ultrafast mode. Hooking it up as an encoder in libavcodec also simplifies comparing it against other common encoders. This requires OpenH264 1.3 or newer. Since the OpenH264 API and ABI changes frequently, only releases are supported. To take advantage of the OpenH264 patent offer, the OpenH264 library must not be redistributed, but downloaded at runtime at the end-user's system. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 02 Jan, 2015 2 commits
-
-
Supraja Meedinti authored
Signed-off-by:
Supraja Meedinti <supraja0493@gmail.com> Previous version of this patch reviewed-by: Giorgio Vazzana <mywing81@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Suggested-by: Reimar Previous patch reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Dec, 2014 1 commit
-
-
Stefano Sabatini authored
-
- 25 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 18 Dec, 2014 3 commits
-
-
James Almer authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Martin Storsjö authored
Since this structurally is quite different from normal RTP (multiple streams are muxed into one single mpegts stream, which is packetized into one single RTP session), it is kept as a separate muxer. Since this structurally also behaves differently than normal RTP, all of the other muxers that do chained RTP muxing (rtsp, sap, mp4) would need to be updated similarly to handle this - in particular, creating one single rtp_mpegts muxer for the whole presentation instead of one rtp muxer per stream. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Thomas Volkert authored
The packetizer only supports splitting at GOB headers - if such aren't available frequently enough, it splits at any random byte offset (not at a macroblock boundary either, which would be allowed by the spec) and sends a payload header pretend that it starts with a GOB header. As long as a receiver doesn't try to handle such cases cleverly but just drops broken frames, this shouldn't matter too much in practice. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 17 Dec, 2014 1 commit
-
-
Thomas Volkert authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Dec, 2014 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 15 Dec, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 11 Dec, 2014 1 commit
-
-
Timo Rothenpieler authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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
-