- Jan 06, 2016
-
-
Derek Buitenhuis authored
It serves absolutely no purpose other than to confuse potentional Android developers about how to use hardware acceleration properly on the the platform. The stagefright "API" is not public, and the MediaCodec API is the proper way to do this. Furthermore, stagefright support in avcodec needs a series of magic incantations and version-specific stuff, such that using it actually provides downsides compared just using the actual Android frameworks properly, in that it is a lot more work and confusion to get it even running. It also leads to a lot of misinformation, like these sorts of comments (in [1]) that are absolutely incorrect. [1] http://stackoverflow.com/a/29362353/3115956 Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Dec 25, 2015
-
-
Reto Kromer authored
Minor HTML5 code changes. Closes #167
-
- Nov 22, 2015
-
-
Hagen Schmidt authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Oct 27, 2015
-
-
Hendrik Leppkes authored
-
- Oct 26, 2015
-
-
Luca Barbato authored
`av_packet_unref` matches the AVFrame ref-counted API and can be used as a drop in replacement. Deprecate `av_free_packet`.
-
- Aug 31, 2015
-
-
Luca Barbato authored
-
Vittorio Giovara authored
-
- Aug 20, 2015
-
-
Andreas Cadhalpun authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- Aug 13, 2015
-
-
James Almer authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Jun 12, 2015
-
-
Vittorio Giovara authored
Reported-By: infer
-
- May 12, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 06, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 01, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 19, 2015
-
-
Martin Storsjö authored
Since the duration is compared to the tfra durations/intervals which are expressed in pts, calculate that here as well. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Feb 22, 2015
-
-
Michael Niedermayer authored
Fixes CID1271047 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID733726 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 21, 2015
-
-
Michael Niedermayer authored
The comments/header of the file are taken from qemu, they provide some basic documentation The code from the examples Ive no means to test this except uploading to coverity for FFmpeg, so each commit should stay simple, making it easy to revert. Also please help making this a useful and effective file by contributing changes/code to it and reviewing contributions. I am happy to upload changes but i cannot really maintain this (alone) as i cannot test changes. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Supraja Meedinti authored
Signed-off-by:
Supraja Meedinti <supraja0493@gmail.com> Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 26, 2015
-
-
James Almer authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Jan 09, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 06, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Jan 02, 2015
-
-
Martin Storsjö authored
When we don't adjust the Period start time, we don't need to parse the earliest_presentation_time from the sidx boxes either. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This was only necessary to get playback to start with dash.js 1.2.0, it has been fixed in the git version. The previous behaviour was incorrect - the Period's start time is irrespective of the actual first timestamp of the contents within the period. The Period start time only says when, within the global timeline, this particular piece should start to be played back. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Dec 23, 2014
-
-
Michael Niedermayer authored
This reduces the time the test takes significantly when only one formats needs to be tested Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Nov 24, 2014
-
-
Martin Storsjö authored
This fixes playback with dash.js, when the input is one separate mp4 file per track. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Nov 17, 2014
-
-
Martin Storsjö authored
This tool can write an MPD file for fragmented MP4 files with a sidx index at the start of the file. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Oct 25, 2014
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Oct 24, 2014
-
-
Olivier Langlois authored
Whenever av_gettime() is used to measure relative period of time, av_gettime_relative() is prefered as it guarantee monotonic time on supported platforms. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Oct 22, 2014
-
-
James Almer authored
Reviewed-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Oct 16, 2014
-
-
Mika Raento authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Oct 09, 2014
-
-
Mika Raento authored
Reads the fragment duration from the trun sample data, rather than assuming that there are no gaps. Creates much better playlists for our inputs. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Mika Raento authored
Read the fragment duration from the trun sample data, rather than assuming that there are no gaps. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Sep 16, 2014
-
-
Michael Niedermayer authored
Found-by:
Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Sep 15, 2014
-
-
Mika Raento authored
The input file may not have consistent start times, stream durations and chunk durations. This patch at least removes negative durations that make chromecast unhappy, and correctly sets starting time on chunks so that the split (or .ismf) outputs match the manifest. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Sep 07, 2014
-
-
Martin Storsjö authored
Previously, this could create files named "(null).ismf", if the -ismf parameter is specified (before an input file name), but without specifying any base name. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Sep 05, 2014
-
-
Mika Raento authored
This is a non-standard file that maps the MSS segment names to offsets in the ISMV file. This can be used to build a custom MSS streaming server without splitting the ISMV into separate files. Signed-off-by:
Martin Storsjö <martin@martin.st>
-