- 07 Sep, 2014 2 commits
-
-
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>
-
Martin Storsjö authored
Previously, the returned error codes were intentionally ignored (see fadd3a68), to avoid aborting if the directory already existed. If the mkdir actually failed, this was caught when opening files within the directory fails anyway. By handling the error code here (but explicitly ignoring EEXIST), the error messages and return codes in these cases are more appropriate and less confusing. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 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 5 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
This is more portable and avoids warnings with compilers that do not properly support av_unused.
-
Diego Biurrun authored
This avoids an unused variable warning with hardcoded tables.
-
Diego Biurrun authored
This avoids a trillion warnings from MSVC.
-
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>
-
- 04 Sep, 2014 6 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
Also fix some typos in the entries for the 11 release.
-
Anton Khirnov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
This reduces inter-library dependencies.
-
Diego Biurrun authored
These are the only WMA bits shared with binkaudio. Splitting them off reduces the binnkaudio dependency on general WMA code.
-
Diego Biurrun authored
-
- 03 Sep, 2014 11 commits
-
-
Diego Biurrun authored
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Mika Raento authored
This creates best-effort results from input that is missing stream contents, there are warnings printed when this happens. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Thomas Volkert authored
As specified in draft-ietf-payload-rtp-h265-06. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
Intermixing =encoding utf-8 in the file can confuse some pod2man implementations.
-
Luca Barbato authored
Reset the settings as it is done for x264.
-
- 02 Sep, 2014 8 commits
-
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Pascal Massimino authored
Thanks to Pascal Massimino and Michael Militzer for relicensing as LGPL. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
These function pointers already existed in the ARM code. Adding them globally allows calls to the function pointers to access arch-optimized versions of the functions transparently.
-
Diego Biurrun authored
The HAVE_ prefix is reserved for macros set by configure.
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Mika Raento authored
This improves error messages for completely and somewhat broken inputs. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 01 Sep, 2014 4 commits
-
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
Only set a value if _WIN32_WINNT is undefined or smaller than 0x0600. This is cleaner than unconditional definition and avoids a number of redefinition warnings. Also only define a value in one of the two dxva2 headers.
-
Diego Biurrun authored
This avoids related incompatible pointer type warnings.
-
- 31 Aug, 2014 1 commit
-
-
Michael Niedermayer authored
-
- 28 Aug, 2014 2 commits
-
-
Diego Biurrun authored
-
Vittorio Giovara authored
Write the StereoMode Embl to bitstream.
-