summaryrefslogtreecommitdiffstats
path: root/libhb/ports.c
Commit message (Expand)AuthorAgeFilesLines
* libhb: Improve pthreads-win32 compatibility when PTW32_STATIC_BUILD isn't def...Bradley Sepos2016-06-211-2/+2
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
* ports: add NULL checksJohn Stebbins2015-11-151-0/+8
* x264: add multilib support (a.k.a. 10-bit)John Stebbins2015-11-121-0/+32
* ports: make hb_opendir param constJohn Stebbins2015-10-191-1/+1
* Use the non deprecated kIOPMAssertPreventUserIdleSystemSleep assertion to pre...Damiano Galassi2015-10-051-1/+1
* libhb: Skylake microarchitecture detection, RB 859Max Dmytrychenko2015-09-221-0/+6
* hb_get_user_config_directory: improvements.Rodeo2015-04-301-8/+38
* ports: use standardized sched_yield instead of pthread_yieldjstebbins2015-04-231-1/+1
* sync: fix frame p-to-p extra audio after end framejstebbins2015-04-221-0/+5
* ports: add functions for looking up user config directoryjstebbins2015-04-191-0/+61
* Move strtok_r fallback to dedicated "compat" files.Rodeo2015-04-101-27/+0
* libhb: add support for detection of new Intel processor releases.Rodeo2015-02-031-0/+15
* Update year to 2015.bradleys2015-02-011-1/+1
* Work around fedora mingw pthread library requirementjstebbins2015-01-181-0/+4
* libhb: clean up handling dir directory separatorjstebbins2014-02-221-0/+21
* libhb: fix compiler warning with cpuid usagejstebbins2014-02-181-13/+17
* Update some copyright dates to 2014.Rodeo2014-02-181-1/+1
* libhb: Add cpuid inline asm macrojstebbins2014-02-151-17/+37
* bump libav, libav-v10_alpha1-90-g63debaajstebbins2014-01-121-0/+1
* Revert previous borked commit. Sorry!Rodeo2014-01-071-1/+0
* parsecsv: always check result of malloc()Rodeo2014-01-071-0/+1
* ports: detect more Intel microarchitecture families.Rodeo2013-12-271-0/+16
* ports: cosmetics.Rodeo2013-11-081-1/+1
* ports: cast return result from getpid().Rodeo2013-11-081-1/+1
* libhb: make libhb internal character code utf8jstebbins2013-09-221-3/+136
* Big merge, QSV to trunk: part 1 (tracked files).Rodeo2013-08-221-0/+21
* libhb: store and print additional CPU informationRodeo2013-07-131-9/+127
* libhb/common: improve fallback mechanism.Rodeo2013-06-031-0/+35
* hb_system_sleep: refactoring.Rodeo2013-03-181-24/+62
* Updated all the copyright headers to 2013.sr552013-03-091-1/+1
* Prevent OSX ML sleep during encoding, thanks to Jerome Lacubesr552013-02-041-0/+71
* Updated file copyright / GPL headerssr552012-06-151-3/+6
* libhb: tasksets API provided by scsiguyjstebbins2012-05-171-12/+15
* merge assorted fixes provided by Rogerio Britojstebbins2012-05-011-0/+1
* PGS (bluray) subtitle support \o/jstebbins2012-04-261-2/+0
* Align stack of all threads created by libhbjstebbins2011-11-181-1/+1
* Use TEMP or TEMPDIR environment variables for location of tmp directoryjstebbins2011-03-191-2/+6
* Bump cpu count limit from 8 to 64jstebbins2010-11-071-1/+1
* reorder #includes to fix redefinition problem in mingw64jstebbins2010-10-231-11/+10
* add strtok_r to ports.c for mingwjstebbins2010-05-221-0/+26
* make it possible to dynamically create and close multiple libhb instancesjstebbins2010-03-261-4/+5
* add point-to-point encodingjstebbins2009-12-231-0/+7
* Reduce the amount of buffering used and eliminate hb_snooze in the encoding p...jstebbins2009-12-051-0/+29
* libhb: fix gethostbyname failure on mingwjstebbins2009-09-201-0/+17
* libhb: close file handle after querying dvd region mask from drivejstebbins2009-07-241-0/+7
* libhb: DVD drive region detection on linuxjstebbins2009-07-091-0/+37
* libhb: fix regression introduced in svn 2620jstebbins2009-07-021-1/+3
* - cleanup. fixed hb_thread_to_integer() on darwin to cast pointer cleanly for...konablend2009-06-251-1/+1
* Format cleanup.konablend2009-06-251-4/+24