Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed typos | freddii | 2021-02-25 | 1 | -1/+1 |
| | |||||
* | Update copyright dates to 2021. | Bradley Sepos | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | qsv: update Comet Lake, Ice Lake and Tiger Lake cpu ids | agalin89 | 2020-12-15 | 1 | -0/+8 |
| | |||||
* | qsv: added AV1 HW decoding capabilities | agalin89 | 2020-11-12 | 1 | -0/+6 |
| | |||||
* | libhb: do not set thread priorities on Darwin arm. Original patch ↵ | Damiano Galassi | 2020-08-03 | 1 | -3/+4 |
| | | | | contributed by Apple. | ||||
* | libhb: fix preprocessor warning. | Damiano Galassi | 2020-02-20 | 1 | -1/+1 |
| | |||||
* | build: libhb: cli: Improve support for NetBSD. | Bradley Sepos | 2020-02-10 | 1 | -6/+6 |
| | |||||
* | qsv: add support for FreeBSD | Jan Beich | 2020-01-23 | 1 | -3/+7 |
| | |||||
* | Update copyright dates to 2020. | Bradley Sepos | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Gardening: Clean up trailing whitespace | Nomis101 | 2019-11-04 | 1 | -1/+1 |
| | | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files. | ||||
* | CLI: use the presets from the sandbox container folder if they more recent. | Damiano Galassi | 2019-10-20 | 1 | -1/+1 |
| | |||||
* | libhb: resolve header conflicts with pango/harfbuzz | John Stebbins | 2019-09-12 | 1 | -2/+2 |
| | | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory | ||||
* | Resolve conflict with harfbuzz include file hb.h | John Stebbins | 2019-09-10 | 1 | -1/+1 |
| | | | | Rename hb.h to handbrake.h | ||||
* | qsv: adding LowPower support for AVC and HEVC encode on the appropriate HW ↵ | maxd | 2019-05-17 | 1 | -4/+6 |
| | | | | generations | ||||
* | qsv: use HB_PROJECT_FEATURE_QSV instead of USE_QSV | John Stebbins | 2019-04-17 | 1 | -4/+6 |
| | |||||
* | ports: set pthreads name on macOS. | Damiano Galassi | 2019-04-09 | 1 | -0/+4 |
| | |||||
* | qsv: fix build when qsv is disabled | John Stebbins | 2019-03-13 | 1 | -4/+4 |
| | |||||
* | qsv: add i965 VA driver fallback | John Stebbins | 2019-03-12 | 1 | -20/+58 |
| | | | | | | The iHD VA driver does not work for Sandy bridge, Ivy bridge and Haswell. iHD will fail to initialize on these CPUs. So when a failure occurs, fallback to i965. | ||||
* | qsv: allow user to override VA driver name | John Stebbins | 2019-03-12 | 1 | -1/+4 |
| | |||||
* | qsv: fix building without qsv when libdrm is not present | John Stebbins | 2019-03-09 | 1 | -0/+2 |
| | | | | Fixes https://github.com/HandBrake/HandBrake/issues/1960 | ||||
* | LinGui: make QSV encoding actually work | John Stebbins | 2019-03-07 | 1 | -0/+148 |
| | | | | | | Assuming you built HandBrake with 'configure --enable-qsv' and you have built and installed Intel MediaSDK in a directory that is in your LD search path, the QSV encoders now work. HW decode is not supported. | ||||
* | ssautil: fix strndup on mingw | John Stebbins | 2019-01-14 | 1 | -0/+30 |
| | |||||
* | ports: fix memory corruption in hb_getline | John Stebbins | 2019-01-14 | 1 | -3/+7 |
| | |||||
* | ports: move hb_getline to ports.c where it belongs | John Stebbins | 2019-01-14 | 1 | -0/+66 |
| | |||||
* | Update copyright dates to 2019. | Bradley Sepos | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | libhb: fix snprintf compiler warnings | John Stebbins | 2018-06-13 | 1 | -17/+24 |
| | | | | | Our handling of temporary directory paths could truncate resulting filenames. This fixes the warnings and prevents possible truncation. | ||||
* | ports: fix a possible null deference. | Damiano Galassi | 2018-01-10 | 1 | -0/+2 |
| | |||||
* | Update copyright dates to 2018. | Bradley Sepos | 2018-01-01 | 1 | -1/+1 |
| | |||||
* | FreeBSD 11.1 compatibility. | Bradley Sepos | 2017-12-06 | 1 | -2/+2 |
| | |||||
* | libhb: initialize sleep prevention reasonForActivity CFStringRef inside a ↵ | Damiano Galassi | 2017-03-15 | 1 | -6/+4 |
| | | | | function, fix build with icc mac compiler. Patch by jwardnh. | ||||
* | added support of Kaby Lake CPU recognition | maxd | 2017-01-11 | 1 | -1/+6 |
| | |||||
* | Update copyright dates to 2017. | Bradley Sepos | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | libhb: Improve pthreads-win32 compatibility when PTW32_STATIC_BUILD isn't ↵ | Bradley Sepos | 2016-06-21 | 1 | -2/+2 |
| | | | | | | defined. As may be the case with newer mingw with pthreads precompiled. | ||||
* | Update copyright dates to 2016. | Bradley Sepos | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | ports: add NULL checks | John Stebbins | 2015-11-15 | 1 | -0/+8 |
| | |||||
* | x264: add multilib support (a.k.a. 10-bit) | John Stebbins | 2015-11-12 | 1 | -0/+32 |
| | | | | | This adds the structure to load an libx264 10-bit shared library. The user must install this library themselves to an appropriate place. | ||||
* | ports: make hb_opendir param const | John Stebbins | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | Use the non deprecated kIOPMAssertPreventUserIdleSystemSleep assertion to ↵ | Damiano Galassi | 2015-10-05 | 1 | -1/+1 |
| | | | | prevent sleep on OS X. | ||||
* | libhb: Skylake microarchitecture detection, RB 859 | Max Dmytrychenko | 2015-09-22 | 1 | -0/+6 |
| | |||||
* | hb_get_user_config_directory: improvements. | Rodeo | 2015-04-30 | 1 | -8/+38 |
| | | | | | | | | Fix build with older MinGW-w64 toolchains. Fix potential memory leak and crashes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7140 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | ports: use standardized sched_yield instead of pthread_yield | jstebbins | 2015-04-23 | 1 | -1/+1 |
| | | | | | | Fixes build on osx git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7122 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | sync: fix frame p-to-p extra audio after end frame | jstebbins | 2015-04-22 | 1 | -0/+5 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7119 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | ports: add functions for looking up user config directory | jstebbins | 2015-04-19 | 1 | -0/+61 |
| | | | | | | | These will be used by the CLI for loading custom user presets. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7105 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | Move strtok_r fallback to dedicated "compat" files. | Rodeo | 2015-04-10 | 1 | -27/+0 |
| | | | | | | | Also, check whether the toolchain already provides strtok_r instead of building it unconditionally. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7076 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | libhb: add support for detection of new Intel processor releases. | Rodeo | 2015-02-03 | 1 | -0/+15 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6864 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | Update year to 2015. | bradleys | 2015-02-01 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6852 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | Work around fedora mingw pthread library requirement | jstebbins | 2015-01-18 | 1 | -0/+4 |
| | | | | | | | | | | Fedora mingw seems to require it's own pthread library which causes build conflicts with our pthread lib. So this patch distinguishes whether libpthread or libpthreadGC2 is already installed on the system and uses the appropriate system lib when found. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6766 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | libhb: clean up handling dir directory separator | jstebbins | 2014-02-22 | 1 | -0/+21 |
| | | | | | | | title->name was getting set to an empty string in some cases due to looking for the wrong directory separator. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6057 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | libhb: fix compiler warning with cpuid usage | jstebbins | 2014-02-18 | 1 | -13/+17 |
| | | | | | | | fixes "dereferencing type-punned pointer will break strict-aliasing rules" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6045 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | Update some copyright dates to 2014. | Rodeo | 2014-02-18 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6042 b64f7644-9d1e-0410-96f1-a4d463321fa5 |