- 13 Mar, 2014 8 commits
-
-
Diego Biurrun authored
ffv1 does not use any part of the dsputil framework.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Reinhard Tartler authored
-
Luca Barbato authored
Quite useful to select by pid in MPEG-TS.
-
- 12 Mar, 2014 7 commits
-
-
Alessandro Ghedini authored
The icy_metadata_headers string never gets initialized, so, during the first call to av_strlcatf() in parse_icy(), strlen() will be called on a pointer to uninitialized memory. At best this causes some garbage data to be left at the start of the string. By initializing icy_metadata_headers to the empty string, the first call to strlen() will always return 0, so that data is appended from the start of the string. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Janne Grunau authored
The integrated arm assembler in clang-503.0.38 (Xcode-5.1) fails to assemble a branch to 'label + offset' in thumb mode.
-
Luca Barbato authored
It should work best for debian stable and people not installing the .pc file.
-
Vittorio Giovara authored
-
Diego Biurrun authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 11 Mar, 2014 16 commits
-
-
Clément Bœsch authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Alessandro Ghedini authored
Add documentation where missing. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Anssi Hannula authored
This also allows checking stream position as per ffurl_seek() doxy. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Anssi Hannula authored
Comment from Reimar Döffinger included as pro memoria. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Clément Bœsch authored
Contextually make the default User-Agent use the common "Name/Version" pattern. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Michael Niedermayer authored
Bug-Id: https://bugs.debian.org/740421Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Export the metadata as a icy_metadata_packet avoption. Based on the work of wm4 and Alessandro Ghedini. Bug-Id: https://bugs.debian.org/739936Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
-
Luca Barbato authored
Should be used only to pass extra flags to pkgconf invocation, e.g. --static. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
-
Stephen Hutchinson authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
-
Diego Biurrun authored
-
- 10 Mar, 2014 8 commits
-
-
Diego Biurrun authored
Sort lists of components. Add some whitespace where it helps readability. Consistently use double instead of single quotes around component lists.
-
Michael Niedermayer authored
Signed-off-by: Tim Walker <tdskywalker@gmail.com>
-
Tim Walker authored
Use ff_hevc_annexb2mp4 instead of duplicating its functionality, and update the documentation to match the new behavior.
-
Luca Barbato authored
The current release of version 1 uses libopenjpeg1.
-
Luca Barbato authored
Do not use inline functions that refer to tables present in other libraries.
-
Luca Barbato authored
Useful in libavformat mostly.
-
Anton Khirnov authored
The values of {FLT,DBL}_{MAX,MIN} macros on some systems (older musl libc, some BSD flavours) are not exactly representable, i.e. (double)DBL_MAX == DBL_MAX is false This violates (at least some interpretations of) the C99 standard and breaks code (e.g. in vf_fps) like double f = DBL_MAX; [...] if (f == DBL_MAX) { // f has not been changed yet [....] }
-
Martin Storsjö authored
The MSVCRT version of strftime calls the invalid parameter handler if the struct values in struct tm are invalid. In case no invalid parameter handler is set for the process, the process is aborted. This fixes fate failures on MSVC builds since 570af382. Based on a patch by Hendrik Leppkes. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 09 Mar, 2014 1 commit
-
-
Tim Walker authored
-