- 22 Jun, 2014 1 commit
-
-
Luca Barbato authored
By default they are set to -1.
-
- 11 Jun, 2014 2 commits
-
-
Michael Niedermayer authored
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 14 May, 2014 1 commit
-
-
Michael Niedermayer authored
This makes libavcodec/libx264.c behave more similar to the x264 command line util Fixes Ticket3307 Implementation based on x264 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
fixes x264opts opengop=1 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Mar, 2014 1 commit
-
-
James Darnley authored
This addresses ticket #3238. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Mar, 2014 1 commit
-
-
Vittorio Giovara authored
-
- 25 Jan, 2014 1 commit
-
-
Michael Niedermayer authored
Setting fps = 1/timebase is not correct Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Dec, 2013 1 commit
-
-
Torsten Jager authored
After adding colorspace support to xine-lib, I insist in proper settings within media files at least when they do not follow that implicit SD/HD routine.
-
- 09 Dec, 2013 1 commit
-
-
Vittorio Giovara authored
-
- 16 Nov, 2013 1 commit
-
-
Anton Khirnov authored
-
- 04 Oct, 2013 1 commit
-
-
Clément Bœsch authored
See b2bed932.
-
- 03 Oct, 2013 1 commit
-
-
Diego Biurrun authored
-
- 24 Sep, 2013 1 commit
-
-
Kieran Kunhya authored
Interleaved chroma is x264's native format Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 22 Sep, 2013 1 commit
-
-
Kieran Kunhya authored
lavc: Add support for interleaved chroma formats to libx264. Interleaved chroma is x264's native format Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 21 Sep, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Reviewed-by: Reimar
-
- 05 Aug, 2013 1 commit
-
-
Luca Barbato authored
As for intra-refresh it is just a commodity.
-
- 21 Jul, 2013 1 commit
-
-
Derek Buitenhuis authored
libx264 has a few data exports which require X264_API_IMPORTS to be defined if we link to libx264 dynamically on Windows. In a similar fashion to how we handle our compat snprintf implementation, if we define it all the time, the compiler will first try and link to __imp_x264_symbol_name, and failing that, as in the case of a static libx264, will attempt to link to the non-prefixed symbol, which has already been pulled in by other x264 functions' object files. Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- 04 Jul, 2013 1 commit
-
-
Sean McGovern authored
The aix header math.h defines "extern int class()" for C. This fixes compilation on aix with external libraries enabled. Signed-off-by:
Carl Eugen Hoyos <cehoyos@ag.or.at>
-
- 20 May, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 14 May, 2013 1 commit
-
-
Michael Niedermayer authored
This prevents use of uninitialized memory by ffmpeg later (i_qpplus1) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 May, 2013 1 commit
-
-
Gunther Piez authored
Signed-off-by:
Gunther Piez <gupiez@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 16 Mar, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Reconfiguring can break x264 lossless encoding. Fixes ticket #2165.
-
- 23 Feb, 2013 1 commit
-
-
John Van Sickle authored
This also allows libx264 to modify its i_qfactor value when using the "-tune" setting. Previously it had a static value of 1.25 Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 25 Jan, 2013 1 commit
-
-
Gavriloaie Eugen-Andrei authored
It is a shortcut to set all the params using x264_param_parse, makes simpler importing settings from other software using x264.
-
- 15 Jan, 2013 1 commit
-
-
Luca Barbato authored
By default libav sets it to 3/4 while x264 sets it to 9/10. CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 08 Oct, 2012 1 commit
-
-
Anton Khirnov authored
-
- 25 Sep, 2012 1 commit
-
-
Michael Niedermayer authored
Found-by: relaxed Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 24 Sep, 2012 1 commit
-
-
John Van Sickle authored
open-gop can be enabled with "-flags -cgop" Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 21 Sep, 2012 1 commit
-
-
Anton Khirnov authored
-
- 19 Sep, 2012 1 commit
-
-
John Van Sickle authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 17 Sep, 2012 2 commits
-
-
Lyubomir Marinov authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Lyubomir Marinov authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 13 Sep, 2012 1 commit
-
-
Derek Buitenhuis authored
You should not need to enable verbose logging and all the output that comes with it in order to get things like the obtained bitrate from a first pass encode. Many things parse this output. Also, since it is marked as info in libx264, it should be marked as info in libavcodec as well. This reverts commit 911519ca.
-
- 07 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
AV_LOG_INFO is more geared towards messages to be read by the user, the statistics shown by libx264 with X264_LOG_INFO are more useful at the debugging level. Help reducing the log spam.
-
- 04 Sep, 2012 3 commits
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 01 Sep, 2012 1 commit
-
-
Mahendra M authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 15 Aug, 2012 1 commit
-
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-